2 writes to _changeBlockUndoRecord
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
392_changeBlockUndoRecord = null; 3305_changeBlockUndoRecord = new ChangeBlockUndoRecord(this, String.Empty);
3 references to _changeBlockUndoRecord
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
384if (_changeBlockUndoRecord != null) 388_changeBlockUndoRecord.OnEndChange(); 3302if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0)