18 references to BPBottom
PresentationFramework (18)
MS\Internal\PtsHost\ContainerParagraph.cs (3)
582dvrUsed += marginBottom + mbp.BPBottom; 715dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom; 845dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom;
MS\Internal\PtsHost\FigureParaClient.cs (1)
80_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\FigureParagraph.cs (1)
159int subpageHeight = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedHeight) - (mbp.BPTop + mbp.BPBottom));
MS\Internal\PtsHost\FloaterParaClient.cs (1)
203_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
90if (mbp.BPBottom != 0)
MS\Internal\PtsHost\RowParagraph.cs (1)
153rowprops.dvrBelowBottomRow = mbpInfo.BPBottom + cellSpacing / 2;
MS\Internal\PtsHost\SubpageParaClient.cs (1)
94_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
268dvrUsed += marginBottom + mbp.BPBottom; 432dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom); 591dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom);
MS\Internal\PtsHost\TableParaClient.cs (2)
1811dvAdjustment = -mbpInfo.BPBottom; 2416int calculatedBPBottom = IsLastChunk ? mbpInfo.BPBottom : 0;
MS\Internal\PtsHost\UIElementParagraph.cs (4)
219dv = mbp.BPTop + mbp.BPBottom 320dv = mbp.BPTop + mbp.BPBottom 419dv = TextDpi.ToTextDpi(elementHeight) + mbp.BPTop + mbp.BPBottom 448dv = TextDpi.ToTextDpi(uiIslandSize.Height) + mbp.BPTop + mbp.BPBottom