15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
149
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
79
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
219
internal override object
GetElementProperty
(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
69
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
131
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1378
internal override object
GetElementProperty
(AutomationProperty idProp)
2917
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
353
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
108
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
417
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
953
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
277
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
460
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
845
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
473
internal override object
GetElementProperty
(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
258
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
280
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)
GetElementProperty
(AutomationElement.IsEnabledProperty))
321
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
344
if (GetParent() == null && (bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
514
return
GetElementProperty
(idProp);
544
object isKeyboardFocusableProperty =
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
86
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
246
return base.
GetElementProperty
(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
93
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
181
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1424
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
363
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
116
return _parent.
GetElementProperty
(idProp);
119
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
446
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
964
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
351
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
407
_fIsKeyboardFocusable = (bool)parent.
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
475
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
858
return base.
GetElementProperty
(idProp);
898
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
484
return base.
GetElementProperty
(idProp);