1 implementation of DeclareChangeBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
268IDisposable ITextRange.DeclareChangeBlock(bool disableScroll)
3 references to DeclareChangeBlock
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
178using (This.Selection.DeclareChangeBlock(true /* disableScroll */))
src\Framework\System\Windows\Documents\TextRange.cs (2)
266/// <see cref="ITextRange.DeclareChangeBlock(bool)"/> 1534return ((ITextRange)this).DeclareChangeBlock(disableScroll);