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