1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
230void ITextRange.BeginChangeNoUndo()
8 references to BeginChangeNoUndo
PresentationFramework (8)
System\windows\Documents\TextEditor.cs (2)
566_selection.BeginChangeNoUndo(); 619_selection.BeginChangeNoUndo();
System\Windows\Documents\TextRange.cs (1)
228/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextRangeBase.cs (1)
547/// <see cref="ITextRange.BeginChangeNoUndo"/>
System\Windows\Documents\TextStore.cs (4)
2342textEditor.Selection.BeginChangeNoUndo(); 3863this.TextSelection.BeginChangeNoUndo(); 4001this.TextSelection.BeginChangeNoUndo(); 4030this.TextSelection.BeginChangeNoUndo();