Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
388
this
[
index] = Cast(value);
2 references to
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
383
return this
[
index];
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
541
Material m = children
[
i];