5 references to SetActiveWindow
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (1)
4314UnsafeNativeMethods.SetActiveWindow(new HandleRef(null, activeHwnd));
winforms\Managed\System\WinForms\Form.cs (4)
5767UnsafeNativeMethods.SetActiveWindow(new HandleRef(this, Handle)); 5770UnsafeNativeMethods.SetActiveWindow(new HandleRef(MdiParentInternal, MdiParentInternal.Handle)); 6234UnsafeNativeMethods.SetActiveWindow(new HandleRef(null, hWndActive)); 6237UnsafeNativeMethods.SetActiveWindow(new HandleRef(null, hWndOwner));