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