3 writes to _index
PresentationCore (3)
System\Windows\Media3D\Visual3DCollection.cs (3)
604
_index
= -1;
626
_index
++;
642
_index
= -1;
5 references to _index
PresentationCore (5)
System\Windows\Media3D\Visual3DCollection.cs (5)
624
if (
_index
< count)
629
return
_index
< count;
669
if ((
_index
< 0) || (
_index
>= _list.Count))
674
return _list[
_index
];