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