6 references to GetFocusedWindow
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
1514if (GetFocusedWindow().Equals(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (2)
247return Misc.GetFocusedWindow() == _hwnd ? IsFocused() : false; 278if (Misc.GetFocusedWindow() == _hwnd && IsFocused())
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
569IntPtr hwndFocused = Misc.GetFocusedWindow();
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1449IntPtr hwndFocus = Misc.GetFocusedWindow();
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
747if (Misc.GetFocusedWindow().Equals(_hwnd))