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)
2023GradientStopCollection gsc = new GradientStopCollection();
2396private static GradientStopCollection BlendGradientStops(GradientBrush a, bool opacityOnlyA, GradientBrush b, bool opacityOnlyB)
2403GradientStopCollection gcA = a.GradientStops;
2404GradientStopCollection gcB = b.GradientStops;
2419GradientStopCollection g = new GradientStopCollection();
2522GradientStopCollection g = BlendGradientStops(lbA, _opacityOnly, lbB, brushB._opacityOnly);
2581GradientStopCollection g = BlendGradientStops(rbA, _opacityOnly, rbB, brushB._opacityOnly);
2848GradientStopCollection stops = gradientBrush.GradientStops;
2947GradientStopCollection gsc = gb.GradientStops;
3711public GradientColor(GradientStopCollection stops, double opacity, GradientSpreadMethod spread, ColorInterpolationMode ciMode)
WindowsFormsIntegration (1)