6 references to WM_CTLCOLORSTATIC
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
39public const uint WM_REFLECT_CTLCOLORSTATIC = WM_REFLECT + PInvokeCore.WM_CTLCOLORSTATIC; 163PInvokeCore.WM_CTLCOLORSTATIC => "WM_CTLCOLORSTATIC",
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
13149case PInvokeCore.WM_CTLCOLORSTATIC:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2074if (msg == PInvokeCore.WM_CTLCOLORSTATIC && !ShouldSerializeBackColor()) 3825case PInvokeCore.WM_CTLCOLORSTATIC:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2409if (msg == PInvokeCore.WM_CTLCOLORSTATIC && !ShouldSerializeBackColor())