6 references to WM_CTLCOLORLISTBOX
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
38public const uint WM_REFLECT_CTLCOLORLISTBOX = WM_REFLECT + PInvokeCore.WM_CTLCOLORLISTBOX; 159PInvokeCore.WM_CTLCOLORLISTBOX => "WM_CTLCOLORLISTBOX",
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12418case PInvokeCore.WM_CTLCOLORLISTBOX:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2010else if (msg == PInvokeCore.WM_CTLCOLORLISTBOX && GetStyle(ControlStyles.UserPaint)) 3715case PInvokeCore.WM_CTLCOLORLISTBOX:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
335yield return new object[] { PInvokeCore.WM_CTLCOLORLISTBOX, " (WM_CTLCOLORLISTBOX)" };