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)
385if (_changeBlockUndoRecord != null) 389_changeBlockUndoRecord.OnEndChange(); 3330if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0)