4 references to WM_CTLCOLORBTN
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
33public const uint WM_REFLECT_CTLCOLORBTN = WM_REFLECT + PInvokeCore.WM_CTLCOLORBTN; 160PInvokeCore.WM_CTLCOLORBTN => "WM_CTLCOLORBTN",
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12413case PInvokeCore.WM_CTLCOLORBTN:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
336yield return new object[] { PInvokeCore.WM_CTLCOLORBTN, " (WM_CTLCOLORBTN)" };