5 references to CellSpacingProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (1)
91Table.CellSpacingProperty.AddOwner(
System\Windows\Documents\FixedSOMTable.cs (1)
115element.SetValue(Table.CellSpacingProperty, 0.0);
System\Windows\Documents\Table.cs (2)
151get { return (double) GetValue(CellSpacingProperty); } 152set { SetValue(CellSpacingProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1032Table.CellSpacingProperty,