5 references to Table
PresentationFramework (5)
src\Framework\System\Windows\Documents\TableRow.cs (2)
201if (rowGroup.Table != null) 296internal Table Table { get { return (RowGroup != null ? RowGroup.Table : null); } }
src\Framework\System\Windows\Documents\TableRowGroup.cs (3)
203if(Table != null) 205Table.OnStructureChanged(); 240Table.EnsureColumnCount(_columnCount);