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