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