8 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)
12558
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);
7186
case PInvokeCore.
WM_SHOWWINDOW
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
245
yield return new object[] { PInvokeCore.
WM_SHOWWINDOW
, " (WM_SHOWWINDOW)" };