46 references to WM_USER
UIAutomationClientSideProviders (46)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
717
return XSendMessage.GetItemText(hwnd, NativeMethods.
WM_USER
+ NativeMethods.CB_GETLBTEXT, index, len);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
740
return XSendMessage.GetItemText(_hwnd, NativeMethods.
WM_USER
+ NativeMethods.LB_GETTEXT, _item, iTextLen);
MS\Win32\NativeMethods.cs (44)
223
internal const int TBM_GETPOS =
WM_USER
;
224
internal const int TBM_GETRANGEMIN =
WM_USER
+ 1;
225
internal const int TBM_GETRANGEMAX =
WM_USER
+ 2;
226
internal const int TBM_SETPOS =
WM_USER
+ 5;
227
internal const int TBM_GETPAGESIZE =
WM_USER
+ 22;
228
internal const int TBM_GETLINESIZE =
WM_USER
+ 24;
229
internal const int TBM_GETTHUMBRECT =
WM_USER
+ 25;
230
internal const int TBM_GETCHANNELRECT =
WM_USER
+ 26;
231
internal const int TBM_GETTOOLTIPS =
WM_USER
+ 30;
234
internal const int PBM_GETRANGE = (
WM_USER
+ 7);
235
internal const int PBM_GETPOS = (
WM_USER
+ 8);
238
internal const int SB_GETPARTS = (
WM_USER
+ 6);
239
internal const int SB_GETRECT = (
WM_USER
+ 10);
240
internal const int SB_GETTEXTLENGTHW = (
WM_USER
+ 12);
241
internal const int SB_GETTEXTW = (
WM_USER
+ 13);
244
internal const int RB_HITTEST =
WM_USER
+ 8;
245
internal const int RB_GETRECT =
WM_USER
+ 9;
246
internal const int RB_GETBANDCOUNT =
WM_USER
+ 12;
247
internal const int RB_GETTOOLTIPS =
WM_USER
+ 17;
248
internal const int RB_GETBANDINFOA =
WM_USER
+ 29;
249
internal const int RB_PUSHCHEVRON =
WM_USER
+ 43;
252
internal const int TB_PRESSBUTTON =
WM_USER
+ 3;
253
internal const int TB_ISBUTTONENABLED =
WM_USER
+ 9;
254
internal const int TB_ISBUTTONCHECKED =
WM_USER
+ 10;
255
internal const int TB_ISBUTTONHIDDEN =
WM_USER
+ 12;
256
internal const int TB_GETBUTTON =
WM_USER
+ 23;
257
internal const int TB_BUTTONCOUNT =
WM_USER
+ 24;
258
internal const int TB_GETITEMRECT =
WM_USER
+ 29;
259
internal const int TB_GETTOOLTIPS =
WM_USER
+ 35;
260
internal const int TB_GETIMAGELIST =
WM_USER
+ 49;
261
internal const int TB_GETHOTITEM =
WM_USER
+ 71;
262
internal const int TB_SETHOTITEM =
WM_USER
+ 72;
263
internal const int TB_GETBUTTONTEXT =
WM_USER
+ 75;
264
internal const int TB_GETEXTENDEDSTYLE =
WM_USER
+ 85;
267
internal const int TTM_GETTOOLINFO = (
WM_USER
+ 53);
268
internal const int TTM_HITTEST = (
WM_USER
+ 55);
269
internal const int TTM_GETTEXT = (
WM_USER
+ 56);
270
internal const int TTM_GETCURRENTTOOL = (
WM_USER
+ 59);
273
internal const int IPM_SETADDRESS = (
WM_USER
+ 101);
276
internal const int UDM_GETRANGE = (
WM_USER
+ 102);
277
internal const int UDM_SETPOS = (
WM_USER
+ 103);
278
internal const int UDM_GETPOS = (
WM_USER
+ 104);
279
internal const int UDM_GETBUDDY = (
WM_USER
+ 106);
282
internal const int LM_FIRST = (
WM_USER
+ 0x300);