2 writes to _changeBlockUndoRecord
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
413
_changeBlockUndoRecord
= null;
3354
_changeBlockUndoRecord
= new ChangeBlockUndoRecord(this, String.Empty);
3 references to _changeBlockUndoRecord
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
405
if (
_changeBlockUndoRecord
!= null)
409
_changeBlockUndoRecord
.OnEndChange();
3351
if (undo &&
_changeBlockUndoRecord
== null && _changeBlockLevel == 0)