12 overrides of GetFocus
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
264
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
154
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
225
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
224
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
303
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
462
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
358
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
439
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
175
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTab.cs (1)
288
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
226
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
261
internal override ProxySimple
GetFocus
()
4 references to GetFocus
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
278
ProxySimple proxy = systemMenu.
GetFocus
();
287
return base.
GetFocus
();
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
130
return
GetFocus
();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
233
return base.
GetFocus
();