1 implementation of BeginChangeNoUndo
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
230void ITextRange.BeginChangeNoUndo()
8 references to BeginChangeNoUndo
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditor.cs (2)
606_selection.BeginChangeNoUndo(); 659_selection.BeginChangeNoUndo();
src\Framework\System\Windows\Documents\TextRange.cs (1)
228/// <see cref="ITextRange.BeginChangeNoUndo"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
562/// <see cref="ITextRange.BeginChangeNoUndo"/>
src\Framework\System\Windows\Documents\TextStore.cs (4)
2224textEditor.Selection.BeginChangeNoUndo(); 3733this.TextSelection.BeginChangeNoUndo(); 3852this.TextSelection.BeginChangeNoUndo(); 3871this.TextSelection.BeginChangeNoUndo();