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