5 references to CellSpacingProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (1)
100Table.CellSpacingProperty.AddOwner(
System\Windows\Documents\FixedSOMTable.cs (1)
121element.SetValue(Table.CellSpacingProperty, 0.0);
System\Windows\Documents\Table.cs (2)
169get { return (double) GetValue(CellSpacingProperty); } 170set { SetValue(CellSpacingProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1039Table.CellSpacingProperty,