4 references to Table
PresentationFramework (4)
System\Windows\Documents\TableRow.cs (2)
173if (rowGroup.Table != null) 268internal Table Table { get { return (RowGroup?.Table); } }
System\Windows\Documents\TableRowGroup.cs (2)
165Table?.OnStructureChanged(); 199Table.EnsureColumnCount(_columnCount);