3 references to DocumentPageSize
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
368double pageHeight = _paraClient.Paragraph.StructuralCache.CurrentFormatContext.DocumentPageSize.Height;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
244double pageHeight = _paraClient.Paragraph.StructuralCache.CurrentFormatContext.DocumentPageSize.Height;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
426elementHeight = StructuralCache.CurrentFormatContext.DocumentPageSize.Height - pageMargin.Top - pageMargin.Bottom - TextDpi.FromTextDpi(mbp.MBPTop + mbp.MBPBottom);