Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
339this[index] = Cast(value);
14 references to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
334return this[index];
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (11)
1895GradientStop first = brush.GradientStops[firstIndex]; 1896GradientStop second = brush.GradientStops[secondIndex]; 1994GradientStop stop0 = g.GradientStops[i - 1]; 1995GradientStop stop1 = g.GradientStops[i]; 2058currentStop = g.GradientStops[stopIndex]; 2406GradientStop gsA = gcA[i]; 2407GradientStop gsB = gcB[i]; 2419GradientStop gsA = gcA[i]; 2420GradientStop gsB = gcB[i]; 3721double offset = stops[i].Offset; 3737MyColor color = new MyColor(stops[i].Color, _ciMode);
Serialization\VisualSerializer.cs (2)
372double offset = gsc[j].Offset; 389GradientStop stop = gsc[pos];