5 references to MarginBottom
PresentationFramework (5)
MS\Internal\PtsHost\FigureParaClient.cs (1)
191_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\FigureParagraph.cs (2)
157double anchorLimitedHeight = LimitTotalHeightFromAnchor(specifiedHeight, TextDpi.FromTextDpi(mbp.MarginTop + mbp.MarginBottom)); 252dvr = TextDpi.ToTextDpi(anchorLimitedHeight) + mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\FloaterParaClient.cs (1)
183_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
82mcsNew = new MarginCollapsingState(ptsContext, mbp.MarginBottom);