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)
84if (!_activeHwnd.IsNull && PInvoke.IsWindow(_activeHwnd)) 86PInvoke.SetActiveWindow(_activeHwnd);