5 references to WM_CTLCOLOREDIT
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
37public const uint WM_REFLECT_CTLCOLOREDIT = WM_REFLECT + PInvokeCore.WM_CTLCOLOREDIT; 158PInvokeCore.WM_CTLCOLOREDIT => "WM_CTLCOLOREDIT",
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12417case PInvokeCore.WM_CTLCOLOREDIT:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3714case PInvokeCore.WM_CTLCOLOREDIT:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
334yield return new object[] { PInvokeCore.WM_CTLCOLOREDIT, " (WM_CTLCOLOREDIT)" };