11 references to ColumnSpanProperty
PresentationFramework (11)
System\Windows\Documents\FixedElement.cs (1)
104
TableCell.
ColumnSpanProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
72
element.SetValue(TableCell.
ColumnSpanProperty
, _columnSpan);
System\Windows\Documents\TableCell.cs (2)
132
get { return (int) GetValue(
ColumnSpanProperty
); }
133
set { SetValue(
ColumnSpanProperty
, value); }
System\Windows\Documents\TextRangeEditTables.cs (6)
1408
cellInsertAfter.ContentStart.TextContainer.SetValue(cellInsertAfter.ContentStart, TableCell.
ColumnSpanProperty
, cellInsertAfter.ColumnSpan + 1);
1519
cellDelete.ContentStart.TextContainer.SetValue(cellDelete.ContentStart, TableCell.
ColumnSpanProperty
, cellDelete.ColumnSpan - 1);
1925
startCell.ContentStart.TextContainer.SetValue(startCell.ContentStart, TableCell.
ColumnSpanProperty
, startCell.ColumnSpan - 1);
1928
startCell.ClearValue(TableCell.
ColumnSpanProperty
);
2277
propertyEntry.Property == TableCell.
ColumnSpanProperty
&& !copyColumnSpan)
2453
firstCell.ContentStart.TextContainer.SetValue(firstCell.ContentStart, TableCell.
ColumnSpanProperty
, columnSpan);
System\Windows\Documents\TextSchema.cs (1)
1072
TableCell.
ColumnSpanProperty
,