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