7 references to WM_SHOWWINDOW
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
69
PInvokeCore.
WM_SHOWWINDOW
=> "WM_SHOWWINDOW",
System.Windows.Forms (6)
System\Windows\Forms\Application.ParkingWindow.cs (1)
141
if (m.MsgInternal == PInvokeCore.
WM_SHOWWINDOW
)
System\Windows\Forms\Control.cs (1)
12559
case PInvokeCore.
WM_SHOWWINDOW
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
169
case PInvokeCore.
WM_SHOWWINDOW
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
339
case PInvokeCore.
WM_SHOWWINDOW
:
System\Windows\Forms\Form.cs (2)
2184
PInvokeCore.SendMessage(this, PInvokeCore.
WM_SHOWWINDOW
, (WPARAM)(BOOL)value);
7185
case PInvokeCore.
WM_SHOWWINDOW
: