Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
400
this
[
index] = Cast(value);
5 references to
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
67
return _children
[
index];
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
75
return _children
[
index];
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
485
return Children
[
index];
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (2)
396
return this
[
index];
709
return _list
[
_index];