5 references to WM_CTLCOLORSTATIC
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2201
if ((msg == NativeMethods.
WM_CTLCOLORSTATIC
) && !ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\Control.cs (2)
14245
case NativeMethods.
WM_CTLCOLORSTATIC
:
14259
case NativeMethods.WM_REFLECT + NativeMethods.
WM_CTLCOLORSTATIC
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
155
case NativeMethods.
WM_CTLCOLORSTATIC
: text = "WM_CTLCOLORSTATIC"; break;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2186
if ((msg == NativeMethods.
WM_CTLCOLORSTATIC
) && !ShouldSerializeBackColor()) {