7 references to SetActiveWindow
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
5155
PInvoke.
SetActiveWindow
(this);
5159
PInvoke.
SetActiveWindow
(MdiParentInternal);
5791
PInvoke.
SetActiveWindow
(ownerHwnd);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (1)
752
PInvoke.
SetActiveWindow
(_designerActionHost);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
458
PInvoke.
SetActiveWindow
(new HandleRef<HWND>(hWnd, (HWND)hWnd.Handle));
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SetActiveWindow.cs (1)
11
HWND result =
SetActiveWindow
(hWnd.Handle);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\SendInput.cs (1)
97
PInvoke.
SetActiveWindow
(window);