2 writes to _changeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
398
_changeBlockUndoRecord
= null;
3338
_changeBlockUndoRecord
= new ChangeBlockUndoRecord(this, String.Empty);
3 references to _changeBlockUndoRecord
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
390
if (
_changeBlockUndoRecord
!= null)
394
_changeBlockUndoRecord
.OnEndChange();
3335
if (undo &&
_changeBlockUndoRecord
== null && _changeBlockLevel == 0)