2 writes to Cell
PresentationFramework (2)
MS\Internal\PtsTable\RowSpanVector.cs (2)
45
_entries[0].
Cell
= null;
107
_entries[_index].
Cell
= cell;
5 references to Cell
PresentationFramework (5)
MS\Internal\PtsTable\RowSpanVector.cs (5)
84
Debug.Assert( start < _entries[i].
Cell
.ColumnIndex
85
|| start >= _entries[i].
Cell
.ColumnIndex + _entries[i].
Cell
.ColumnSpan);
178
Debug.Assert(_entries[i].
Cell
!= null);
181
cells[i] = _entries[i].
Cell
;