1 write to _el
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
1373
_el
= el;
24 references to _el
UIAutomationClient (24)
System\Windows\Automation\AutomationElement.cs (24)
1389
public ControlType ControlType { get { return (ControlType)
_el
.GetPatternPropertyValue(ControlTypeProperty, _useCache); } }
1392
public string LocalizedControlType { get { return (string)
_el
.GetPatternPropertyValue(LocalizedControlTypeProperty, _useCache); } }
1395
public string Name { get { return (string)
_el
.GetPatternPropertyValue(NameProperty, _useCache); } }
1398
public string AcceleratorKey { get { return (string)
_el
.GetPatternPropertyValue(AcceleratorKeyProperty, _useCache); } }
1401
public string AccessKey { get { return (string)
_el
.GetPatternPropertyValue(AccessKeyProperty, _useCache); } }
1404
public bool HasKeyboardFocus { get { return (bool)
_el
.GetPatternPropertyValue(HasKeyboardFocusProperty, _useCache); } }
1407
public bool IsKeyboardFocusable { get { return (bool)
_el
.GetPatternPropertyValue(IsKeyboardFocusableProperty, _useCache); } }
1410
public bool IsEnabled { get { return (bool)
_el
.GetPatternPropertyValue(IsEnabledProperty, _useCache); } }
1413
public Rect BoundingRectangle { get { return (Rect)
_el
.GetPatternPropertyValue(BoundingRectangleProperty, _useCache); } }
1416
public string HelpText { get { return (string)
_el
.GetPatternPropertyValue(HelpTextProperty, _useCache); } }
1419
public bool IsControlElement { get { return (bool)
_el
.GetPatternPropertyValue(IsControlElementProperty, _useCache); } }
1422
public bool IsContentElement { get { return (bool)
_el
.GetPatternPropertyValue(IsContentElementProperty, _useCache); } }
1425
public AutomationElement LabeledBy { get { return (AutomationElement)
_el
.GetPatternPropertyValue(LabeledByProperty, _useCache); } }
1428
public string AutomationId { get { return (string)
_el
.GetPatternPropertyValue(AutomationIdProperty, _useCache); } }
1431
public string ItemType { get { return (string)
_el
.GetPatternPropertyValue(ItemTypeProperty, _useCache ); } }
1434
public bool IsPassword { get { return (bool)
_el
.GetPatternPropertyValue(IsPasswordProperty, _useCache); } }
1437
public string ClassName { get { return (string)
_el
.GetPatternPropertyValue(ClassNameProperty, _useCache); } }
1440
public int NativeWindowHandle { get { return (int)
_el
.GetPatternPropertyValue(NativeWindowHandleProperty, _useCache); } }
1443
public int ProcessId { get { return (int)
_el
.GetPatternPropertyValue(ProcessIdProperty, _useCache); } }
1446
public bool IsOffscreen { get { return (bool)
_el
.GetPatternPropertyValue(IsOffscreenProperty, _useCache); } }
1449
public OrientationType Orientation { get { return (OrientationType)
_el
.GetPatternPropertyValue(OrientationProperty, _useCache); } }
1452
public string FrameworkId { get { return (string)
_el
.GetPatternPropertyValue(FrameworkIdProperty, _useCache); } }
1455
public bool IsRequiredForForm { get { return (bool)
_el
.GetPatternPropertyValue(IsRequiredForFormProperty, _useCache); } }
1458
public string ItemStatus { get { return (string)
_el
.GetPatternPropertyValue(ItemStatusProperty, _useCache); } }