2 instantiations of 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)
1702thisRange._ChangeBlockUndoRecord = new ChangeBlockUndoRecord(textContainer, description);
6 references to ChangeBlockUndoRecord
PresentationFramework (6)
src\Framework\System\Windows\Documents\ITextRange.cs (1)
393ChangeBlockUndoRecord _ChangeBlockUndoRecord { get; set; }
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3683private ChangeBlockUndoRecord _changeBlockUndoRecord;
src\Framework\System\Windows\Documents\TextRange.cs (2)
538ChangeBlockUndoRecord ITextRange._ChangeBlockUndoRecord 1897private ChangeBlockUndoRecord _changeBlockUndoRecord;
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
582ChangeBlockUndoRecord changeBlockUndoRecord; 629changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange._ChangeBlockUndoRecord;