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