5 references to MarginBottom
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
227_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (2)
179double anchorLimitedHeight = LimitTotalHeightFromAnchor(specifiedHeight, TextDpi.FromTextDpi(mbp.MarginTop + mbp.MarginBottom)); 274dvr = TextDpi.ToTextDpi(anchorLimitedHeight) + mbp.MarginTop + mbp.MarginBottom;
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
216_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
src\Framework\MS\Internal\PtsHost\MarginCollapsingState.cs (1)
89mcsNew = new MarginCollapsingState(ptsContext, mbp.MarginBottom);