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