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)
400this[index] = Cast(value);
5 references to
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
67return _children[index];
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
75return _children[index];
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
485return Children[index];
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (2)
396return this[index]; 709return _list[_index];