4 references to WM_MOVE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
51PInvokeCore.WM_MOVE => "WM_MOVE",
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12542case PInvokeCore.WM_MOVE:
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2303case (int)PInvokeCore.WM_MOVE:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
227yield return new object[] { PInvokeCore.WM_MOVE, " (WM_MOVE)" };