7 writes to _dirtyList
PresentationFramework (7)
MS\Internal\Documents\TextBoxView.cs (7)
400_dirtyList = null; 416_dirtyList = null; 441_dirtyList = null; 1405_dirtyList = new DtrList(); 1435_dirtyList = new DtrList(); 1570_dirtyList = null; 1779_dirtyList = null;
23 references to _dirtyList
PresentationFramework (23)
MS\Internal\Documents\TextBoxView.cs (23)
402else if (_dirtyList == null && !this.IsBackgroundLayoutPending) 411if (_dirtyList != null && 426if (_dirtyList == null) 1403if (_dirtyList == null) 1409_dirtyList.Merge(dirtyTextRange); 1433if (_dirtyList == null) 1459_dirtyList.Merge(highlightRange); 1502if (_dirtyList.Length > 0 1503&& _dirtyList.DtrsFromRange(currentSelectionRange.StartIndex, currentSelectionRange.PositionsAdded) != null) 1505_dirtyList.Merge(currentSelectionRange); 1545_dirtyList.Merge(new DirtyTextRange(metrics.Offset, metrics.Length, metrics.Length, fromHighlightLayer: true)); 1562_dirtyList.Merge(selectionRenderRange.Value); 1566else if (_dirtyList.Length == 0) 1768Invariant.Assert(CheckFlags(Flags.ArrangePendingFromHighlightLayer) || _dirtyList == null); 1776if (_dirtyList != null) 1887for (int i = 0; i < _dirtyList.Length; i++) 1889DirtyTextRange range = _dirtyList[i]; 2280Invariant.Assert(_dirtyList != null); 2281Invariant.Assert(_dirtyList.Length > 0); // We only allocate _dirtyList when it has content. 2284DirtyTextRange range = _dirtyList[0]; 2306for (int i = 1; i < _dirtyList.Length; i++) 2308range = _dirtyList[i]; 2323range = new DirtyTextRange(_dirtyList[0].StartIndex, positionsAdded, positionsRemoved);