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