13 instantiations of GradientStopCollection
PresentationCore (3)
System\Windows\Media\Generated\GradientStopCollection.cs (3)
477GradientStopCollection collection = new GradientStopCollection(); 591return new GradientStopCollection(); 808GradientStopCollection resource = new GradientStopCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4880bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.GradientStopCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1303case KnownElements.GradientStopCollection: o = new System.Windows.Media.GradientStopCollection(); break;
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
300GradientStopCollection gsc = new GradientStopCollection();
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2023GradientStopCollection gsc = new GradientStopCollection(); 2419GradientStopCollection g = new GradientStopCollection();
113 references to GradientStopCollection
PresentationCore (32)
System\Windows\Media\Generated\GradientBrush.cs (6)
164public GradientStopCollection GradientStops 168return (GradientStopCollection) GetValue(GradientStopsProperty); 279internal static GradientStopCollection s_GradientStops = GradientStopCollection.Empty; 334typeof(GradientStopCollection), 336new FreezableDefaultValueFactory(GradientStopCollection.Empty),
System\Windows\Media\Generated\GradientStopCollection.cs (19)
64public new GradientStopCollection Clone() 66return (GradientStopCollection)base.Clone(); 73public new GradientStopCollection CloneCurrentValue() 75return (GradientStopCollection)base.CloneCurrentValue(); 471internal static GradientStopCollection Empty 477GradientStopCollection collection = new GradientStopCollection(); 568private static GradientStopCollection s_empty; 598GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 618GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 638GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 658GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 803public static GradientStopCollection Parse(string source) 808GradientStopCollection resource = new GradientStopCollection(); 863internal Enumerator(GradientStopCollection list) 973private GradientStopCollection _list;
System\Windows\Media\GradientBrush.cs (1)
50protected GradientBrush(GradientStopCollection gradientStopCollection)
System\Windows\Media\LinearGradientBrush.cs (4)
91public LinearGradientBrush(GradientStopCollection gradientStopCollection) 107public LinearGradientBrush(GradientStopCollection gradientStopCollection, 121public LinearGradientBrush(GradientStopCollection gradientStopCollection, 141GradientStopCollection vGradientStops = GradientStops;
System\Windows\Media\RadialGradientBrush.cs (2)
65public RadialGradientBrush(GradientStopCollection gradientStopCollection) 82GradientStopCollection vGradientStops = GradientStops;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
349case 253: t = () => typeof(GradientStopCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4878typeof(System.Windows.Media.GradientStopCollection),
System\Windows\Markup\KnownTypes.cs (1)
5807case KnownElements.GradientStopCollection: t = typeof(System.Windows.Media.GradientStopCollection); break;
PresentationFramework.Aero (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
134GradientStopCollection stops; 191GradientStopCollection stops; 283GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 358GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 391GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 420GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 454GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 538GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
126GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 166GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 316GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 354GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
PresentationFramework.Aero2 (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
134GradientStopCollection stops; 191GradientStopCollection stops; 283GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 358GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 391GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 420GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 454GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 538GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
126GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 166GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 316GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 354GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
PresentationFramework.AeroLite (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
PresentationFramework.Classic (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
PresentationFramework.Luna (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
PresentationFramework.Royale (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
295private static GradientStopCollection CreateStops(Color c, double cornerRadius) 300GradientStopCollection gsc = new GradientStopCollection(); 337GradientStopCollection sideStops = CreateStops(c, 0); 357GradientStopCollection topLeftStops; 372GradientStopCollection topRightStops; 389GradientStopCollection bottomLeftStops; 408GradientStopCollection bottomRightStops;
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)
Serialization\VisualSerializer.cs (1)
358protected void WriteGradientStops(string prefix, GradientStopCollection gsc)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
392SWM.GradientStopCollection grads = gradientBrush.GradientStops;