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