2 instantiations of ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
3333
_changeBlockUndoRecord = new
ChangeBlockUndoRecord
(this, String.Empty);
System\Windows\Documents\TextRangeBase.cs (1)
1671
thisRange._ChangeBlockUndoRecord = new
ChangeBlockUndoRecord
(textContainer, description);
6 references to ChangeBlockUndoRecord
PresentationFramework (6)
System\Windows\Documents\ITextRange.cs (1)
387
ChangeBlockUndoRecord
_ChangeBlockUndoRecord { get; set; }
System\Windows\Documents\TextContainer.cs (1)
3662
private
ChangeBlockUndoRecord
_changeBlockUndoRecord;
System\Windows\Documents\TextRange.cs (2)
545
ChangeBlockUndoRecord
ITextRange._ChangeBlockUndoRecord
1897
private
ChangeBlockUndoRecord
_changeBlockUndoRecord;
System\Windows\Documents\TextRangeBase.cs (2)
568
ChangeBlockUndoRecord
changeBlockUndoRecord;
615
changeBlockUndoRecord = (
ChangeBlockUndoRecord
)thisRange._ChangeBlockUndoRecord;