5 writes to PaddingBottom
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
2330
PaddingBottom
= cf.PaddingBottom;
2690
PaddingBottom
= 0;
10481
formatState.RowFormat.RowCellFormat.
PaddingBottom
= token.Parameter;
10637
cf.
PaddingBottom
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3211
cf.
PaddingBottom
= Converters.PxToTwipRounded(t.Bottom);
2 references to PaddingBottom
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2330
PaddingBottom = cf.
PaddingBottom
;
2749
$" Padding=\"{Converters.TwipToPositivePxString(PaddingLeft)},{Converters.TwipToPositivePxString(PaddingTop)},{Converters.TwipToPositivePxString(PaddingRight)},{Converters.TwipToPositivePxString(
PaddingBottom
)}\"";