12 references to WM_USER
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
22public const uint WM_REFLECT = PInvokeCore.WM_USER + 0x1C00; 237PInvokeCore.WM_USER => "WM_USER",
System.Windows.Forms (4)
System\Windows\Forms\Application.ParkingWindow.cs (1)
19private const int WM_CHECKDESTROY = (int)PInvokeCore.WM_USER + 0x01;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
818_value = (int)PInvokeCore.SendMessage(this, PInvokeCore.WM_USER);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
17private const int CDM_SETDEFAULTFOCUS = (int)PInvokeCore.WM_USER + 0x51;
System\Windows\Forms\NotifyIcon.cs (1)
31private const int WM_TRAYMOUSEMESSAGE = (int)PInvokeCore.WM_USER + 1024;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PbrsForward.cs (1)
18private const int WM_PRIVATE_POSTCHAR = (int)PInvokeCore.WM_USER + 0x1598;
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.TBM_GETPOS.cs (1)
8public const uint TBM_GETPOS = PInvokeCore.WM_USER;
System.Windows.Forms.Tests (4)
System\Windows\Forms\CommonDialogTests.cs (1)
77const int CDM_SETDEFAULTFOCUS = (int)PInvokeCore.WM_USER + 0x51;
System\Windows\Forms\FontDialogTests.cs (2)
639const uint CDM_SETDEFAULTFOCUS = (int)PInvokeCore.WM_USER + 0x51; 670const uint CDM_SETDEFAULTFOCUS = (int)PInvokeCore.WM_USER + 0x51;
System\Windows\Forms\MessageTests.cs (1)
413yield return new object[] { PInvokeCore.WM_USER, " (WM_USER)" };