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