1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
267IDisposable ITextRange.DeclareChangeBlock()
48 references to DeclareChangeBlock
PresentationFramework (48)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
407return this.TextEditor.Selection.DeclareChangeBlock();
System\windows\Documents\TextEditorCharacters.cs (1)
129using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorContextMenu.cs (1)
116using (This.Selection.DeclareChangeBlock()) // NB: This raises a PUBLIC EVENT.
System\windows\Documents\TextEditorCopyPaste.cs (2)
300using (This.Selection.DeclareChangeBlock()) 388using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorDragDrop.cs (2)
248using (selection.DeclareChangeBlock()) 559using (selection.DeclareChangeBlock())
System\windows\Documents\TextEditorLists.cs (1)
122using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorMouse.cs (3)
350using (This.Selection.DeclareChangeBlock()) 358using (This.Selection.DeclareChangeBlock()) 558using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSelection.cs (27)
258using (This.Selection.DeclareChangeBlock()) 350using (This.Selection.DeclareChangeBlock()) 434using (This.Selection.DeclareChangeBlock()) 489using (This.Selection.DeclareChangeBlock()) 549using (This.Selection.DeclareChangeBlock()) 669using (This.Selection.DeclareChangeBlock()) 797using (This.Selection.DeclareChangeBlock()) 848using (This.Selection.DeclareChangeBlock()) 884using (This.Selection.DeclareChangeBlock()) 912using (This.Selection.DeclareChangeBlock()) 1010using (This.Selection.DeclareChangeBlock()) 1182using (This.Selection.DeclareChangeBlock()) 1305using (This.Selection.DeclareChangeBlock()) 1346using (This.Selection.DeclareChangeBlock()) 1399using (This.Selection.DeclareChangeBlock()) 1495using (This.Selection.DeclareChangeBlock()) 1600using (This.Selection.DeclareChangeBlock()) 1651using (This.Selection.DeclareChangeBlock()) 1717using (This.Selection.DeclareChangeBlock()) 1745using (This.Selection.DeclareChangeBlock()) 1779using (This.Selection.DeclareChangeBlock()) 1809using (This.Selection.DeclareChangeBlock()) 1841using (This.Selection.DeclareChangeBlock()) 1904using (This.Selection.DeclareChangeBlock()) 2044using (textEditor.Selection.DeclareChangeBlock()) 2104using (textEditor.Selection.DeclareChangeBlock()) 2179using (textEditor.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSpelling.cs (1)
134using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorTyping.cs (7)
538using (This.Selection.DeclareChangeBlock()) 588using (This.Selection.DeclareChangeBlock()) 931using (This.Selection.DeclareChangeBlock()) 993using (This.Selection.DeclareChangeBlock()) 1059using (This.Selection.DeclareChangeBlock()) 1218using (This.Selection.DeclareChangeBlock()) 1549using (This.Selection.DeclareChangeBlock())
System\Windows\Documents\TextRange.cs (2)
265/// <see cref="ITextRange.DeclareChangeBlock()"/> 1523return ((ITextRange)this).DeclareChangeBlock();