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