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