1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
230
void 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)
2342
textEditor.Selection.
BeginChangeNoUndo
();
3863
this.TextSelection.
BeginChangeNoUndo
();
4001
this.TextSelection.
BeginChangeNoUndo
();
4030
this.TextSelection.
BeginChangeNoUndo
();