1 implementation of _ChangeBlockUndoRecord
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
538
ChangeBlockUndoRecord ITextRange.
_ChangeBlockUndoRecord
2 writes to _ChangeBlockUndoRecord
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
638
thisRange.
_ChangeBlockUndoRecord
= null;
1702
thisRange.
_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)
629
changeBlockUndoRecord = (ChangeBlockUndoRecord)thisRange.
_ChangeBlockUndoRecord
;
1700
if (description != null && thisRange.
_ChangeBlockUndoRecord
== null && thisRange._ChangeBlockLevel == 0)