1 write to activeHwnd
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
4288activeHwnd = UnsafeNativeMethods.GetActiveWindow();
3 references to activeHwnd
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
4313if (activeHwnd != IntPtr.Zero && UnsafeNativeMethods.IsWindow(new HandleRef(null, activeHwnd))) { 4314UnsafeNativeMethods.SetActiveWindow(new HandleRef(null, activeHwnd));