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