4 writes to _index
PresentationFramework (4)
MS\Internal\PtsTable\RowSpanVector.cs (4)
112
_index
++;
122
_index
= 0;
145
_index
++;
165
_index
++;
16 references to _index
PresentationFramework (16)
MS\Internal\PtsTable\RowSpanVector.cs (16)
102
for (int i = _size - 1; i >=
_index
; --i)
107
_entries[
_index
].Cell = cell;
108
_entries[
_index
].Start = start;
109
_entries[
_index
].Range = cell.ColumnSpan;
110
_entries[
_index
].Ttl = cell.RowSpan - 1;
124
firstOccupiedIndex = _entries[
_index
].Start;
138
Debug.Assert(0 <=
_index
&&
_index
< _size);
139
firstAvailableIndex = _entries[
_index
].Start + _entries[
_index
].Range;
142
_entries[
_index
].Ttl--;
146
Debug.Assert(0 <=
_index
&&
_index
< _size);
147
firstOccupiedIndex = _entries[
_index
].Start;
162
while (
_index
< _size)
164
_entries[
_index
].Ttl--;