1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
548
ChangeBlockUndoRecord ITextRange.
_ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
627
thisRange.
_ChangeBlockUndoRecord
= null;
1674
thisRange.
_ChangeBlockUndoRecord
= new ChangeBlockUndoRecord(textContainer, description);
3 references to _ChangeBlockUndoRecord
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
546
/// <see cref="ITextRange.
_ChangeBlockUndoRecord
"/>
System\Windows\Documents\TextRangeBase.cs (2)
618
changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange.
_ChangeBlockUndoRecord
;
1672
if (description != null && thisRange.
_ChangeBlockUndoRecord
== null && thisRange._ChangeBlockLevel == 0)