1 write to ViewportHeight
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
107_document.StructuralCache.BackgroundFormatInfo.ViewportHeight = constraint.Height;
3 references to ViewportHeight
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
136viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.BackgroundFormatInfo.ViewportHeight);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
305if (vrCur < TextDpi.ToTextDpi(double.IsPositiveInfinity(backgroundFormatInfo.ViewportHeight) ? 500 : backgroundFormatInfo.ViewportHeight))