8 references to WM_SIZE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
52
PInvokeCore.
WM_SIZE
=> "WM_SIZE",
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3153
case PInvokeCore.
WM_SIZE
:
System\Windows\Forms\Form.cs (1)
7189
case PInvokeCore.
WM_SIZE
:
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
730
case PInvokeCore.
WM_SIZE
:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2163
case PInvokeCore.
WM_SIZE
:
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
228
yield return new object[] { PInvokeCore.
WM_SIZE
, " (WM_SIZE)" };
System\Windows\Forms\ScrollBarTests.cs (2)
2865
Msg = (int)PInvokeCore.
WM_SIZE
,
2887
Msg = (int)PInvokeCore.
WM_SIZE
,