1 implementation of EndChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
247
void ITextRange.
EndChange
()
11 references to EndChange
PresentationFramework (11)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
398
this.TextEditor.Selection.
EndChange
();
System\Windows\Documents\ImmComposition.cs (1)
1150
_editor.Selection.
EndChange
();
System\windows\Documents\TextEditor.cs (2)
597
_selection.
EndChange
();
650
_selection.
EndChange
();
System\windows\Documents\TextEditorCopyPaste.cs (1)
892
This.Selection.
EndChange
();
System\windows\Documents\TextEditorMouse.cs (1)
263
This.Selection.
EndChange
();
System\Windows\Documents\TextRange.cs (2)
245
/// <see cref="ITextRange.
EndChange
()"/>
1485
((ITextRange)this).
EndChange
();
System\Windows\Documents\TextRangeBase.cs (1)
556
/// <see cref="ITextRange.
EndChange
()"/>
System\windows\Documents\TextSelection.cs (1)
861
thisSelection.
EndChange
();
System\Windows\Documents\TextStore.cs (1)
2029
this.TextSelection.
EndChange
();