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