1 implementation of BeginChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
221
void ITextRange.
BeginChange
()
10 references to BeginChange
PresentationFramework (10)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
387
this.TextEditor.Selection.
BeginChange
();
System\Windows\Documents\ImmComposition.cs (1)
1082
_editor.Selection.
BeginChange
();
System\windows\Documents\TextEditorCopyPaste.cs (1)
877
This.Selection.
BeginChange
();
System\windows\Documents\TextEditorMouse.cs (1)
249
This.Selection.
BeginChange
();
System\Windows\Documents\TextRange.cs (3)
219
/// <see cref="ITextRange.
BeginChange
"/>
1463
((ITextRange)this).
BeginChange
();
1845
_range.
BeginChange
();
System\Windows\Documents\TextRangeBase.cs (1)
540
/// <see cref="ITextRange.
BeginChange
"/>
System\windows\Documents\TextSelection.cs (1)
804
thisSelection.
BeginChange
();
System\Windows\Documents\TextStore.cs (1)
1993
this.TextSelection.
BeginChange
();