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