11 references to BackgroundFormatInfo
PresentationFramework (11)
MS\Internal\Documents\DocumentPageTextView.cs (1)
419
BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.
BackgroundFormatInfo
;
MS\Internal\Documents\FlowDocumentFormatter.cs (3)
99
_document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight = constraint.Height;
118
(_document.StructuralCache.DtrList.Length == 1 && _document.StructuralCache.
BackgroundFormatInfo
.DoesFinalDTRCoverRestOfText));
128
viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight);
MS\Internal\Documents\TextDocumentView.cs (1)
3285
BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.
BackgroundFormatInfo
;
MS\Internal\PtsHost\PtsPage.cs (4)
260
_section.StructuralCache.
BackgroundFormatInfo
.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */);
269
int cpLast = _section.StructuralCache.
BackgroundFormatInfo
.CPInterrupted;
270
int cpTextContainer = _section.StructuralCache.
BackgroundFormatInfo
.CchAllText;
754
_section.StructuralCache.
BackgroundFormatInfo
.UpdateBackgroundFormatInfo();
MS\Internal\PtsHost\TextParagraph.cs (2)
280
BackgroundFormatInfo backgroundFormatInfo = StructuralCache.
BackgroundFormatInfo
;
312
StructuralCache.
BackgroundFormatInfo
.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;