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