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