1 implementation of EndChange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
240void ITextRange.EndChange()
11 references to EndChange
PresentationFramework (11)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
430this.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)
1081This.Selection.EndChange();
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
279This.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)
867thisSelection.EndChange();
src\Framework\System\Windows\Documents\TextStore.cs (1)
1913this.TextSelection.EndChange();