1 implementation of EndChange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
240
void ITextRange.
EndChange
()
11 references to EndChange
PresentationFramework (11)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
430
this.TextEditor.Selection.
EndChange
();
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1290
_editor.Selection.
EndChange
();
src\Framework\System\windows\Documents\TextEditor.cs (2)
630
_selection.
EndChange
();
683
_selection.
EndChange
();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1081
This.Selection.
EndChange
();
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
279
This.Selection.
EndChange
();
src\Framework\System\Windows\Documents\TextRange.cs (2)
238
/// <see cref="ITextRange.
EndChange
()"/>
1485
((ITextRange)this).
EndChange
();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
570
/// <see cref="ITextRange.
EndChange
()"/>
src\Framework\System\windows\Documents\TextSelection.cs (1)
867
thisSelection.
EndChange
();
src\Framework\System\Windows\Documents\TextStore.cs (1)
1913
this.TextSelection.
EndChange
();