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