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