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