3 references to EM_CANUNDO
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
181
return PInvokeCore.SendMessage(EditTextBox, PInvokeCore.
EM_CANUNDO
) != 0;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2911
case (int)PInvokeCore.
EM_CANUNDO
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
391
public bool CanUndo => IsHandleCreated && (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_CANUNDO
) != 0;