1 write to _array
PresentationCore (1)
MS\Internal\PartialArray.cs (1)
25_array = array;
3 references to _array
PresentationCore (3)
MS\Internal\PartialArray.cs (3)
89return _array[index + _initialIndex]; 93_array[index + _initialIndex] = value; 99int index = Array.IndexOf<T>(_array, item, _initialIndex, _count);