3 writes to _index
PresentationCore (3)
System\Windows\Media3D\Visual3DCollection.cs (3)
619
_index
= -1;
641
_index
++;
657
_index
= -1;
5 references to _index
PresentationCore (5)
System\Windows\Media3D\Visual3DCollection.cs (5)
639
if (
_index
< count)
644
return
_index
< count;
686
if ((
_index
< 0) || (
_index
>= _list.Count))
691
return _list[
_index
];