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