18 references to BPBottom
PresentationFramework (18)
MS\Internal\PtsHost\ContainerParagraph.cs (3)
578dvrUsed += marginBottom + mbp.BPBottom; 711dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom; 841dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom;
MS\Internal\PtsHost\FigureParaClient.cs (1)
76_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\FigureParagraph.cs (1)
158int subpageHeight = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedHeight) - (mbp.BPTop + mbp.BPBottom));
MS\Internal\PtsHost\FloaterParaClient.cs (1)
199_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
89if (mbp.BPBottom != 0)
MS\Internal\PtsHost\RowParagraph.cs (1)
152rowprops.dvrBelowBottomRow = mbpInfo.BPBottom + cellSpacing / 2;
MS\Internal\PtsHost\SubpageParaClient.cs (1)
93_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
267dvrUsed += marginBottom + mbp.BPBottom; 431dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom); 590dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom);
MS\Internal\PtsHost\TableParaClient.cs (2)
1810dvAdjustment = -mbpInfo.BPBottom; 2415int calculatedBPBottom = IsLastChunk ? mbpInfo.BPBottom : 0;
MS\Internal\PtsHost\UIElementParagraph.cs (4)
215dv = mbp.BPTop + mbp.BPBottom 316dv = mbp.BPTop + mbp.BPBottom 415dv = TextDpi.ToTextDpi(elementHeight) + mbp.BPTop + mbp.BPBottom 444dv = TextDpi.ToTextDpi(uiIslandSize.Height) + mbp.BPTop + mbp.BPBottom