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