1 write to CPInterrupted
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
301
StructuralCache.BackgroundFormatInfo.
CPInterrupted
= dcpCur + ParagraphStartCharacterPosition;
5 references to CPInterrupted
PresentationFramework (5)
MS\Internal\Documents\DocumentPageTextView.cs (2)
432
if (backgroundFormatInfo.
CPInterrupted
<= lastCPInterrupted)
438
lastCPInterrupted = backgroundFormatInfo.
CPInterrupted
;
MS\Internal\Documents\TextDocumentView.cs (2)
3251
if (backgroundFormatInfo != null && backgroundFormatInfo.
CPInterrupted
!= -1)
3253
segmentEnd = _textContainer.Start.CreatePointer(backgroundFormatInfo.
CPInterrupted
, LogicalDirection.Backward);
MS\Internal\PtsHost\PtsPage.cs (1)
269
int cpLast = _section.StructuralCache.BackgroundFormatInfo.
CPInterrupted
;