5 writes to PaddingBottom
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
2329
PaddingBottom
= cf.PaddingBottom;
2689
PaddingBottom
= 0;
10480
formatState.RowFormat.RowCellFormat.
PaddingBottom
= token.Parameter;
10636
cf.
PaddingBottom
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3210
cf.
PaddingBottom
= Converters.PxToTwipRounded(t.Bottom);
2 references to PaddingBottom
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2329
PaddingBottom = cf.
PaddingBottom
;
2748
$" Padding=\"{Converters.TwipToPositivePxString(PaddingLeft)},{Converters.TwipToPositivePxString(PaddingTop)},{Converters.TwipToPositivePxString(PaddingRight)},{Converters.TwipToPositivePxString(
PaddingBottom
)}\"";