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