1 implementation of BeginChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
230void ITextRange.BeginChange()
10 references to BeginChange
PresentationFramework (10)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
394this.TextEditor.Selection.BeginChange();
System\Windows\Documents\ImmComposition.cs (1)
1103_editor.Selection.BeginChange();
System\windows\Documents\TextEditorCopyPaste.cs (1)
888This.Selection.BeginChange();
System\windows\Documents\TextEditorMouse.cs (1)
266This.Selection.BeginChange();
System\Windows\Documents\TextRange.cs (3)
228/// <see cref="ITextRange.BeginChange"/> 1474((ITextRange)this).BeginChange(); 1855_range.BeginChange();
System\Windows\Documents\TextRangeBase.cs (1)
543/// <see cref="ITextRange.BeginChange"/>
System\windows\Documents\TextSelection.cs (1)
822thisSelection.BeginChange();
System\Windows\Documents\TextStore.cs (1)
2010this.TextSelection.BeginChange();