4 references to WM_CTLCOLOR
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
32public const uint WM_REFLECT_CTLCOLOR = WM_REFLECT + PInvokeCore.WM_CTLCOLOR; 238PInvokeCore.WM_CTLCOLOR => "WM_CTLCOLOR",
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12412case PInvokeCore.WM_CTLCOLOR:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
414yield return new object[] { PInvokeCore.WM_CTLCOLOR, " (WM_CTLCOLOR)" };