3 writes to _index
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (3)
637
_index
= -1;
659
_index
++;
675
_index
= -1;
5 references to _index
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (5)
657
if (
_index
< count)
662
return
_index
< count;
704
if ((
_index
< 0) || (
_index
>= _list.Count))
709
return _list[
_index
];