5 references to Table
PresentationFramework (5)
src\Framework\System\Windows\Documents\TableRow.cs (2)
201
if (rowGroup.
Table
!= null)
296
internal Table Table { get { return (RowGroup != null ? RowGroup.
Table
: null); } }
src\Framework\System\Windows\Documents\TableRowGroup.cs (3)
203
if(
Table
!= null)
205
Table
.OnStructureChanged();
240
Table
.EnsureColumnCount(_columnCount);