4 references to DefaultCellXAsTwips
PresentationFramework (4)
System\Windows\Documents\XamlToRtfWriter.cs (4)
1637
dnCell.ColSpan *
DefaultCellXAsTwips
+
1652
cf.CellX = lastCellX +
DefaultCellXAsTwips
+ GetDefaultAllTablesWidthFromCell(dnCell);
1667
long cellX = lastCellX + dnCell.ColSpan *
DefaultCellXAsTwips
;
1722
lastCellX += dnCell.ColSpan *
DefaultCellXAsTwips
;