5 references to None
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1487
_pendingUndoAction = UndoAction.
None
;
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
455
Invariant.Assert(this.PendingUndoAction == UndoAction.
None
);
463
this.PendingUndoAction = UndoAction.
None
;
src\Framework\System\Windows\Controls\TextBox.cs (1)
1305
OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.
None
));
src\Framework\System\Windows\Controls\TextChangedEventArgs.cs (1)
84
if (action < UndoAction.
None
|| action > UndoAction.Create)