1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
538
ChangeBlockUndoRecord ITextRange.
_ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
623
thisRange.
_ChangeBlockUndoRecord
= null;
1670
thisRange.
_ChangeBlockUndoRecord
= new ChangeBlockUndoRecord(textContainer, description);
2 references to _ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
614
changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange.
_ChangeBlockUndoRecord
;
1668
if (description != null && thisRange.
_ChangeBlockUndoRecord
== null && thisRange._ChangeBlockLevel == 0)