4 references to TableColumn
PresentationFramework (4)
System\Windows\Documents\TextRangeEditTables.cs (1)
1675table.Columns.Add(new TableColumn());
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
131TableColumn newTableColumn = new TableColumn();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9794bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.TableColumn(); };
System\Windows\Markup\KnownTypes.cs (1)
1584case KnownElements.TableColumn: o = new System.Windows.Documents.TableColumn(); break;