91 references to WM_USER
System.Windows.Forms (91)
winforms\Managed\System\WinForms\Application.cs (1)
4098
private const int WM_CHECKDESTROY = NativeMethods.
WM_USER
+ 0x01;
winforms\Managed\System\WinForms\CommonDialog.cs (1)
37
private const int CDM_SETDEFAULTFOCUS = NativeMethods.
WM_USER
+ 0x51;
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
231
case NativeMethods.
WM_USER
: text = "WM_USER"; break;
winforms\Managed\System\WinForms\NativeMethods.cs (7)
1139
NIN_BALLOONSHOW = (
WM_USER
+ 2),
1140
NIN_BALLOONHIDE = (
WM_USER
+ 3),
1141
NIN_BALLOONTIMEOUT = (
WM_USER
+ 4),
1142
NIN_BALLOONUSERCLICK = (
WM_USER
+ 5),
1667
TTM_SETTITLEA = (
WM_USER
+ 32), // wParam = TTI_*, lParam = char* szTitle
1668
TTM_SETTITLEW = (
WM_USER
+ 33), // wParam = TTI_*, lParam = wchar* szTitle
2127
WM_REFLECT = NativeMethods.
WM_USER
+ 0x1C00,
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
46
private const int WM_TRAYMOUSEMESSAGE = NativeMethods.
WM_USER
+ 1024;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5305
private const int WM_USER = NativeMethods.
WM_USER
;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (79)
71
internal const int EM_GETLIMITTEXT = (NativeMethods.
WM_USER
+ 37);
73
internal const int EM_POSFROMCHAR = (NativeMethods.
WM_USER
+ 38);
74
internal const int EM_CHARFROMPOS = (NativeMethods.
WM_USER
+ 39);
76
internal const int EM_SCROLLCARET = (NativeMethods.
WM_USER
+ 49);
77
internal const int EM_CANPASTE = (NativeMethods.
WM_USER
+ 50);
78
internal const int EM_DISPLAYBAND = (NativeMethods.
WM_USER
+ 51);
79
internal const int EM_EXGETSEL = (NativeMethods.
WM_USER
+ 52);
80
internal const int EM_EXLIMITTEXT = (NativeMethods.
WM_USER
+ 53);
81
internal const int EM_EXLINEFROMCHAR = (NativeMethods.
WM_USER
+ 54);
82
internal const int EM_EXSETSEL = (NativeMethods.
WM_USER
+ 55);
83
internal const int EM_FINDTEXT = (NativeMethods.
WM_USER
+ 56);
84
internal const int EM_FORMATRANGE = (NativeMethods.
WM_USER
+ 57);
85
internal const int EM_GETCHARFORMAT = (NativeMethods.
WM_USER
+ 58);
86
internal const int EM_GETEVENTMASK = (NativeMethods.
WM_USER
+ 59);
87
internal const int EM_GETOLEINTERFACE = (NativeMethods.
WM_USER
+ 60);
88
internal const int EM_GETPARAFORMAT = (NativeMethods.
WM_USER
+ 61);
89
internal const int EM_GETSELTEXT = (NativeMethods.
WM_USER
+ 62);
90
internal const int EM_HIDESELECTION = (NativeMethods.
WM_USER
+ 63);
91
internal const int EM_PASTESPECIAL = (NativeMethods.
WM_USER
+ 64);
92
internal const int EM_REQUESTRESIZE = (NativeMethods.
WM_USER
+ 65);
93
internal const int EM_SELECTIONTYPE = (NativeMethods.
WM_USER
+ 66);
94
internal const int EM_SETBKGNDCOLOR = (NativeMethods.
WM_USER
+ 67);
95
internal const int EM_SETCHARFORMAT = (NativeMethods.
WM_USER
+ 68);
96
internal const int EM_SETEVENTMASK = (NativeMethods.
WM_USER
+ 69);
97
internal const int EM_SETOLECALLBACK = (NativeMethods.
WM_USER
+ 70);
98
internal const int EM_SETPARAFORMAT = (NativeMethods.
WM_USER
+ 71);
99
internal const int EM_SETTARGETDEVICE = (NativeMethods.
WM_USER
+ 72);
100
internal const int EM_STREAMIN = (NativeMethods.
WM_USER
+ 73);
101
internal const int EM_STREAMOUT = (NativeMethods.
WM_USER
+ 74);
102
internal const int EM_GETTEXTRANGE = (NativeMethods.
WM_USER
+ 75);
103
internal const int EM_FINDWORDBREAK = (NativeMethods.
WM_USER
+ 76);
104
internal const int EM_SETOPTIONS = (NativeMethods.
WM_USER
+ 77);
105
internal const int EM_GETOPTIONS = (NativeMethods.
WM_USER
+ 78);
106
internal const int EM_FINDTEXTEX = (NativeMethods.
WM_USER
+ 79);
107
internal const int EM_GETWORDBREAKPROCEX = (NativeMethods.
WM_USER
+ 80);
108
internal const int EM_SETWORDBREAKPROCEX = (NativeMethods.
WM_USER
+ 81);
111
internal const int EM_SETUNDOLIMIT = (NativeMethods.
WM_USER
+ 82);
112
internal const int EM_REDO = (NativeMethods.
WM_USER
+ 84);
113
internal const int EM_CANREDO = (NativeMethods.
WM_USER
+ 85);
114
internal const int EM_GETUNDONAME = (NativeMethods.
WM_USER
+ 86);
115
internal const int EM_GETREDONAME = (NativeMethods.
WM_USER
+ 87);
116
internal const int EM_STOPGROUPTYPING = (NativeMethods.
WM_USER
+ 88);
118
internal const int EM_SETTEXTMODE = (NativeMethods.
WM_USER
+ 89);
119
internal const int EM_GETTEXTMODE = (NativeMethods.
WM_USER
+ 90);
121
internal const int EM_AUTOURLDETECT = (NativeMethods.
WM_USER
+ 91);
122
internal const int EM_GETAUTOURLDETECT = (NativeMethods.
WM_USER
+ 92);
123
internal const int EM_SETPALETTE = (NativeMethods.
WM_USER
+ 93);
124
internal const int EM_GETTEXTEX = (NativeMethods.
WM_USER
+ 94);
125
internal const int EM_GETTEXTLENGTHEX = (NativeMethods.
WM_USER
+ 95);
128
internal const int EM_SETPUNCTUATION = (NativeMethods.
WM_USER
+ 100);
129
internal const int EM_GETPUNCTUATION = (NativeMethods.
WM_USER
+ 101);
130
internal const int EM_SETWORDWRAPMODE = (NativeMethods.
WM_USER
+ 102);
131
internal const int EM_GETWORDWRAPMODE = (NativeMethods.
WM_USER
+ 103);
132
internal const int EM_SETIMECOLOR = (NativeMethods.
WM_USER
+ 104);
133
internal const int EM_GETIMECOLOR = (NativeMethods.
WM_USER
+ 105);
134
internal const int EM_SETIMEOPTIONS = (NativeMethods.
WM_USER
+ 106);
135
internal const int EM_GETIMEOPTIONS = (NativeMethods.
WM_USER
+ 107);
136
internal const int EM_CONVPOSITION = (NativeMethods.
WM_USER
+ 108);
138
internal const int EM_SETLANGOPTIONS = (NativeMethods.
WM_USER
+ 120);
139
internal const int EM_GETLANGOPTIONS = (NativeMethods.
WM_USER
+ 121);
140
internal const int EM_GETIMECOMPMODE = (NativeMethods.
WM_USER
+ 122);
142
internal const int EM_FINDTEXTW = (NativeMethods.
WM_USER
+ 123);
143
internal const int EM_FINDTEXTEXW = (NativeMethods.
WM_USER
+ 124);
146
internal const int EM_RECONVERSION = (NativeMethods.
WM_USER
+ 125);
147
internal const int EM_SETIMEMODEBIAS = (NativeMethods.
WM_USER
+ 126);
148
internal const int EM_GETIMEMODEBIAS = (NativeMethods.
WM_USER
+ 127);
151
internal const int EM_SETBIDIOPTIONS = (NativeMethods.
WM_USER
+ 200);
152
internal const int EM_GETBIDIOPTIONS = (NativeMethods.
WM_USER
+ 201);
154
internal const int EM_SETTYPOGRAPHYOPTIONS = (NativeMethods.
WM_USER
+ 202);
155
internal const int EM_GETTYPOGRAPHYOPTIONS = (NativeMethods.
WM_USER
+ 203);
158
internal const int EM_SETEDITSTYLE = (NativeMethods.
WM_USER
+ 204);
159
internal const int EM_GETEDITSTYLE = (NativeMethods.
WM_USER
+ 205);
162
internal const int EM_SETQUERYRTFOBJ = (NativeMethods.
WM_USER
+ 270);
200
internal const int EM_OUTLINE = NativeMethods.
WM_USER
+ 220;
203
internal const int EM_GETSCROLLPOS = NativeMethods.
WM_USER
+ 221;
204
internal const int EM_SETSCROLLPOS = NativeMethods.
WM_USER
+ 222;
207
internal const int EM_SETFONTSIZE = NativeMethods.
WM_USER
+ 223;
208
internal const int EM_GETZOOM = NativeMethods.
WM_USER
+ 224;
209
internal const int EM_SETZOOM = NativeMethods.
WM_USER
+ 225;