6 references to MBPBottom
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
269
dvr += mbp.MBPTop + mbp.
MBPBottom
;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (3)
243
subpageHeight = Math.Max(1, dvrAvailable - (mbp.MBPTop + mbp.
MBPBottom
));
332
dvrFloaterHeight += mbp.MBPTop + mbp.
MBPBottom
;
505
dvrFloaterHeight += mbp.MBPTop + mbp.
MBPBottom
;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
406
elementHeight = Math.Max(TextDpi.FromTextDpi(1), elementHeight - TextDpi.FromTextDpi(mbp.MBPTop + mbp.
MBPBottom
));
426
elementHeight = StructuralCache.CurrentFormatContext.DocumentPageSize.Height - pageMargin.Top - pageMargin.Bottom - TextDpi.FromTextDpi(mbp.MBPTop + mbp.
MBPBottom
);