5 references to SetForegroundWindow
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
2848PInvoke.SetForegroundWindow(this);
System\Windows\Forms\NotifyIcon.cs (1)
613PInvoke.SetForegroundWindow(_window);
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
415/// <seealso cref="PInvoke.SetForegroundWindow{T}(T)"/>
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SetForegroundWindow.cs (1)
11BOOL result = SetForegroundWindow(hWnd.Handle);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\SendInput.cs (1)
86if (!PInvoke.SetForegroundWindow(window))