5 implementations of GetFocus
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
210public IRawElementProviderFragment GetFocus()
MS\Internal\Automation\InteropAutomationProvider.cs (1)
108IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
273IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
230IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus()
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
128IRawElementProviderFragment IRawElementProviderFragmentRoot.GetFocus ()
1 reference to GetFocus
UIAutomationClient (1)
MS\Internal\Automation\FocusTracker.cs (1)
173IRawElementProviderSimple realFocus = fragment.GetFocus();