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