21 references to Table
PresentationFramework (21)
MS\Internal\Documents\TextDocumentView.cs (1)
1072
if (tableFilter != null && cellInfo != null && cellInfo.Cell.
Table
!= tableFilter)
MS\Internal\PtsHost\CellParaClient.cs (1)
402
internal Table Table { get { return (Cell.
Table
); } }
MS\Internal\PtsHost\CellParagraph.cs (3)
75
Debug.Assert(Cell.
Table
!= null);
144
Debug.Assert(Cell.
Table
!= null);
173
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)
339
if(
Table
!= null)
341
Table
.OnStructureChanged();
582
if(cell.
Table
!= null)
584
cell.
Table
.OnStructureChanged();
602
if(cell.
Table
!= null)
604
cell.
Table
.OnStructureChanged();
System\Windows\Documents\TextRangeEditTables.cs (9)
542
movingPosition = anchorCell.
Table
.ContentEnd;
546
movingPosition = anchorCell.
Table
.ContentStart;
1463
InsertColumn(colIndexInsert - 1, endCell.
Table
as Table);
1467
InsertColumn(colIndexInsert, endCell.
Table
as Table);
1551
if (cColsDelete == 0 || cColsDelete == startCell.
Table
.ColumnCount)
1558
DeleteColumn(iIndexDelete, endCell.
Table
as Table);
1631
if (cell.ColumnIndex + cell.ColumnSpan <= cell.
Table
.ColumnCount &&
1646
table = cell.
Table
;
2545
return cell.ColumnIndex + cell.ColumnSpan == cell.
Table
.ColumnCount;