11 references to BackgroundFormatInfo
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
423
BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.
BackgroundFormatInfo
;
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (3)
107
_document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight = constraint.Height;
126
(_document.StructuralCache.DtrList.Length == 1 && _document.StructuralCache.
BackgroundFormatInfo
.DoesFinalDTRCoverRestOfText));
136
viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.
BackgroundFormatInfo
.ViewportHeight);
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3296
BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.
BackgroundFormatInfo
;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (4)
275
_section.StructuralCache.
BackgroundFormatInfo
.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */);
284
int cpLast = _section.StructuralCache.
BackgroundFormatInfo
.CPInterrupted;
285
int cpTextContainer = _section.StructuralCache.
BackgroundFormatInfo
.CchAllText;
827
_section.StructuralCache.
BackgroundFormatInfo
.UpdateBackgroundFormatInfo();
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
293
BackgroundFormatInfo backgroundFormatInfo = StructuralCache.
BackgroundFormatInfo
;
325
StructuralCache.
BackgroundFormatInfo
.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;