5 references to CellSpacingProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
104Table.CellSpacingProperty.AddOwner(
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
127element.SetValue(Table.CellSpacingProperty, 0.0);
src\Framework\System\Windows\Documents\Table.cs (2)
177get { return (double) GetValue(CellSpacingProperty); } 178set { SetValue(CellSpacingProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1041Table.CellSpacingProperty,