5 references to Table
PresentationFramework (5)
System\Windows\Documents\TableRow.cs (2)
177if (rowGroup.Table != null) 272internal Table Table { get { return (RowGroup != null ? RowGroup.Table : null); } }
System\Windows\Documents\TableRowGroup.cs (3)
177if(Table != null) 179Table.OnStructureChanged(); 214Table.EnsureColumnCount(_columnCount);