14 references to Cell
PresentationFramework (14)
MS\Internal\LayoutDump.cs (1)
959TableCell cell = cellParagraph.Cell;
MS\Internal\PtsHost\CellParaClient.cs (1)
397internal TableCell Cell { get { return (CellParagraph.Cell); } }
MS\Internal\PtsHost\CellParagraph.cs (9)
69Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 75Debug.Assert(Cell.Table != null); 141Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 144Debug.Assert(Cell.Table != null); 170Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 173Debug.Assert(Cell.Table != null);
MS\Internal\PtsHost\RowParagraph.cs (3)
262TableCell cell = _spannedCells[j].Cell; 395if(_cellParagraphs[index].Cell == cell) 405if(previousRow._spannedCells[index].Cell == cell)