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