11 references to BackgroundFormatInfo
PresentationFramework (11)
MS\Internal\Documents\DocumentPageTextView.cs (1)
418
BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.
BackgroundFormatInfo
;
MS\Internal\Documents\FlowDocumentFormatter.cs (3)
98
_document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight = constraint.Height;
117
(_document.StructuralCache.DtrList.Length == 1 && _document.StructuralCache.
BackgroundFormatInfo
.DoesFinalDTRCoverRestOfText));
127
viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight);
MS\Internal\Documents\TextDocumentView.cs (1)
3240
BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.
BackgroundFormatInfo
;
MS\Internal\PtsHost\PtsPage.cs (4)
259
_section.StructuralCache.
BackgroundFormatInfo
.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */);
268
int cpLast = _section.StructuralCache.
BackgroundFormatInfo
.CPInterrupted;
269
int cpTextContainer = _section.StructuralCache.
BackgroundFormatInfo
.CchAllText;
750
_section.StructuralCache.
BackgroundFormatInfo
.UpdateBackgroundFormatInfo();
MS\Internal\PtsHost\TextParagraph.cs (2)
268
BackgroundFormatInfo backgroundFormatInfo = StructuralCache.
BackgroundFormatInfo
;
300
StructuralCache.
BackgroundFormatInfo
.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;