Base:
method
GetElementProperty
MS.Internal.AutomationProxies.ProxyHwnd.GetElementProperty(System.Windows.Automation.AutomationProperty)
3 references to GetElementProperty
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
138
if ((bool)
GetElementProperty
(AutomationElement.IsKeyboardFocusableProperty))
MS\Internal\AutomationProxies\WindowsSpinner.cs (2)
135
return _elEdit.
GetElementProperty
(idProp);
139
return _elEdit.
GetElementProperty
(idProp);