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