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