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