5 writes to PaddingBottom
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
2374
PaddingBottom
= cf.PaddingBottom;
2734
PaddingBottom
= 0;
10574
formatState.RowFormat.RowCellFormat.
PaddingBottom
= token.Parameter;
10730
cf.
PaddingBottom
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3217
cf.
PaddingBottom
= Converters.PxToTwipRounded(t.Bottom);
2 references to PaddingBottom
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2374
PaddingBottom = cf.
PaddingBottom
;
2804
sb.Append(Converters.TwipToPositivePxString(
PaddingBottom
));