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