4 references to DefaultCellXAsTwips
PresentationFramework (4)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
1639
dnCell.ColSpan *
DefaultCellXAsTwips
+
1654
cf.CellX = lastCellX +
DefaultCellXAsTwips
+ GetDefaultAllTablesWidthFromCell(dnCell);
1669
long cellX = lastCellX + dnCell.ColSpan *
DefaultCellXAsTwips
;
1724
lastCellX += dnCell.ColSpan *
DefaultCellXAsTwips
;