4 references to DefaultCellXAsTwips
PresentationFramework (4)
System\Windows\Documents\XamlToRtfWriter.cs (4)
1635
dnCell.ColSpan *
DefaultCellXAsTwips
+
1650
cf.CellX = lastCellX +
DefaultCellXAsTwips
+ GetDefaultAllTablesWidthFromCell(dnCell);
1665
long cellX = lastCellX + dnCell.ColSpan *
DefaultCellXAsTwips
;
1720
lastCellX += dnCell.ColSpan *
DefaultCellXAsTwips
;