3 writes to _index
PresentationCore (3)
System\Windows\Media3D\Visual3DCollection.cs (3)
603
_index
= -1;
625
_index
++;
641
_index
= -1;
5 references to _index
PresentationCore (5)
System\Windows\Media3D\Visual3DCollection.cs (5)
623
if (
_index
< count)
628
return
_index
< count;
668
if ((
_index
< 0) || (
_index
>= _list.Count))
673
return _list[
_index
];