2 writes to _changeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
393
_changeBlockUndoRecord
= null;
3333
_changeBlockUndoRecord
= new ChangeBlockUndoRecord(this, String.Empty);
3 references to _changeBlockUndoRecord
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
385
if (
_changeBlockUndoRecord
!= null)
389
_changeBlockUndoRecord
.OnEndChange();
3330
if (undo &&
_changeBlockUndoRecord
== null && _changeBlockLevel == 0)