1 write to _index
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
74
_index
= index;
8 references to _index
PresentationCore (8)
MS\Internal\Shaping\UshortList2.cs (8)
42
return _storage[
_index
+ index];
47
_storage[
_index
+ index] = value;
65
get { return
_index
; }
88
_storage.Insert(
_index
+ index, count,
_index
+ _length);
103
_storage.Remove(
_index
+ index, count,
_index
+ _length);
114
return _storage.GetSubsetCopy(
_index
,_length);