5 references to Table
PresentationFramework (5)
System\Windows\Documents\TableRow.cs (2)
177
if (rowGroup.
Table
!= null)
272
internal Table Table { get { return (RowGroup != null ? RowGroup.
Table
: null); } }
System\Windows\Documents\TableRowGroup.cs (3)
177
if(
Table
!= null)
179
Table
.OnStructureChanged();
214
Table
.EnsureColumnCount(_columnCount);