1 write to CellSpacing
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
665table.CellSpacing = 0;
2 references to CellSpacing
PresentationFramework (2)
src\Framework\System\Windows\Documents\Table.cs (1)
215get { return Math.Max(CellSpacing, 0); }
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1273if (table.CellSpacing > 0)