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