1 implementation of BeginChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
220
void ITextRange.
BeginChange
()
8 references to BeginChange
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
386
this.TextEditor.Selection.
BeginChange
();
System\Windows\Documents\ImmComposition.cs (1)
1075
_editor.Selection.
BeginChange
();
System\windows\Documents\TextEditorCopyPaste.cs (1)
876
This.Selection.
BeginChange
();
System\windows\Documents\TextEditorMouse.cs (1)
248
This.Selection.
BeginChange
();
System\Windows\Documents\TextRange.cs (2)
1462
((ITextRange)this).
BeginChange
();
1844
_range.
BeginChange
();
System\windows\Documents\TextSelection.cs (1)
803
thisSelection.
BeginChange
();
System\Windows\Documents\TextStore.cs (1)
1986
this.TextSelection.
BeginChange
();