21 references to Table
PresentationFramework (21)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
1080
if (tableFilter != null && cellInfo != null && cellInfo.Cell.
Table
!= tableFilter)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
429
internal Table Table { get { return (Cell.
Table
); } }
src\Framework\MS\Internal\PtsHost\CellParagraph.cs (3)
83
Debug.Assert(Cell.
Table
!= null);
152
Debug.Assert(Cell.
Table
!= null);
181
Debug.Assert(Cell.
Table
!= null);
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
154
return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).
Table
));
src\Framework\System\Windows\Documents\TableCell.cs (6)
346
if(
Table
!= null)
348
Table
.OnStructureChanged();
589
if(cell.
Table
!= null)
591
cell.
Table
.OnStructureChanged();
609
if(cell.
Table
!= null)
611
cell.
Table
.OnStructureChanged();
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (9)
545
movingPosition = anchorCell.
Table
.ContentEnd;
549
movingPosition = anchorCell.
Table
.ContentStart;
1466
InsertColumn(colIndexInsert - 1, endCell.
Table
as Table);
1470
InsertColumn(colIndexInsert, endCell.
Table
as Table);
1554
if (cColsDelete == 0 || cColsDelete == startCell.
Table
.ColumnCount)
1561
DeleteColumn(iIndexDelete, endCell.
Table
as Table);
1634
if (cell.ColumnIndex + cell.ColumnSpan <= cell.
Table
.ColumnCount &&
1649
table = cell.
Table
;
2548
return cell.ColumnIndex + cell.ColumnSpan == cell.
Table
.ColumnCount;