2 writes to _changeBlockUndoRecord
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
413_changeBlockUndoRecord = null; 3354_changeBlockUndoRecord = new ChangeBlockUndoRecord(this, String.Empty);
3 references to _changeBlockUndoRecord
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
405if (_changeBlockUndoRecord != null) 409_changeBlockUndoRecord.OnEndChange(); 3351if (undo && _changeBlockUndoRecord == null && _changeBlockLevel == 0)