5 references to WM_CTLCOLORLISTBOX
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (2)
2207
else if ((msg == NativeMethods.
WM_CTLCOLORLISTBOX
) && GetStyle(ControlStyles.UserPaint)) {
3698
case NativeMethods.
WM_CTLCOLORLISTBOX
:
winforms\Managed\System\WinForms\Control.cs (2)
14244
case NativeMethods.
WM_CTLCOLORLISTBOX
:
14258
case NativeMethods.WM_REFLECT + NativeMethods.
WM_CTLCOLORLISTBOX
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
151
case NativeMethods.
WM_CTLCOLORLISTBOX
: text = "WM_CTLCOLORLISTBOX"; break;