1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
260IDisposable ITextRange.DeclareChangeBlock()
48 references to DeclareChangeBlock
PresentationFramework (48)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
408return this.TextEditor.Selection.DeclareChangeBlock();
System\windows\Documents\TextEditorCharacters.cs (1)
128using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorContextMenu.cs (1)
115using (This.Selection.DeclareChangeBlock()) // NB: This raises a PUBLIC EVENT.
System\windows\Documents\TextEditorCopyPaste.cs (2)
299using (This.Selection.DeclareChangeBlock()) 387using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorDragDrop.cs (2)
247using (selection.DeclareChangeBlock()) 558using (selection.DeclareChangeBlock())
System\windows\Documents\TextEditorLists.cs (1)
121using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorMouse.cs (3)
346using (This.Selection.DeclareChangeBlock()) 354using (This.Selection.DeclareChangeBlock()) 554using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSelection.cs (27)
257using (This.Selection.DeclareChangeBlock()) 349using (This.Selection.DeclareChangeBlock()) 433using (This.Selection.DeclareChangeBlock()) 488using (This.Selection.DeclareChangeBlock()) 548using (This.Selection.DeclareChangeBlock()) 668using (This.Selection.DeclareChangeBlock()) 796using (This.Selection.DeclareChangeBlock()) 847using (This.Selection.DeclareChangeBlock()) 883using (This.Selection.DeclareChangeBlock()) 911using (This.Selection.DeclareChangeBlock()) 1009using (This.Selection.DeclareChangeBlock()) 1181using (This.Selection.DeclareChangeBlock()) 1304using (This.Selection.DeclareChangeBlock()) 1345using (This.Selection.DeclareChangeBlock()) 1398using (This.Selection.DeclareChangeBlock()) 1494using (This.Selection.DeclareChangeBlock()) 1599using (This.Selection.DeclareChangeBlock()) 1650using (This.Selection.DeclareChangeBlock()) 1716using (This.Selection.DeclareChangeBlock()) 1744using (This.Selection.DeclareChangeBlock()) 1778using (This.Selection.DeclareChangeBlock()) 1808using (This.Selection.DeclareChangeBlock()) 1840using (This.Selection.DeclareChangeBlock()) 1903using (This.Selection.DeclareChangeBlock()) 2043using (textEditor.Selection.DeclareChangeBlock()) 2103using (textEditor.Selection.DeclareChangeBlock()) 2178using (textEditor.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorSpelling.cs (1)
133using (This.Selection.DeclareChangeBlock())
System\windows\Documents\TextEditorTyping.cs (7)
528using (This.Selection.DeclareChangeBlock()) 578using (This.Selection.DeclareChangeBlock()) 921using (This.Selection.DeclareChangeBlock()) 983using (This.Selection.DeclareChangeBlock()) 1049using (This.Selection.DeclareChangeBlock()) 1208using (This.Selection.DeclareChangeBlock()) 1536using (This.Selection.DeclareChangeBlock())
System\Windows\Documents\TextRange.cs (2)
258/// <see cref="ITextRange.DeclareChangeBlock()"/> 1514return ((ITextRange)this).DeclareChangeBlock();