2 writes to Cell
PresentationFramework (2)
MS\Internal\PtsTable\RowSpanVector.cs (2)
46
_entries[0].
Cell
= null;
108
_entries[_index].
Cell
= cell;
5 references to Cell
PresentationFramework (5)
MS\Internal\PtsTable\RowSpanVector.cs (5)
85
Debug.Assert( start < _entries[i].
Cell
.ColumnIndex
86
|| start >= _entries[i].
Cell
.ColumnIndex + _entries[i].
Cell
.ColumnSpan);
180
Debug.Assert(_entries[i].
Cell
!= null);
183
cells[i] = _entries[i].
Cell
;