18 references to Table
PresentationFramework (18)
MS\Internal\Documents\TextDocumentView.cs (1)
1050
if (tableFilter != null && cellInfo != null && cellInfo.Cell.
Table
!= tableFilter)
MS\Internal\PtsHost\CellParaClient.cs (1)
396
internal Table Table { get { return (Cell.
Table
); } }
MS\Internal\PtsHost\CellParagraph.cs (3)
70
Debug.Assert(Cell.
Table
!= null);
139
Debug.Assert(Cell.
Table
!= null);
168
Debug.Assert(Cell.
Table
!= null);
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
151
return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).
Table
));
System\Windows\Documents\TableCell.cs (3)
325
Table
?.OnStructureChanged();
562
cell.
Table
?.OnStructureChanged();
576
cell.
Table
?.OnStructureChanged();
System\Windows\Documents\TextRangeEditTables.cs (9)
539
movingPosition = anchorCell.
Table
.ContentEnd;
543
movingPosition = anchorCell.
Table
.ContentStart;
1464
InsertColumn(colIndexInsert - 1, endCell.
Table
as Table);
1468
InsertColumn(colIndexInsert, endCell.
Table
as Table);
1552
if (cColsDelete == 0 || cColsDelete == startCell.
Table
.ColumnCount)
1559
DeleteColumn(iIndexDelete, endCell.
Table
as Table);
1632
if (cell.ColumnIndex + cell.ColumnSpan <= cell.
Table
.ColumnCount &&
1647
table = cell.
Table
;
2546
return cell.ColumnIndex + cell.ColumnSpan == cell.
Table
.ColumnCount;