Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
353this[index] = Cast(value);
14 references to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
348return this[index];
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (11)
1893GradientStop first = brush.GradientStops[firstIndex]; 1894GradientStop second = brush.GradientStops[secondIndex]; 1992GradientStop stop0 = g.GradientStops[i - 1]; 1993GradientStop stop1 = g.GradientStops[i]; 2056currentStop = g.GradientStops[stopIndex]; 2404GradientStop gsA = gcA[i]; 2405GradientStop gsB = gcB[i]; 2417GradientStop gsA = gcA[i]; 2418GradientStop gsB = gcB[i]; 3722double offset = stops[i].Offset; 3738MyColor color = new MyColor(stops[i].Color, _ciMode);
Serialization\VisualSerializer.cs (2)
371double offset = gsc[j].Offset; 388GradientStop stop = gsc[pos];