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