Base:
method
GetElementProperty
MS.Internal.AutomationProxies.ProxySimple.GetElementProperty(System.Windows.Automation.AutomationProperty)
18 overrides of GetElementProperty
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
247
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
145
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
74
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
180
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
166
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
348
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
60
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
506
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
129
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
186
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
86
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
127
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
128
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
678
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
189
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
142
internal override object
GetElementProperty
(AutomationProperty idProp)
1413
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
112
internal override object
GetElementProperty
(AutomationProperty idProp)
20 references to GetElementProperty
UIAutomationClientSideProviders (20)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
133
if ((bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
208
object name =
GetElementProperty
(AutomationElement.NameProperty);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
267
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
151
object result = base.
GetElementProperty
(idProp);
166
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
81
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
201
string name = base.
GetElementProperty
(idProp) as string;
211
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
186
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
357
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
67
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
142
string name = base.
GetElementProperty
(idProp) as string;
152
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
230
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
93
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
138
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
135
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
196
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
165
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
124
return base.
GetElementProperty
(idProp);