2 references to ChangeBlockUndoRecord
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3354
_changeBlockUndoRecord = new
ChangeBlockUndoRecord
(this, String.Empty);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1702
thisRange._ChangeBlockUndoRecord = new
ChangeBlockUndoRecord
(textContainer, description);