2 writes to UndoLimit
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
322this.UndoLimit = 0; 323this.UndoLimit = originalUndoLimit;
3 references to UndoLimit
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1533undoManager.UndoLimit = this.UndoLimit;
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
452this.ChangeUndoLimit(this.UndoLimit);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
321int originalUndoLimit = this.UndoLimit;