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