Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
392this[index] = Cast(value);
3 references to
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
387return this[index];
Core\CSharp\System\Windows\Media\GeometryGroup.cs (2)
121if (!((Geometry)children[i]).IsEmpty()) 151if (((Geometry)children[i]).MayHaveCurves())