14 references to DtrList
PresentationFramework (14)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (3)
125Invariant.Assert(_document.StructuralCache.DtrList == null || _document.StructuralCache.DtrList.Length == 0 || 126(_document.StructuralCache.DtrList.Length == 1 && _document.StructuralCache.BackgroundFormatInfo.DoesFinalDTRCoverRestOfText));
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (6)
60if(_structuralCache.DtrList != null) 65for(int dtrIndex = 0; dtrIndex < _structuralCache.DtrList.Length - 1; dtrIndex++) 67positionsAdded += _structuralCache.DtrList[dtrIndex].PositionsAdded - _structuralCache.DtrList[dtrIndex].PositionsRemoved; 70DirtyTextRange dtrLast = _structuralCache.DtrList[_structuralCache.DtrList.Length - 1];
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (2)
177if(CellParagraph.StructuralCache.DtrList != null && breakRecordIn != null) 251if(CellParagraph.StructuralCache.DtrList != null)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
132else if (_section.StructuralCache.DtrList != null) 192else if (_section.StructuralCache.DtrList != null)
src\Framework\MS\Internal\PtsHost\Section.cs (1)
462DtrList dtrs = _structuralCache.DtrList;