3 references to EM_CANUNDO
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3209
case NativeMethods.
EM_CANUNDO
:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
267
return (0 != (int)Edit.SendMessage(NativeMethods.
EM_CANUNDO
, 0, 0));
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
469
b = unchecked( (int) (long)SendMessage(NativeMethods.
EM_CANUNDO
, 0, 0)) != 0;