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