18 references to BPBottom
PresentationFramework (18)
MS\Internal\PtsHost\ContainerParagraph.cs (3)
602dvrUsed += marginBottom + mbp.BPBottom; 735dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom; 865dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom;
MS\Internal\PtsHost\FigureParaClient.cs (1)
86_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\FigureParagraph.cs (1)
170int subpageHeight = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedHeight) - (mbp.BPTop + mbp.BPBottom));
MS\Internal\PtsHost\FloaterParaClient.cs (1)
207_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
93if (mbp.BPBottom != 0)
MS\Internal\PtsHost\RowParagraph.cs (1)
156rowprops.dvrBelowBottomRow = mbpInfo.BPBottom + cellSpacing / 2;
MS\Internal\PtsHost\SubpageParaClient.cs (1)
99_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
283dvrUsed += marginBottom + mbp.BPBottom; 447dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom); 606dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom);
MS\Internal\PtsHost\TableParaClient.cs (2)
1817dvAdjustment = -mbpInfo.BPBottom; 2422int calculatedBPBottom = IsLastChunk ? mbpInfo.BPBottom : 0;
MS\Internal\PtsHost\UIElementParagraph.cs (4)
224fsbbox.fsrc.dv = mbp.BPTop + mbp.BPBottom; 317fsbbox.fsrc.dv = mbp.BPTop + mbp.BPBottom; 414fsbbox.fsrc.dv = TextDpi.ToTextDpi(elementHeight) + mbp.BPTop + mbp.BPBottom; 441fsbbox.fsrc.dv = TextDpi.ToTextDpi(uiIslandSize.Height) + mbp.BPTop + mbp.BPBottom;