1 write to _list
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
636
_list
= list;
6 references to _list
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (6)
638
_version =
_list
._version;
650
if (
_list
._version != _version)
655
int count =
_list
.Count;
670
if (
_list
._version != _version)
704
if ((_index < 0) || (_index >=
_list
.Count))
709
return
_list
[_index];