15 overrides of GetElementProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
146
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)
217
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)
1373
internal override object
GetElementProperty
(AutomationProperty idProp)
2912
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
355
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)
415
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
952
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)
457
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
842
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
470
internal override object
GetElementProperty
(AutomationProperty idProp)
22 references to GetElementProperty
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
253
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\ProxySimple.cs (5)
274
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)
GetElementProperty
(AutomationElement.IsEnabledProperty))
315
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
338
if (GetParent() == null && (bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
508
return
GetElementProperty
(idProp);
538
object isKeyboardFocusableProperty =
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
86
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
244
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)
1419
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
365
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)
444
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
963
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
351
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
404
_fIsKeyboardFocusable = (bool)parent.
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty);
472
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
855
return base.
GetElementProperty
(idProp);
895
if ((bool)parent.
GetElementProperty
(AutomationElement.IsOffscreenProperty))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
481
return base.
GetElementProperty
(idProp);