1 implementation of BeginChange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
220void ITextRange.BeginChange()
10 references to BeginChange
PresentationFramework (10)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
417this.TextEditor.Selection.BeginChange();
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1235_editor.Selection.BeginChange();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1064This.Selection.BeginChange();
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
268This.Selection.BeginChange();
src\Framework\System\Windows\Documents\TextRange.cs (3)
218/// <see cref="ITextRange.BeginChange"/> 1471((ITextRange)this).BeginChange(); 1852_range.BeginChange();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
554/// <see cref="ITextRange.BeginChange"/>
src\Framework\System\windows\Documents\TextSelection.cs (1)
825thisSelection.BeginChange();
src\Framework\System\Windows\Documents\TextStore.cs (1)
1888this.TextSelection.BeginChange();