15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
144
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
78
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
216
internal override object
GetElementProperty
(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
68
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
130
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1372
internal override object
GetElementProperty
(AutomationProperty idProp)
2911
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
354
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
107
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
414
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
947
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
276
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
456
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
840
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
469
internal override object
GetElementProperty
(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
251
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
273
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)
GetElementProperty
(AutomationElement.IsEnabledProperty))
314
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
337
if (GetParent() == null && (bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
507
return
GetElementProperty
(idProp);
537
object isKeyboardFocusableProperty =
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
85
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
243
return base.
GetElementProperty
(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
92
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
180
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1418
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
364
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
115
return _parent.
GetElementProperty
(idProp);
118
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
443
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
958
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
350
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
403
_fIsKeyboardFocusable = (bool)parent.
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
471
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
853
return base.
GetElementProperty
(idProp);
893
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
480
return base.
GetElementProperty
(idProp);