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)
12420case PInvokeCore.WM_CTLCOLORSTATIC:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1990if (msg == PInvokeCore.WM_CTLCOLORSTATIC && !ShouldSerializeBackColor()) 3663case PInvokeCore.WM_CTLCOLORSTATIC:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1997if (msg == PInvokeCore.WM_CTLCOLORSTATIC && !ShouldSerializeBackColor())