Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
369this[index] = Cast(value);
14 references to
PresentationCore (1)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
364return this[index];
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (11)
1899GradientStop first = brush.GradientStops[firstIndex]; 1900GradientStop second = brush.GradientStops[secondIndex]; 1998GradientStop stop0 = g.GradientStops[i - 1]; 1999GradientStop stop1 = g.GradientStops[i]; 2062currentStop = g.GradientStops[stopIndex]; 2410GradientStop gsA = gcA[i]; 2411GradientStop gsB = gcB[i]; 2423GradientStop gsA = gcA[i]; 2424GradientStop gsB = gcB[i]; 3725double offset = stops[i].Offset; 3741MyColor color = new MyColor(stops[i].Color, _ciMode);
Serialization\VisualSerializer.cs (2)
380double offset = gsc[j].Offset; 397GradientStop stop = gsc[pos];