3 references to SetForegroundWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
3091UnsafeNativeMethods.SetForegroundWindow(new HandleRef(this, Handle));
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
729UnsafeNativeMethods.SetForegroundWindow(new HandleRef(window, window.Handle));
winforms\Managed\System\WinForms\TreeView.cs (1)
3095UnsafeNativeMethods.SetForegroundWindow(new HandleRef(this, this.Handle));