7 references to WM_SHOWWINDOW
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (1)
4207if (m.Msg != NativeMethods.WM_SHOWWINDOW) {
winforms\Managed\System\WinForms\Control.cs (1)
14356case NativeMethods.WM_SHOWWINDOW:
winforms\Managed\System\WinForms\Form.cs (2)
2684UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_SHOWWINDOW, value ? 1 : 0, 0); 7587case NativeMethods.WM_SHOWWINDOW:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
58case NativeMethods.WM_SHOWWINDOW: text = "WM_SHOWWINDOW"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
241case NativeMethods.WM_SHOWWINDOW:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6888case NativeMethods.WM_SHOWWINDOW: