1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
545
ChangeBlockUndoRecord ITextRange.
_ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
624
thisRange.
_ChangeBlockUndoRecord
= null;
1671
thisRange.
_ChangeBlockUndoRecord
= new ChangeBlockUndoRecord(textContainer, description);
3 references to _ChangeBlockUndoRecord
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
543
/// <see cref="ITextRange.
_ChangeBlockUndoRecord
"/>
System\Windows\Documents\TextRangeBase.cs (2)
615
changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange.
_ChangeBlockUndoRecord
;
1669
if (description != null && thisRange.
_ChangeBlockUndoRecord
== null && thisRange._ChangeBlockLevel == 0)