4 references to DefaultCellXAsTwips
PresentationFramework (4)
System\Windows\Documents\XamlToRtfWriter.cs (4)
1636
dnCell.ColSpan *
DefaultCellXAsTwips
+
1651
cf.CellX = lastCellX +
DefaultCellXAsTwips
+ GetDefaultAllTablesWidthFromCell(dnCell);
1666
long cellX = lastCellX + dnCell.ColSpan *
DefaultCellXAsTwips
;
1721
lastCellX += dnCell.ColSpan *
DefaultCellXAsTwips
;