11 references to BackgroundFormatInfo
PresentationFramework (11)
MS\Internal\Documents\DocumentPageTextView.cs (1)
419BackgroundFormatInfo 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)); 128viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.BackgroundFormatInfo.ViewportHeight);
MS\Internal\Documents\TextDocumentView.cs (1)
3285BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\PtsPage.cs (4)
260_section.StructuralCache.BackgroundFormatInfo.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */); 269int cpLast = _section.StructuralCache.BackgroundFormatInfo.CPInterrupted; 270int cpTextContainer = _section.StructuralCache.BackgroundFormatInfo.CchAllText; 754_section.StructuralCache.BackgroundFormatInfo.UpdateBackgroundFormatInfo();
MS\Internal\PtsHost\TextParagraph.cs (2)
280BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 312StructuralCache.BackgroundFormatInfo.CPInterrupted = dcpCur + ParagraphStartCharacterPosition;