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