FrameworkElement
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class FrameworkElement : AutomationObject<FrameworkElement>, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElement
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public FrameworkElement()
Fields
C#
public static AutomationProperty ActualHeightProperty
C#
public static AutomationProperty ActualWidthProperty
C#
public static AutomationProperty ClipProperty
C#
public static AutomationProperty DataContextProperty
C#
public static AutomationProperty DesiredSizeProperty
C#
public static AutomationProperty HeightProperty
C#
public static AutomationProperty HorizontalAlignmentProperty
C#
public static AutomationProperty IsHitTestVisibleProperty
C#
public static AutomationProperty MarginProperty
C#
public static AutomationProperty MaxHeightProperty
C#
public static AutomationProperty MaxWidthProperty
C#
public static AutomationProperty MinHeightProperty
C#
public static AutomationProperty MinWidthProperty
C#
public static AutomationProperty NameProperty
C#
public static AutomationProperty OpacityMaskProperty
C#
public static AutomationProperty OpacityProperty
C#
public static AutomationProperty RenderSizeProperty
C#
public static AutomationProperty RenderTransformOriginProperty
C#
public static AutomationProperty RenderTransformProperty
C#
public static AutomationProperty TagProperty
C#
public static AutomationProperty VerticalAlignmentProperty
C#
public static AutomationProperty VisibilityProperty
C#
public static AutomationProperty WidthProperty
Properties
C#
public int AbsoluteSiblingTagIndex { get; }
Implements:
C#
public int AbsoluteTagIndex { get; }
C#
public double ActualHeight { get; }
Implements:
C#
public double ActualWidth { get; }
Implements:
C#
[Browsable(false)]
public IApplication Application { get; }
C#
public string AutomationId { get; }
C#
public IList<FrameworkElement> Children { get; }
C#
public virtual Visibility ComputedVisibility { get; }
Implements:
C#
public Size DesiredSize { get; }
C#
public bool EnableValidateMouseLocation { get; set; }
C#
[Browsable(false)]
public VisualFind Find { get; }
Implements:
C#
public HorizontalAlignment HorizontalAlignment { get; set; }
C#
public IAutomationHost Host { get; }
Implements:
C#
public bool IsHitTestVisible { get; set; }
C#
public bool IsTestRegion { get; }
Implements:
C#
public virtual MappingsCollection Mappings { get; }
C#
public Brush OpacityMask { get; set; }
C#
public ParsedElement ParsedElement { get; }
Implements:
C#
public Size RenderSize { get; }
C#
public Transform RenderTransform { get; set; }
C#
public Point RenderTransformOrigin { get; set; }
C#
public int TagNameIndex { get; }
C#
public virtual TechnologyType TechnologyType { get; }
Implements:
C#
public string TextBlockContent { get; }
Implements:
C#
public string TextLiteralContent { get; }
Implements:
C#
public virtual string ToolTipText { get; }
Implements:
C#
[Browsable(false)]
public virtual UserInteraction User { get; }
Implements:
C#
public VerticalAlignment VerticalAlignment { get; set; }
C#
public Visibility Visibility { get; set; }
C#
[Browsable(false)]
public VisualWait Wait { get; }
Implements:
C#
public string XamlTagBase { get; }
Methods
C#
public T AnySibling<T>() where T : FrameworkElement
T
C#
public T As<T>() where T : FrameworkElement
T
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public T CastAs<T>() where T : IFrameworkElement
T
Implements:
C#
public void EnsureClickable()
C#
public AutomationProperty GetAutomationProperty(string name)
Implements:
C#
public static List<string> GetKnownControlTypes(TechnologyType techType)
C#
public RectangleF GetRectangle(FrameworkElement relativeTo)
C#
public void Highlight()
C#
public virtual void InitializeMappings(MappingsCollection mappings)
C#
public static void InitKnownSilverlightControlTypes()
C#
public static void InitKnownWpfControlTypes()
C#
public virtual bool IsHitTest(FrameworkElement relativeParent, bool allowPartialVisibiltiy)
C#
public bool Match(IFindExpression findExpr)
Implements:
C#
public T NextSibling<T>() where T : FrameworkElement
T
C#
public T Parent<T>() where T : IFrameworkElement
T
Implements:
C#
public T PreviousSibling<T>() where T : FrameworkElement
T
C#
public void Refresh()
Implements:
C#
public void ScrollToVisible()
Implements:
C#
public void ScrollToVisible(ScrollToVisibleType scrollType)
C#
public void SetClosingTag(ITargetElement closingElement)
Implements:
C#
public void SetFocus()
Implements: