14 references to Cell
PresentationFramework (14)
src\Framework\MS\Internal\LayoutDump.cs (1)
962TableCell cell = cellParagraph.Cell;
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
424internal TableCell Cell { get { return (CellParagraph.Cell); } }
src\Framework\MS\Internal\PtsHost\CellParagraph.cs (9)
77Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 83Debug.Assert(Cell.Table != null); 149Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 152Debug.Assert(Cell.Table != null); 178Debug.Assert(Cell.Index != -1 && Cell.ColumnIndex != -1, 181Debug.Assert(Cell.Table != null);
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
277TableCell cell = _spannedCells[j].Cell; 410if(_cellParagraphs[index].Cell == cell) 420if(previousRow._spannedCells[index].Cell == cell)