7 writes to _dirtyList
PresentationFramework (7)
MS\Internal\Documents\TextBoxView.cs (7)
394_dirtyList = null; 410_dirtyList = null; 435_dirtyList = null; 1399_dirtyList = new DtrList(); 1429_dirtyList = new DtrList(); 1564_dirtyList = null; 1773_dirtyList = null;
23 references to _dirtyList
PresentationFramework (23)
MS\Internal\Documents\TextBoxView.cs (23)
396else if (_dirtyList == null && !this.IsBackgroundLayoutPending) 405if (_dirtyList != null && 420if (_dirtyList == null) 1397if (_dirtyList == null) 1403_dirtyList.Merge(dirtyTextRange); 1427if (_dirtyList == null) 1453_dirtyList.Merge(highlightRange); 1496if (_dirtyList.Length > 0 1497&& _dirtyList.DtrsFromRange(currentSelectionRange.StartIndex, currentSelectionRange.PositionsAdded) != null) 1499_dirtyList.Merge(currentSelectionRange); 1539_dirtyList.Merge(new DirtyTextRange(metrics.Offset, metrics.Length, metrics.Length, fromHighlightLayer: true)); 1556_dirtyList.Merge(selectionRenderRange.Value); 1560else if (_dirtyList.Length == 0) 1762Invariant.Assert(CheckFlags(Flags.ArrangePendingFromHighlightLayer) || _dirtyList == null); 1770if (_dirtyList != null) 1881for (int i = 0; i < _dirtyList.Length; i++) 1883DirtyTextRange range = _dirtyList[i]; 2274Invariant.Assert(_dirtyList != null); 2275Invariant.Assert(_dirtyList.Length > 0); // We only allocate _dirtyList when it has content. 2278DirtyTextRange range = _dirtyList[0]; 2300for (int i = 1; i < _dirtyList.Length; i++) 2302range = _dirtyList[i]; 2317range = new DirtyTextRange(_dirtyList[0].StartIndex, positionsAdded, positionsRemoved);