1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
261
IDisposable ITextRange.
DeclareChangeBlock
()
48 references to DeclareChangeBlock
PresentationFramework (48)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
409
return this.TextEditor.Selection.
DeclareChangeBlock
();
System\windows\Documents\TextEditorCharacters.cs (1)
129
using (This.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorContextMenu.cs (1)
116
using (This.Selection.
DeclareChangeBlock
()) // NB: This raises a PUBLIC EVENT.
System\windows\Documents\TextEditorCopyPaste.cs (2)
300
using (This.Selection.
DeclareChangeBlock
())
388
using (This.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorDragDrop.cs (2)
248
using (selection.
DeclareChangeBlock
())
559
using (selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorLists.cs (1)
122
using (This.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorMouse.cs (3)
347
using (This.Selection.
DeclareChangeBlock
())
355
using (This.Selection.
DeclareChangeBlock
())
555
using (This.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorSelection.cs (27)
258
using (This.Selection.
DeclareChangeBlock
())
350
using (This.Selection.
DeclareChangeBlock
())
434
using (This.Selection.
DeclareChangeBlock
())
489
using (This.Selection.
DeclareChangeBlock
())
549
using (This.Selection.
DeclareChangeBlock
())
669
using (This.Selection.
DeclareChangeBlock
())
797
using (This.Selection.
DeclareChangeBlock
())
848
using (This.Selection.
DeclareChangeBlock
())
884
using (This.Selection.
DeclareChangeBlock
())
912
using (This.Selection.
DeclareChangeBlock
())
1010
using (This.Selection.
DeclareChangeBlock
())
1182
using (This.Selection.
DeclareChangeBlock
())
1305
using (This.Selection.
DeclareChangeBlock
())
1346
using (This.Selection.
DeclareChangeBlock
())
1399
using (This.Selection.
DeclareChangeBlock
())
1495
using (This.Selection.
DeclareChangeBlock
())
1600
using (This.Selection.
DeclareChangeBlock
())
1651
using (This.Selection.
DeclareChangeBlock
())
1717
using (This.Selection.
DeclareChangeBlock
())
1745
using (This.Selection.
DeclareChangeBlock
())
1779
using (This.Selection.
DeclareChangeBlock
())
1809
using (This.Selection.
DeclareChangeBlock
())
1841
using (This.Selection.
DeclareChangeBlock
())
1904
using (This.Selection.
DeclareChangeBlock
())
2044
using (textEditor.Selection.
DeclareChangeBlock
())
2104
using (textEditor.Selection.
DeclareChangeBlock
())
2179
using (textEditor.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorSpelling.cs (1)
134
using (This.Selection.
DeclareChangeBlock
())
System\windows\Documents\TextEditorTyping.cs (7)
529
using (This.Selection.
DeclareChangeBlock
())
579
using (This.Selection.
DeclareChangeBlock
())
922
using (This.Selection.
DeclareChangeBlock
())
984
using (This.Selection.
DeclareChangeBlock
())
1050
using (This.Selection.
DeclareChangeBlock
())
1209
using (This.Selection.
DeclareChangeBlock
())
1537
using (This.Selection.
DeclareChangeBlock
())
System\Windows\Documents\TextRange.cs (2)
259
/// <see cref="ITextRange.
DeclareChangeBlock
()"/>
1515
return ((ITextRange)this).
DeclareChangeBlock
();