1 implementation of BeginChange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
220
void ITextRange.
BeginChange
()
10 references to BeginChange
PresentationFramework (10)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
417
this.TextEditor.Selection.
BeginChange
();
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1235
_editor.Selection.
BeginChange
();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1064
This.Selection.
BeginChange
();
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
268
This.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)
825
thisSelection.
BeginChange
();
src\Framework\System\Windows\Documents\TextStore.cs (1)
1888
this.TextSelection.
BeginChange
();