6 references to GetFocusedWindow
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
1525
if (
GetFocusedWindow
().Equals(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (2)
254
return Misc.
GetFocusedWindow
() == _hwnd ? IsFocused() : false;
285
if (Misc.
GetFocusedWindow
() == _hwnd && IsFocused())
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
582
IntPtr hwndFocused = Misc.
GetFocusedWindow
();
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1461
IntPtr hwndFocus = Misc.
GetFocusedWindow
();
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
756
if (Misc.
GetFocusedWindow
().Equals(_hwnd))