1 write to _activeHwnd
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadWindows.cs (1)
61
_activeHwnd
= PInvoke.GetActiveWindow();
3 references to _activeHwnd
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadWindows.cs (3)
84
if (!
_activeHwnd
.IsNull && PInvoke.IsWindow(
_activeHwnd
))
86
PInvoke.SetActiveWindow(
_activeHwnd
);