2 instantiations of ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
3305_changeBlockUndoRecord = new ChangeBlockUndoRecord(this, String.Empty);
System\Windows\Documents\TextRangeBase.cs (1)
1670thisRange._ChangeBlockUndoRecord = new ChangeBlockUndoRecord(textContainer, description);
6 references to ChangeBlockUndoRecord
PresentationFramework (6)
System\Windows\Documents\ITextRange.cs (1)
386ChangeBlockUndoRecord _ChangeBlockUndoRecord { get; set; }
System\Windows\Documents\TextContainer.cs (1)
3634private ChangeBlockUndoRecord _changeBlockUndoRecord;
System\Windows\Documents\TextRange.cs (2)
538ChangeBlockUndoRecord ITextRange._ChangeBlockUndoRecord 1889private ChangeBlockUndoRecord _changeBlockUndoRecord;
System\Windows\Documents\TextRangeBase.cs (2)
567ChangeBlockUndoRecord changeBlockUndoRecord; 614changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange._ChangeBlockUndoRecord;