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