1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
538ChangeBlockUndoRecord ITextRange._ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
638thisRange._ChangeBlockUndoRecord = null; 1702thisRange._ChangeBlockUndoRecord = new ChangeBlockUndoRecord(textContainer, description);
3 references to _ChangeBlockUndoRecord
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (1)
536/// <see cref="ITextRange._ChangeBlockUndoRecord"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
629changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange._ChangeBlockUndoRecord; 1700if (description != null && thisRange._ChangeBlockUndoRecord == null && thisRange._ChangeBlockLevel == 0)