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