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