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