15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
154
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
81
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
220
internal override object
GetElementProperty
(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
71
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
132
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1380
internal override object
GetElementProperty
(AutomationProperty idProp)
2919
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
356
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
111
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
421
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
955
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
281
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
463
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
847
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
477
internal override object
GetElementProperty
(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
263
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
284
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)
GetElementProperty
(AutomationElement.IsEnabledProperty))
325
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
348
if (GetParent() == null && (bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
518
return
GetElementProperty
(idProp);
548
object isKeyboardFocusableProperty =
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
88
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
247
return base.
GetElementProperty
(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
95
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
182
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1426
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
366
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
119
return _parent.
GetElementProperty
(idProp);
122
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
450
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
966
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
355
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
410
_fIsKeyboardFocusable = (bool)parent.
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
478
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
860
return base.
GetElementProperty
(idProp);
900
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
488
return base.
GetElementProperty
(idProp);