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