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