1 implementation of BeginChangeNoUndo
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
240
void 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)
2360
textEditor.Selection.
BeginChangeNoUndo
();
3882
this.TextSelection.
BeginChangeNoUndo
();
4020
this.TextSelection.
BeginChangeNoUndo
();
4049
this.TextSelection.
BeginChangeNoUndo
();