4 references to WM_CTLCOLORDLG
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
34
public const uint WM_REFLECT_CTLCOLORDLG = WM_REFLECT + PInvokeCore.
WM_CTLCOLORDLG
;
161
PInvokeCore.
WM_CTLCOLORDLG
=> "WM_CTLCOLORDLG",
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12414
case PInvokeCore.
WM_CTLCOLORDLG
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
337
yield return new object[] { PInvokeCore.
WM_CTLCOLORDLG
, " (WM_CTLCOLORDLG)" };