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