4 references to WM_CTLCOLOREDIT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3697case NativeMethods.WM_CTLCOLOREDIT:
winforms\Managed\System\WinForms\Control.cs (2)
14243case NativeMethods.WM_CTLCOLOREDIT: 14257case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLOREDIT:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
150case NativeMethods.WM_CTLCOLOREDIT: text = "WM_CTLCOLOREDIT"; break;