1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
231
void ITextRange.
BeginChangeNoUndo
()
8 references to BeginChangeNoUndo
PresentationFramework (8)
System\windows\Documents\TextEditor.cs (2)
567
_selection.
BeginChangeNoUndo
();
620
_selection.
BeginChangeNoUndo
();
System\Windows\Documents\TextRange.cs (1)
229
/// <see cref="ITextRange.
BeginChangeNoUndo
"/>
System\Windows\Documents\TextRangeBase.cs (1)
548
/// <see cref="ITextRange.
BeginChangeNoUndo
"/>
System\Windows\Documents\TextStore.cs (4)
2343
textEditor.Selection.
BeginChangeNoUndo
();
3864
this.TextSelection.
BeginChangeNoUndo
();
4002
this.TextSelection.
BeginChangeNoUndo
();
4031
this.TextSelection.
BeginChangeNoUndo
();