1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
240void ITextRange.BeginChangeNoUndo()
8 references to BeginChangeNoUndo
PresentationFramework (8)
System\windows\Documents\TextEditor.cs (2)
579_selection.BeginChangeNoUndo(); 632_selection.BeginChangeNoUndo();
System\Windows\Documents\TextRange.cs (1)
238/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextRangeBase.cs (1)
551/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextStore.cs (4)
2360textEditor.Selection.BeginChangeNoUndo(); 3882this.TextSelection.BeginChangeNoUndo(); 4020this.TextSelection.BeginChangeNoUndo(); 4049this.TextSelection.BeginChangeNoUndo();