3 references to SetForegroundWindow
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
440PInvoke.SetForegroundWindow(mainWindowHandle);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetForegroundWindow.cs (2)
8/// <inheritdoc cref="SetForegroundWindow(HWND)"/> 11BOOL result = SetForegroundWindow(hWnd.Handle);