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)
2018GradientStopCollection gsc = new GradientStopCollection();
2391private static GradientStopCollection BlendGradientStops(GradientBrush a, bool opacityOnlyA, GradientBrush b, bool opacityOnlyB)
2398GradientStopCollection gcA = a.GradientStops;
2399GradientStopCollection gcB = b.GradientStops;
2414GradientStopCollection g = new GradientStopCollection();
2518GradientStopCollection g = BlendGradientStops(lbA, _opacityOnly, lbB, brushB._opacityOnly);
2577GradientStopCollection g = BlendGradientStops(rbA, _opacityOnly, rbB, brushB._opacityOnly);
2844GradientStopCollection stops = gradientBrush.GradientStops;
2943GradientStopCollection gsc = gb.GradientStops;
3709public GradientColor(GradientStopCollection stops, double opacity, GradientSpreadMethod spread, ColorInterpolationMode ciMode)
WindowsFormsIntegration (1)