Searched refs:WM_CTLCOLORLISTBOX (Results 1 – 15 of 15) sorted by relevance
/reactos/dll/win32/iernonce/ |
H A D | dialog.cpp | 223 case WM_CTLCOLORLISTBOX: in ProcessWindowMessage()
|
/reactos/sdk/include/psdk/ |
H A D | olectl.h | 230 #define OCM_CTLCOLORLISTBOX (OCM__BASE + WM_CTLCOLORLISTBOX)
|
H A D | windowsx.h | 134 …LCOLORLISTBOX(hwnd,hdc,hwndChild,fn) (HBRUSH)(UINT_PTR)(fn)((hwnd),WM_CTLCOLORLISTBOX,(WPARAM)(HDC… 521 ((msg) == WM_CTLCOLORLISTBOX) || \
|
H A D | winuser.rh | 505 #define WM_CTLCOLORLISTBOX 0x0134
|
H A D | winuser.h | 1771 #define WM_CTLCOLORLISTBOX 308 macro
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 671 hbrush = GetControlColor( descr->owner, descr->self, hdc, WM_CTLCOLORLISTBOX); in LISTBOX_RepaintItem() 673 hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in LISTBOX_RepaintItem() 1047 hbrush = GetControlColor( descr->owner, descr->self, hdc, WM_CTLCOLORLISTBOX); in LISTBOX_Paint() 1049 hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in LISTBOX_Paint() 3218 … HBRUSH hbrush = GetControlColor( descr->owner, descr->self, (HDC)wParam, WM_CTLCOLORLISTBOX); in ListBoxWndProc_common() 3220 HBRUSH hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in ListBoxWndProc_common()
|
H A D | combo.c | 2056 case WM_CTLCOLORLISTBOX: in ComboWndProc_common()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | combo.c | 781 case WM_CTLCOLORLISTBOX: in parent_wnd_proc() 1305 WM_CTLCOLORLISTBOX, in test_combo_ctlcolor()
|
/reactos/win32ss/user/user32/windows/ |
H A D | defwnd.c | 456 case WM_CTLCOLORLISTBOX: in User32DefWindowProc()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 756 hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in LISTBOX_RepaintItem() 1100 hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in LISTBOX_Paint() 3120 HBRUSH hbrush = (HBRUSH)SendMessageW( descr->owner, WM_CTLCOLORLISTBOX, in LISTBOX_WindowProc()
|
H A D | commctrl.c | 1763 case OCM__BASE + WM_CTLCOLORLISTBOX: in COMCTL32_IsReflectedMessage()
|
H A D | combo.c | 1926 case WM_CTLCOLORLISTBOX: in COMBO_WindowProc()
|
/reactos/win32ss/user/ntuser/ |
H A D | defwnd.c | 964 case WM_CTLCOLORLISTBOX: in IntDefWindowProc()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 5236 HANDLE_MSG(hwnd, WM_CTLCOLORLISTBOX, MD_OnCtlColor); in MD_msgdump() 5946 DEFINE_RESULT(WM_CTLCOLORLISTBOX); in MD_msgresult()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 14750 { WM_CTLCOLORLISTBOX, sent|parent }, 14759 { WM_CTLCOLORLISTBOX, sent|parent }, 14761 { WM_CTLCOLORLISTBOX, sent|parent }, 14770 { WM_CTLCOLORLISTBOX, sent|parent }, 14772 { WM_CTLCOLORLISTBOX, sent|parent }, 14795 { WM_CTLCOLORLISTBOX, sent|parent }, 14797 { WM_CTLCOLORLISTBOX, sent|parent },
|