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