1 write to CPInterrupted
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
319
StructuralCache.BackgroundFormatInfo.
CPInterrupted
= dcpCur + ParagraphStartCharacterPosition;
5 references to CPInterrupted
PresentationFramework (5)
MS\Internal\Documents\DocumentPageTextView.cs (2)
434
if (backgroundFormatInfo.
CPInterrupted
<= lastCPInterrupted)
440
lastCPInterrupted = backgroundFormatInfo.
CPInterrupted
;
MS\Internal\Documents\TextDocumentView.cs (2)
3288
if (backgroundFormatInfo != null && backgroundFormatInfo.
CPInterrupted
!= -1)
3290
segmentEnd = _textContainer.Start.CreatePointer(backgroundFormatInfo.
CPInterrupted
, LogicalDirection.Backward);
MS\Internal\PtsHost\PtsPage.cs (1)
275
int cpLast = _section.StructuralCache.BackgroundFormatInfo.
CPInterrupted
;