1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
237void ITextRange.BeginChangeNoUndo()
8 references to BeginChangeNoUndo
PresentationFramework (8)
System\windows\Documents\TextEditor.cs (2)
573_selection.BeginChangeNoUndo(); 626_selection.BeginChangeNoUndo();
System\Windows\Documents\TextRange.cs (1)
235/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextRangeBase.cs (1)
548/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextStore.cs (4)
2349textEditor.Selection.BeginChangeNoUndo(); 3871this.TextSelection.BeginChangeNoUndo(); 4009this.TextSelection.BeginChangeNoUndo(); 4038this.TextSelection.BeginChangeNoUndo();