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