Base:
method
GetElementProperty
MS.Internal.AutomationProxies.ProxySimple.GetElementProperty(System.Windows.Automation.AutomationProperty)
18 overrides of GetElementProperty
UIAutomationClientsideProviders (18)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
264
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
163
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
92
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
199
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
182
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
365
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
75
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
521
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
146
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
204
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
103
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
145
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
141
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
692
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
205
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
146
internal override object
GetElementProperty
(AutomationProperty idProp)
1419
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
133
internal override object
GetElementProperty
(AutomationProperty idProp)
20 references to GetElementProperty
UIAutomationClientsideProviders (20)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
154
if ((bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
231
object name =
GetElementProperty
(AutomationElement.NameProperty);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
284
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
169
object result = base.
GetElementProperty
(idProp);
184
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
99
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
220
string name = base.
GetElementProperty
(idProp) as string;
230
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
202
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
374
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
82
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
159
string name = base.
GetElementProperty
(idProp) as string;
169
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
248
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
110
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
156
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
148
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
212
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
169
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
145
return base.
GetElementProperty
(idProp);