5 references to MarginBottom
PresentationFramework (5)
MS\Internal\PtsHost\FigureParaClient.cs (1)
195_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\FigureParagraph.cs (2)
158double anchorLimitedHeight = LimitTotalHeightFromAnchor(specifiedHeight, TextDpi.FromTextDpi(mbp.MarginTop + mbp.MarginBottom)); 253dvr = TextDpi.ToTextDpi(anchorLimitedHeight) + mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\FloaterParaClient.cs (1)
187_rect.dv -= mbp.MarginTop + mbp.MarginBottom;
MS\Internal\PtsHost\MarginCollapsingState.cs (1)
83mcsNew = new MarginCollapsingState(ptsContext, mbp.MarginBottom);