46 references to WM_USER
UIAutomationClientsideProviders (46)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
734
return XSendMessage.GetItemText(hwnd, NativeMethods.
WM_USER
+ NativeMethods.CB_GETLBTEXT, index, len);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
752
return XSendMessage.GetItemText(_hwnd, NativeMethods.
WM_USER
+ NativeMethods.LB_GETTEXT, _item, iTextLen);
MS\Win32\NativeMethods.cs (44)
240
internal const int TBM_GETPOS =
WM_USER
;
241
internal const int TBM_GETRANGEMIN =
WM_USER
+ 1;
242
internal const int TBM_GETRANGEMAX =
WM_USER
+ 2;
243
internal const int TBM_SETPOS =
WM_USER
+ 5;
244
internal const int TBM_GETPAGESIZE =
WM_USER
+ 22;
245
internal const int TBM_GETLINESIZE =
WM_USER
+ 24;
246
internal const int TBM_GETTHUMBRECT =
WM_USER
+ 25;
247
internal const int TBM_GETCHANNELRECT =
WM_USER
+ 26;
248
internal const int TBM_GETTOOLTIPS =
WM_USER
+ 30;
251
internal const int PBM_GETRANGE = (
WM_USER
+ 7);
252
internal const int PBM_GETPOS = (
WM_USER
+ 8);
255
internal const int SB_GETPARTS = (
WM_USER
+ 6);
256
internal const int SB_GETRECT = (
WM_USER
+ 10);
257
internal const int SB_GETTEXTLENGTHW = (
WM_USER
+ 12);
258
internal const int SB_GETTEXTW = (
WM_USER
+ 13);
261
internal const int RB_HITTEST =
WM_USER
+ 8;
262
internal const int RB_GETRECT =
WM_USER
+ 9;
263
internal const int RB_GETBANDCOUNT =
WM_USER
+ 12;
264
internal const int RB_GETTOOLTIPS =
WM_USER
+ 17;
265
internal const int RB_GETBANDINFOA =
WM_USER
+ 29;
266
internal const int RB_PUSHCHEVRON =
WM_USER
+ 43;
269
internal const int TB_PRESSBUTTON =
WM_USER
+ 3;
270
internal const int TB_ISBUTTONENABLED =
WM_USER
+ 9;
271
internal const int TB_ISBUTTONCHECKED =
WM_USER
+ 10;
272
internal const int TB_ISBUTTONHIDDEN =
WM_USER
+ 12;
273
internal const int TB_GETBUTTON =
WM_USER
+ 23;
274
internal const int TB_BUTTONCOUNT =
WM_USER
+ 24;
275
internal const int TB_GETITEMRECT =
WM_USER
+ 29;
276
internal const int TB_GETTOOLTIPS =
WM_USER
+ 35;
277
internal const int TB_GETIMAGELIST =
WM_USER
+ 49;
278
internal const int TB_GETHOTITEM =
WM_USER
+ 71;
279
internal const int TB_SETHOTITEM =
WM_USER
+ 72;
280
internal const int TB_GETBUTTONTEXT =
WM_USER
+ 75;
281
internal const int TB_GETEXTENDEDSTYLE =
WM_USER
+ 85;
284
internal const int TTM_GETTOOLINFO = (
WM_USER
+ 53);
285
internal const int TTM_HITTEST = (
WM_USER
+ 55);
286
internal const int TTM_GETTEXT = (
WM_USER
+ 56);
287
internal const int TTM_GETCURRENTTOOL = (
WM_USER
+ 59);
290
internal const int IPM_SETADDRESS = (
WM_USER
+ 101);
293
internal const int UDM_GETRANGE = (
WM_USER
+ 102);
294
internal const int UDM_SETPOS = (
WM_USER
+ 103);
295
internal const int UDM_GETPOS = (
WM_USER
+ 104);
296
internal const int UDM_GETBUDDY = (
WM_USER
+ 106);
299
internal const int LM_FIRST = (
WM_USER
+ 0x300);