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