11 references to ColumnSpanProperty
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
116
TableCell.
ColumnSpanProperty
.AddOwner(typeof(FixedElement));
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
81
element.SetValue(TableCell.
ColumnSpanProperty
, _columnSpan);
src\Framework\System\Windows\Documents\TableCell.cs (2)
152
get { return (int) GetValue(
ColumnSpanProperty
); }
153
set { SetValue(
ColumnSpanProperty
, value); }
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (6)
1409
cellInsertAfter.ContentStart.TextContainer.SetValue(cellInsertAfter.ContentStart, TableCell.
ColumnSpanProperty
, cellInsertAfter.ColumnSpan + 1);
1520
cellDelete.ContentStart.TextContainer.SetValue(cellDelete.ContentStart, TableCell.
ColumnSpanProperty
, cellDelete.ColumnSpan - 1);
1926
startCell.ContentStart.TextContainer.SetValue(startCell.ContentStart, TableCell.
ColumnSpanProperty
, startCell.ColumnSpan - 1);
1929
startCell.ClearValue(TableCell.
ColumnSpanProperty
);
2278
propertyEntry.Property == TableCell.
ColumnSpanProperty
&& !copyColumnSpan)
2454
firstCell.ContentStart.TextContainer.SetValue(firstCell.ContentStart, TableCell.
ColumnSpanProperty
, columnSpan);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1080
TableCell.
ColumnSpanProperty
,