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