5 implementations of GetFocus
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
211public IRawElementProviderFragment GetFocus()
MS\Internal\Automation\InteropAutomationProvider.cs (1)
109IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
274IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
231IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
129IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus ()
1 reference to GetFocus
UIAutomationClient (1)
MS\Internal\Automation\FocusTracker.cs (1)
174IRawElementProviderSimple realFocus = fragment.GetFocus();