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