1 write to CellSpacing
PresentationFramework (1)
System\Windows\Documents\TextRangeEditTables.cs (1)
662table.CellSpacing = 0;
2 references to CellSpacing
PresentationFramework (2)
System\Windows\Documents\Table.cs (1)
207get { return Math.Max(CellSpacing, 0); }
System\Windows\Documents\TextRangeEditTables.cs (1)
1270if (table.CellSpacing > 0)