1 write to _array
PresentationCore (1)
Core\CSharp\MS\Internal\PartialArray.cs (1)
41_array = array;
3 references to _array
PresentationCore (3)
Core\CSharp\MS\Internal\PartialArray.cs (3)
105return _array[index + _initialIndex]; 109_array[index + _initialIndex] = value; 115int index = Array.IndexOf<T>(_array, item, _initialIndex, _count);