12 overrides of GetFocus
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
265
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
155
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)
304
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
463
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
359
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
440
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
176
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTab.cs (1)
289
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
227
internal override ProxySimple
GetFocus
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
262
internal override ProxySimple
GetFocus
()
4 references to GetFocus
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
279
ProxySimple proxy = systemMenu.
GetFocus
();
288
return base.
GetFocus
();
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
131
return
GetFocus
();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
234
return base.
GetFocus
();