1 implementation of BeginChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
220void ITextRange.BeginChange()
10 references to BeginChange
PresentationFramework (10)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
386this.TextEditor.Selection.BeginChange();
System\Windows\Documents\ImmComposition.cs (1)
1081_editor.Selection.BeginChange();
System\windows\Documents\TextEditorCopyPaste.cs (1)
876This.Selection.BeginChange();
System\windows\Documents\TextEditorMouse.cs (1)
248This.Selection.BeginChange();
System\Windows\Documents\TextRange.cs (3)
218/// <see cref="ITextRange.BeginChange"/> 1462((ITextRange)this).BeginChange(); 1844_range.BeginChange();
System\Windows\Documents\TextRangeBase.cs (1)
539/// <see cref="ITextRange.BeginChange"/>
System\windows\Documents\TextSelection.cs (1)
803thisSelection.BeginChange();
System\Windows\Documents\TextStore.cs (1)
1992this.TextSelection.BeginChange();