Base:
method
GetElementProperty
MS.Internal.AutomationProxies.ProxySimple.GetElementProperty(System.Windows.Automation.AutomationProperty)
18 overrides of GetElementProperty
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
253
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
150
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
80
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
185
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
174
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
354
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
64
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)
134
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
193
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
90
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
131
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
133
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
681
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
196
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
148
internal override object
GetElementProperty
(AutomationProperty idProp)
1421
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
120
internal override object
GetElementProperty
(AutomationProperty idProp)
20 references to GetElementProperty
UIAutomationClientSideProviders (20)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
143
if ((bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
220
object name =
GetElementProperty
(AutomationElement.NameProperty);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
273
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
156
object result = base.
GetElementProperty
(idProp);
171
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
87
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
206
string name = base.
GetElementProperty
(idProp) as string;
216
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
194
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
363
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
71
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
147
string name = base.
GetElementProperty
(idProp) as string;
157
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
237
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
97
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
142
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
140
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
203
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
171
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
132
return base.
GetElementProperty
(idProp);