5 references to Table
PresentationFramework (5)
System\Windows\Documents\TableRow.cs (2)
192if (rowGroup.Table != null) 287internal Table Table { get { return (RowGroup != null ? RowGroup.Table : null); } }
System\Windows\Documents\TableRowGroup.cs (3)
194if(Table != null) 196Table.OnStructureChanged(); 231Table.EnsureColumnCount(_columnCount);