12 overrides of GetFocus
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
271
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
161
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
226
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
229
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
307
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
466
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
361
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
443
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
178
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTab.cs (1)
291
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
230
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
265
internal override ProxySimple
GetFocus
()
4 references to GetFocus
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
285
ProxySimple proxy = systemMenu.
GetFocus
();
294
return base.
GetFocus
();
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
131
return
GetFocus
();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
234
return base.
GetFocus
();