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