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