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