14 references to Cell
PresentationFramework (14)
MS\Internal\LayoutDump.cs (1)
958TableCell cell = cellParagraph.Cell;
MS\Internal\PtsHost\CellParaClient.cs (1)
392internal TableCell Cell { get { return (CellParagraph.Cell); } }
MS\Internal\PtsHost\CellParagraph.cs (9)
65Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 71Debug.Assert(Cell.Table != null); 137Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 140Debug.Assert(Cell.Table != null); 166Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 169Debug.Assert(Cell.Table != null);
MS\Internal\PtsHost\RowParagraph.cs (3)
259TableCell cell = _spannedCells[j].Cell; 392if(_cellParagraphs[index].Cell == cell) 402if(previousRow._spannedCells[index].Cell == cell)