1 implementation of DeclareChangeBlock
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
268IDisposable ITextRange.DeclareChangeBlock(bool disableScroll)
2 references to DeclareChangeBlock
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
154using (This.Selection.DeclareChangeBlock(true /* disableScroll */))
System\Windows\Documents\TextRange.cs (1)
1525return ((ITextRange)this).DeclareChangeBlock(disableScroll);