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