5 references to Table
PresentationFramework (5)
System\Windows\Documents\TableRow.cs (2)
192
if (rowGroup.
Table
!= null)
287
internal Table Table { get { return (RowGroup != null ? RowGroup.
Table
: null); } }
System\Windows\Documents\TableRowGroup.cs (3)
194
if(
Table
!= null)
196
Table
.OnStructureChanged();
231
Table
.EnsureColumnCount(_columnCount);