18 references to BPBottom
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
614dvrUsed += marginBottom + mbp.BPBottom; 754dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom; 891dvrUsed += (vrSubtrack - vrTrack) + marginBottom + mbp.BPBottom;
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
106_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
180int subpageHeight = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedHeight) - (mbp.BPTop + mbp.BPBottom));
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
232_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
src\Framework\MS\Internal\PtsHost\MarginCollapsingState.cs (1)
96if (mbp.BPBottom != 0)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (1)
162rowprops.dvrBelowBottomRow = mbpInfo.BPBottom + cellSpacing / 2;
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
118_contentRect.dv = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.dv - mbp.BPBottom - mbp.BPTop);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
296dvrUsed += marginBottom + mbp.BPBottom; 472dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom); 640dvrUsed += (marginTop + mbp.BPTop) + (marginBottom + mbp.BPBottom);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
1929dvAdjustment = -mbpInfo.BPBottom; 2543int calculatedBPBottom = IsLastChunk ? mbpInfo.BPBottom : 0;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (4)
223fsbbox.fsrc.dv = mbp.BPTop + mbp.BPBottom; 316fsbbox.fsrc.dv = mbp.BPTop + mbp.BPBottom; 413fsbbox.fsrc.dv = TextDpi.ToTextDpi(elementHeight) + mbp.BPTop + mbp.BPBottom; 440fsbbox.fsrc.dv = TextDpi.ToTextDpi(uiIslandSize.Height) + mbp.BPTop + mbp.BPBottom;