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)
158
double anchorLimitedHeight = LimitTotalHeightFromAnchor(specifiedHeight, TextDpi.FromTextDpi(mbp.MarginTop + mbp.
MarginBottom
));
253
dvr = 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)
83
mcsNew = new MarginCollapsingState(ptsContext, mbp.
MarginBottom
);