1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
545ChangeBlockUndoRecord ITextRange._ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextRangeBase.cs (2)
624thisRange._ChangeBlockUndoRecord = null; 1671thisRange._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)
615changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange._ChangeBlockUndoRecord; 1669if (description != null && thisRange._ChangeBlockUndoRecord == null && thisRange._ChangeBlockLevel == 0)