12 references to WM_USER
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
22
public const uint WM_REFLECT = PInvokeCore.
WM_USER
+ 0x1C00;
237
PInvokeCore.
WM_USER
=> "WM_USER",
System.Windows.Forms (4)
System\Windows\Forms\Application.ParkingWindow.cs (1)
19
private 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)
17
private const int CDM_SETDEFAULTFOCUS = (int)PInvokeCore.
WM_USER
+ 0x51;
System\Windows\Forms\NotifyIcon.cs (1)
31
private const int WM_TRAYMOUSEMESSAGE = (int)PInvokeCore.
WM_USER
+ 1024;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PbrsForward.cs (1)
18
private const int WM_PRIVATE_POSTCHAR = (int)PInvokeCore.
WM_USER
+ 0x1598;
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.TBM_GETPOS.cs (1)
8
public const uint TBM_GETPOS = PInvokeCore.
WM_USER
;
System.Windows.Forms.Tests (4)
System\Windows\Forms\CommonDialogTests.cs (1)
77
const int CDM_SETDEFAULTFOCUS = (int)PInvokeCore.
WM_USER
+ 0x51;
System\Windows\Forms\FontDialogTests.cs (2)
639
const uint CDM_SETDEFAULTFOCUS = (int)PInvokeCore.
WM_USER
+ 0x51;
670
const uint CDM_SETDEFAULTFOCUS = (int)PInvokeCore.
WM_USER
+ 0x51;
System\Windows\Forms\MessageTests.cs (1)
413
yield return new object[] { PInvokeCore.
WM_USER
, " (WM_USER)" };