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)
390if (_changeBlockUndoRecord != null) 394_changeBlockUndoRecord.OnEndChange(); 3335if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0)