1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
267
IDisposable ITextRange.
DeclareChangeBlock
()
48 references to DeclareChangeBlock
PresentationFramework (48)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
407
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)
350
using (This.Selection.
DeclareChangeBlock
())
358
using (This.Selection.
DeclareChangeBlock
())
558
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)
538
using (This.Selection.
DeclareChangeBlock
())
588
using (This.Selection.
DeclareChangeBlock
())
931
using (This.Selection.
DeclareChangeBlock
())
993
using (This.Selection.
DeclareChangeBlock
())
1059
using (This.Selection.
DeclareChangeBlock
())
1218
using (This.Selection.
DeclareChangeBlock
())
1549
using (This.Selection.
DeclareChangeBlock
())
System\Windows\Documents\TextRange.cs (2)
265
/// <see cref="ITextRange.
DeclareChangeBlock
()"/>
1523
return ((ITextRange)this).
DeclareChangeBlock
();