11 references to BackgroundFormatInfo
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
423BackgroundFormatInfo 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)); 136viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.BackgroundFormatInfo.ViewportHeight);
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3296BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (4)
275_section.StructuralCache.BackgroundFormatInfo.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */); 284int cpLast = _section.StructuralCache.BackgroundFormatInfo.CPInterrupted; 285int cpTextContainer = _section.StructuralCache.BackgroundFormatInfo.CchAllText; 827_section.StructuralCache.BackgroundFormatInfo.UpdateBackgroundFormatInfo();
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
293BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 325StructuralCache.BackgroundFormatInfo.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;