Base:
method
GetElementProperty
MS.Internal.AutomationProxies.ProxySimple.GetElementProperty(System.Windows.Automation.AutomationProperty)
18 overrides of GetElementProperty
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
248
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
146
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
75
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
181
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
167
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
349
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
61
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
507
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
130
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
187
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
87
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
128
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
129
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
679
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
190
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
143
internal override object
GetElementProperty
(AutomationProperty idProp)
1414
internal override object
GetElementProperty
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
113
internal override object
GetElementProperty
(AutomationProperty idProp)
20 references to GetElementProperty
UIAutomationClientSideProviders (20)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
134
if ((bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
209
object name =
GetElementProperty
(AutomationElement.NameProperty);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
268
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
152
object result = base.
GetElementProperty
(idProp);
167
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
82
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
202
string name = base.
GetElementProperty
(idProp) as string;
212
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
187
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
358
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
68
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
143
string name = base.
GetElementProperty
(idProp) as string;
153
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
231
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
94
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
139
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
136
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
197
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
166
return base.
GetElementProperty
(idProp);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
125
return base.
GetElementProperty
(idProp);