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)
136
viewport = new Rect(0, 0, arrangeSize.Width, _document.StructuralCache.BackgroundFormatInfo.
ViewportHeight
);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
305
if (vrCur < TextDpi.ToTextDpi(double.IsPositiveInfinity(backgroundFormatInfo.
ViewportHeight
) ? 500 : backgroundFormatInfo.
ViewportHeight
))