13 references to HasKeyboardFocusProperty
UIAutomationClient (5)
MS\Internal\Automation\FocusTracker.cs (1)
111if (!(bool)srcEl.GetCurrentPropertyValue(AutomationElement.HasKeyboardFocusProperty))
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
175else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\Automation\Schema.cs (2)
264new AutomationPropertyInfo( convertToBool, AutomationElement.HasKeyboardFocusProperty, typeof(bool), false ), 373AutomationElement.HasKeyboardFocusProperty,
System\Windows\Automation\AutomationElement.cs (1)
1504public bool HasKeyboardFocus { get { return (bool) _el.GetPatternPropertyValue(HasKeyboardFocusProperty, _useCache); } }
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
971else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
373if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
248else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
117else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
156else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1417else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
151else if (idProp == AutomationElement.HasKeyboardFocusProperty)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
106if (idProp == AutomationElement.HasKeyboardFocusProperty)