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)
61
return _storage[
_index
+ index];
67
_storage[
_index
+ index] = value;
90
get { return
_index
; }
113
_storage.Insert(
_index
+ index, count,
_index
+ _length);
128
_storage.Remove(
_index
+ index, count,
_index
+ _length);
139
return _storage.GetSubsetCopy(
_index
,_length);