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)
166if(Table != null) 168Table.OnStructureChanged(); 203Table.EnsureColumnCount(_columnCount);