1 implementation of DeclareChangeBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
260IDisposable ITextRange.DeclareChangeBlock()
48 references to DeclareChangeBlock
PresentationFramework (48)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
439return this.TextEditor.Selection.DeclareChangeBlock();
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
147using (This.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
127using (This.Selection.DeclareChangeBlock()) // NB: This raises a PUBLIC EVENT.
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
395using (This.Selection.DeclareChangeBlock()) 516using (This.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
277using (selection.DeclareChangeBlock()) 588using (selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
140using (This.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorMouse.cs (3)
366using (This.Selection.DeclareChangeBlock()) 374using (This.Selection.DeclareChangeBlock()) 574using (This.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorSelection.cs (27)
281using (This.Selection.DeclareChangeBlock()) 373using (This.Selection.DeclareChangeBlock()) 457using (This.Selection.DeclareChangeBlock()) 512using (This.Selection.DeclareChangeBlock()) 572using (This.Selection.DeclareChangeBlock()) 693using (This.Selection.DeclareChangeBlock()) 821using (This.Selection.DeclareChangeBlock()) 872using (This.Selection.DeclareChangeBlock()) 908using (This.Selection.DeclareChangeBlock()) 936using (This.Selection.DeclareChangeBlock()) 1034using (This.Selection.DeclareChangeBlock()) 1206using (This.Selection.DeclareChangeBlock()) 1329using (This.Selection.DeclareChangeBlock()) 1370using (This.Selection.DeclareChangeBlock()) 1423using (This.Selection.DeclareChangeBlock()) 1519using (This.Selection.DeclareChangeBlock()) 1624using (This.Selection.DeclareChangeBlock()) 1675using (This.Selection.DeclareChangeBlock()) 1741using (This.Selection.DeclareChangeBlock()) 1769using (This.Selection.DeclareChangeBlock()) 1803using (This.Selection.DeclareChangeBlock()) 1833using (This.Selection.DeclareChangeBlock()) 1865using (This.Selection.DeclareChangeBlock()) 1928using (This.Selection.DeclareChangeBlock()) 2068using (textEditor.Selection.DeclareChangeBlock()) 2128using (textEditor.Selection.DeclareChangeBlock()) 2203using (textEditor.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
137using (This.Selection.DeclareChangeBlock())
src\Framework\System\windows\Documents\TextEditorTyping.cs (7)
563using (This.Selection.DeclareChangeBlock()) 613using (This.Selection.DeclareChangeBlock()) 957using (This.Selection.DeclareChangeBlock()) 1019using (This.Selection.DeclareChangeBlock()) 1085using (This.Selection.DeclareChangeBlock()) 1244using (This.Selection.DeclareChangeBlock()) 1575using (This.Selection.DeclareChangeBlock())
src\Framework\System\Windows\Documents\TextRange.cs (2)
258/// <see cref="ITextRange.DeclareChangeBlock()"/> 1523return ((ITextRange)this).DeclareChangeBlock();