1 write to CPInterrupted
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
325StructuralCache.BackgroundFormatInfo.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;
5 references to CPInterrupted
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
436if (backgroundFormatInfo.CPInterrupted <= lastCPInterrupted) 442lastCPInterrupted = backgroundFormatInfo.CPInterrupted;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
3297if (backgroundFormatInfo != null && backgroundFormatInfo.CPInterrupted != -1) 3299segmentEnd = _textContainer.Start.CreatePointer(backgroundFormatInfo.CPInterrupted, LogicalDirection.Backward);
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
284int cpLast = _section.StructuralCache.BackgroundFormatInfo.CPInterrupted;