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)
2369textEditor.Selection.BeginChangeNoUndo(); 3891this.TextSelection.BeginChangeNoUndo(); 4029this.TextSelection.BeginChangeNoUndo(); 4058this.TextSelection.BeginChangeNoUndo();