21 references to Table
PresentationFramework (21)
MS\Internal\Documents\TextDocumentView.cs (1)
1060
if (tableFilter != null && cellInfo != null && cellInfo.Cell.
Table
!= tableFilter)
MS\Internal\PtsHost\CellParaClient.cs (1)
397
internal Table Table { get { return (Cell.
Table
); } }
MS\Internal\PtsHost\CellParagraph.cs (3)
71
Debug.Assert(Cell.
Table
!= null);
140
Debug.Assert(Cell.
Table
!= null);
169
Debug.Assert(Cell.
Table
!= null);
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
152
return ProviderFromPeer(CreatePeerForElement(((TableCell)Owner).
Table
));
System\Windows\Documents\TableCell.cs (6)
326
if(
Table
!= null)
328
Table
.OnStructureChanged();
569
if(cell.
Table
!= null)
571
cell.
Table
.OnStructureChanged();
589
if(cell.
Table
!= null)
591
cell.
Table
.OnStructureChanged();
System\Windows\Documents\TextRangeEditTables.cs (9)
540
movingPosition = anchorCell.
Table
.ContentEnd;
544
movingPosition = anchorCell.
Table
.ContentStart;
1465
InsertColumn(colIndexInsert - 1, endCell.
Table
as Table);
1469
InsertColumn(colIndexInsert, endCell.
Table
as Table);
1553
if (cColsDelete == 0 || cColsDelete == startCell.
Table
.ColumnCount)
1560
DeleteColumn(iIndexDelete, endCell.
Table
as Table);
1633
if (cell.ColumnIndex + cell.ColumnSpan <= cell.
Table
.ColumnCount &&
1648
table = cell.
Table
;
2547
return cell.ColumnIndex + cell.ColumnSpan == cell.
Table
.ColumnCount;