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