1 write to _index
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
99_index = index;
8 references to _index
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (8)
61return _storage[_index + index]; 67_storage[_index + index] = value; 90get { return _index; } 113_storage.Insert(_index + index, count, _index + _length); 128_storage.Remove(_index + index, count, _index + _length); 139return _storage.GetSubsetCopy(_index,_length);