1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
278
IDisposable ITextRange.
DeclareChangeBlock
(bool disableScroll)
3 references to DeclareChangeBlock
PresentationFramework (3)
System\windows\Documents\TextEditorSelection.cs (1)
170
using (This.Selection.
DeclareChangeBlock
(true /* disableScroll */))
System\Windows\Documents\TextRange.cs (2)
276
/// <see cref="ITextRange.
DeclareChangeBlock
(bool)"/>
1537
return ((ITextRange)this).
DeclareChangeBlock
(disableScroll);