1 implementation of DeclareChangeBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
260
IDisposable ITextRange.
DeclareChangeBlock
()
48 references to DeclareChangeBlock
PresentationFramework (48)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
439
return this.TextEditor.Selection.
DeclareChangeBlock
();
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
147
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
127
using (This.Selection.
DeclareChangeBlock
()) // NB: This raises a PUBLIC EVENT.
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
395
using (This.Selection.
DeclareChangeBlock
())
516
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
277
using (selection.
DeclareChangeBlock
())
588
using (selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
140
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorMouse.cs (3)
366
using (This.Selection.
DeclareChangeBlock
())
374
using (This.Selection.
DeclareChangeBlock
())
574
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorSelection.cs (27)
281
using (This.Selection.
DeclareChangeBlock
())
373
using (This.Selection.
DeclareChangeBlock
())
457
using (This.Selection.
DeclareChangeBlock
())
512
using (This.Selection.
DeclareChangeBlock
())
572
using (This.Selection.
DeclareChangeBlock
())
693
using (This.Selection.
DeclareChangeBlock
())
821
using (This.Selection.
DeclareChangeBlock
())
872
using (This.Selection.
DeclareChangeBlock
())
908
using (This.Selection.
DeclareChangeBlock
())
936
using (This.Selection.
DeclareChangeBlock
())
1034
using (This.Selection.
DeclareChangeBlock
())
1206
using (This.Selection.
DeclareChangeBlock
())
1329
using (This.Selection.
DeclareChangeBlock
())
1370
using (This.Selection.
DeclareChangeBlock
())
1423
using (This.Selection.
DeclareChangeBlock
())
1519
using (This.Selection.
DeclareChangeBlock
())
1624
using (This.Selection.
DeclareChangeBlock
())
1675
using (This.Selection.
DeclareChangeBlock
())
1741
using (This.Selection.
DeclareChangeBlock
())
1769
using (This.Selection.
DeclareChangeBlock
())
1803
using (This.Selection.
DeclareChangeBlock
())
1833
using (This.Selection.
DeclareChangeBlock
())
1865
using (This.Selection.
DeclareChangeBlock
())
1928
using (This.Selection.
DeclareChangeBlock
())
2068
using (textEditor.Selection.
DeclareChangeBlock
())
2128
using (textEditor.Selection.
DeclareChangeBlock
())
2203
using (textEditor.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
137
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\windows\Documents\TextEditorTyping.cs (7)
563
using (This.Selection.
DeclareChangeBlock
())
613
using (This.Selection.
DeclareChangeBlock
())
957
using (This.Selection.
DeclareChangeBlock
())
1019
using (This.Selection.
DeclareChangeBlock
())
1085
using (This.Selection.
DeclareChangeBlock
())
1244
using (This.Selection.
DeclareChangeBlock
())
1575
using (This.Selection.
DeclareChangeBlock
())
src\Framework\System\Windows\Documents\TextRange.cs (2)
258
/// <see cref="ITextRange.
DeclareChangeBlock
()"/>
1523
return ((ITextRange)this).
DeclareChangeBlock
();