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