7 references to GetForegroundWindow
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (3)
435IntPtr hwnd = UnsafeNativeMethods.GetForegroundWindow(); 5708if (IsHandleCreated && UnsafeNativeMethods.GetForegroundWindow() == this.Handle) { 5713else if (!IsHandleCreated || UnsafeNativeMethods.GetForegroundWindow() != this.Handle)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2764for (IntPtr hwnd = UnsafeNativeMethods.GetForegroundWindow(); 3279IntPtr foregroundWindow = UnsafeNativeMethods.GetForegroundWindow();
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1809IntPtr foregroundWindow = UnsafeNativeMethods.GetForegroundWindow();
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1746IntPtr foregroundWindow = UnsafeNativeMethods.GetForegroundWindow();