1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
270IDisposable ITextRange.DeclareChangeBlock()
48 references to DeclareChangeBlock
PresentationFramework (48)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
416return this.TextEditor.Selection.DeclareChangeBlock();
System\windows\Documents\TextEditorCharacters.cs (1)
145using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorContextMenu.cs (1)
118using (This.Selection.DeclareChangeBlock()) // NB: This raises a PUBLIC EVENT.
System\windows\Documents\TextEditorCopyPaste.cs (2)
313using (This.Selection.DeclareChangeBlock()) 401using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorDragDrop.cs (2)
265using (selection.DeclareChangeBlock()) 576using (selection.DeclareChangeBlock())
System\windows\Documents\TextEditorLists.cs (1)
138using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorMouse.cs (3)
364using (This.Selection.DeclareChangeBlock()) 372using (This.Selection.DeclareChangeBlock()) 572using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSelection.cs (27)
273using (This.Selection.DeclareChangeBlock()) 365using (This.Selection.DeclareChangeBlock()) 449using (This.Selection.DeclareChangeBlock()) 504using (This.Selection.DeclareChangeBlock()) 564using (This.Selection.DeclareChangeBlock()) 684using (This.Selection.DeclareChangeBlock()) 812using (This.Selection.DeclareChangeBlock()) 863using (This.Selection.DeclareChangeBlock()) 899using (This.Selection.DeclareChangeBlock()) 927using (This.Selection.DeclareChangeBlock()) 1025using (This.Selection.DeclareChangeBlock()) 1197using (This.Selection.DeclareChangeBlock()) 1320using (This.Selection.DeclareChangeBlock()) 1361using (This.Selection.DeclareChangeBlock()) 1414using (This.Selection.DeclareChangeBlock()) 1510using (This.Selection.DeclareChangeBlock()) 1615using (This.Selection.DeclareChangeBlock()) 1666using (This.Selection.DeclareChangeBlock()) 1732using (This.Selection.DeclareChangeBlock()) 1760using (This.Selection.DeclareChangeBlock()) 1794using (This.Selection.DeclareChangeBlock()) 1824using (This.Selection.DeclareChangeBlock()) 1856using (This.Selection.DeclareChangeBlock()) 1919using (This.Selection.DeclareChangeBlock()) 2059using (textEditor.Selection.DeclareChangeBlock()) 2119using (textEditor.Selection.DeclareChangeBlock()) 2194using (textEditor.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSpelling.cs (1)
135using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorTyping.cs (7)
547using (This.Selection.DeclareChangeBlock()) 597using (This.Selection.DeclareChangeBlock()) 940using (This.Selection.DeclareChangeBlock()) 1002using (This.Selection.DeclareChangeBlock()) 1068using (This.Selection.DeclareChangeBlock()) 1227using (This.Selection.DeclareChangeBlock()) 1558using (This.Selection.DeclareChangeBlock())
System\Windows\Documents\TextRange.cs (2)
268/// <see cref="ITextRange.DeclareChangeBlock()"/> 1526return ((ITextRange)this).DeclareChangeBlock();