15 overrides of GetElementProperty
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
165
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
88
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
227
internal override object
GetElementProperty
(AutomationProperty propertyId)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
76
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
139
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1393
internal override object
GetElementProperty
(AutomationProperty idProp)
2932
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
371
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
117
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
430
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)
289
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
471
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
856
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
490
internal override object
GetElementProperty
(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientsideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
274
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
291
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)
GetElementProperty
(AutomationElement.IsEnabledProperty))
332
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
355
if (GetParent() == null && (bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
525
return
GetElementProperty
(idProp);
555
object isKeyboardFocusableProperty =
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
95
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
254
return base.
GetElementProperty
(propertyId);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
100
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
189
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1439
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
381
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
125
return _parent.
GetElementProperty
(idProp);
128
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
459
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
964
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
363
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
418
_fIsKeyboardFocusable = (bool)parent.
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
486
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
869
return base.
GetElementProperty
(idProp);
909
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
501
return base.
GetElementProperty
(idProp);