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