11 references to ColumnSpanProperty
PresentationFramework (11)
System\Windows\Documents\FixedElement.cs (1)
112
TableCell.
ColumnSpanProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
76
element.SetValue(TableCell.
ColumnSpanProperty
, _columnSpan);
System\Windows\Documents\TableCell.cs (2)
145
get { return (int) GetValue(
ColumnSpanProperty
); }
146
set { SetValue(
ColumnSpanProperty
, value); }
System\Windows\Documents\TextRangeEditTables.cs (6)
1406
cellInsertAfter.ContentStart.TextContainer.SetValue(cellInsertAfter.ContentStart, TableCell.
ColumnSpanProperty
, cellInsertAfter.ColumnSpan + 1);
1517
cellDelete.ContentStart.TextContainer.SetValue(cellDelete.ContentStart, TableCell.
ColumnSpanProperty
, cellDelete.ColumnSpan - 1);
1923
startCell.ContentStart.TextContainer.SetValue(startCell.ContentStart, TableCell.
ColumnSpanProperty
, startCell.ColumnSpan - 1);
1926
startCell.ClearValue(TableCell.
ColumnSpanProperty
);
2275
propertyEntry.Property == TableCell.
ColumnSpanProperty
&& !copyColumnSpan)
2451
firstCell.ContentStart.TextContainer.SetValue(firstCell.ContentStart, TableCell.
ColumnSpanProperty
, columnSpan);
System\Windows\Documents\TextSchema.cs (1)
1078
TableCell.
ColumnSpanProperty
,