14 references to DtrList
PresentationFramework (14)
MS\Internal\Documents\FlowDocumentFormatter.cs (3)
117Invariant.Assert(_document.StructuralCache.DtrList == null || _document.StructuralCache.DtrList.Length == 0 || 118(_document.StructuralCache.DtrList.Length == 1 && _document.StructuralCache.BackgroundFormatInfo.DoesFinalDTRCoverRestOfText));
MS\Internal\PtsHost\BackgroundFormatInfo.cs (6)
55if(_structuralCache.DtrList != null) 60for(int dtrIndex = 0; dtrIndex < _structuralCache.DtrList.Length - 1; dtrIndex++) 62positionsAdded += _structuralCache.DtrList[dtrIndex].PositionsAdded - _structuralCache.DtrList[dtrIndex].PositionsRemoved; 65DirtyTextRange dtrLast = _structuralCache.DtrList[_structuralCache.DtrList.Length - 1];
MS\Internal\PtsHost\CellParaClient.cs (2)
155if(CellParagraph.StructuralCache.DtrList != null && breakRecordIn != IntPtr.Zero) 224if(CellParagraph.StructuralCache.DtrList != null)
MS\Internal\PtsHost\PtsPage.cs (2)
117else if (_section.StructuralCache.DtrList != null) 177else if (_section.StructuralCache.DtrList != null)
MS\Internal\PtsHost\Section.cs (1)
445DtrList dtrs = _structuralCache.DtrList;