11 references to ColumnSpanProperty
PresentationFramework (11)
System\Windows\Documents\FixedElement.cs (1)
103TableCell.ColumnSpanProperty.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
71element.SetValue(TableCell.ColumnSpanProperty, _columnSpan);
System\Windows\Documents\TableCell.cs (2)
131get { return (int) GetValue(ColumnSpanProperty); } 132set { SetValue(ColumnSpanProperty, value); }
System\Windows\Documents\TextRangeEditTables.cs (6)
1407cellInsertAfter.ContentStart.TextContainer.SetValue(cellInsertAfter.ContentStart, TableCell.ColumnSpanProperty, cellInsertAfter.ColumnSpan + 1); 1518cellDelete.ContentStart.TextContainer.SetValue(cellDelete.ContentStart, TableCell.ColumnSpanProperty, cellDelete.ColumnSpan - 1); 1924startCell.ContentStart.TextContainer.SetValue(startCell.ContentStart, TableCell.ColumnSpanProperty, startCell.ColumnSpan - 1); 1927startCell.ClearValue(TableCell.ColumnSpanProperty); 2276propertyEntry.Property == TableCell.ColumnSpanProperty && !copyColumnSpan) 2452firstCell.ContentStart.TextContainer.SetValue(firstCell.ContentStart, TableCell.ColumnSpanProperty, columnSpan);
System\Windows\Documents\TextSchema.cs (1)
1071TableCell.ColumnSpanProperty,