1 write to _index
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
81_index = index;
8 references to _index
PresentationCore (8)
MS\Internal\Shaping\UshortList2.cs (8)
49return _storage[_index + index]; 54_storage[_index + index] = value; 72get { return _index; } 95_storage.Insert(_index + index, count, _index + _length); 110_storage.Remove(_index + index, count, _index + _length); 121return _storage.GetSubsetCopy(_index,_length);