13 instantiations of GradientStopCollection
PresentationCore (3)
PresentationFramework (2)
PresentationFramework.Aero (1)
PresentationFramework.Aero2 (1)
PresentationFramework.AeroLite (1)
PresentationFramework.Classic (1)
PresentationFramework.Luna (1)
PresentationFramework.Royale (1)
ReachFramework (2)
113 references to GradientStopCollection
PresentationCore (32)
PresentationFramework (3)
PresentationFramework.Aero (19)
PresentationFramework.Aero2 (19)
PresentationFramework.AeroLite (7)
PresentationFramework.Classic (7)
PresentationFramework.Luna (7)
PresentationFramework.Royale (7)
ReachFramework (11)
AlphaFlattener\BrushProxy.cs (10)
2017GradientStopCollection gsc = new GradientStopCollection();
2390private static GradientStopCollection BlendGradientStops(GradientBrush a, bool opacityOnlyA, GradientBrush b, bool opacityOnlyB)
2397GradientStopCollection gcA = a.GradientStops;
2398GradientStopCollection gcB = b.GradientStops;
2413GradientStopCollection g = new GradientStopCollection();
2517GradientStopCollection g = BlendGradientStops(lbA, _opacityOnly, lbB, brushB._opacityOnly);
2576GradientStopCollection g = BlendGradientStops(rbA, _opacityOnly, rbB, brushB._opacityOnly);
2839GradientStopCollection stops = gradientBrush.GradientStops;
2938GradientStopCollection gsc = gb.GradientStops;
3704public GradientColor(GradientStopCollection stops, double opacity, GradientSpreadMethod spread, ColorInterpolationMode ciMode)
WindowsFormsIntegration (1)