14 references to Cell
PresentationFramework (14)
MS\Internal\LayoutDump.cs (1)
957TableCell cell = cellParagraph.Cell;
MS\Internal\PtsHost\CellParaClient.cs (1)
391internal TableCell Cell { get { return (CellParagraph.Cell); } }
MS\Internal\PtsHost\CellParagraph.cs (9)
64Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 70Debug.Assert(Cell.Table != null); 136Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 139Debug.Assert(Cell.Table != null); 165Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 168Debug.Assert(Cell.Table != null);
MS\Internal\PtsHost\RowParagraph.cs (3)
258TableCell cell = _spannedCells[j].Cell; 391if(_cellParagraphs[index].Cell == cell) 401if(previousRow._spannedCells[index].Cell == cell)