13 instantiations of GradientStopCollection
PresentationCore (3)
System\Windows\Media\Generated\GradientStopCollection.cs (3)
461GradientStopCollection collection = new GradientStopCollection(); 575return new GradientStopCollection(); 800GradientStopCollection resource = new GradientStopCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5304DefaultConstructor = delegate () { return new System.Windows.Media.GradientStopCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1296case 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)
295GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
295GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
295GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
295GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
295GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
295GradientStopCollection gsc = new GradientStopCollection();
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2017GradientStopCollection gsc = new GradientStopCollection(); 2413GradientStopCollection g = new GradientStopCollection();
113 references to GradientStopCollection
PresentationCore (32)
System\Windows\Media\Generated\GradientBrush.cs (6)
150public GradientStopCollection GradientStops 154return (GradientStopCollection) GetValue(GradientStopsProperty); 265internal static GradientStopCollection s_GradientStops = GradientStopCollection.Empty; 320typeof(GradientStopCollection), 322new FreezableDefaultValueFactory(GradientStopCollection.Empty),
System\Windows\Media\Generated\GradientStopCollection.cs (19)
45public new GradientStopCollection Clone() 47return (GradientStopCollection)base.Clone(); 54public new GradientStopCollection CloneCurrentValue() 56return (GradientStopCollection)base.CloneCurrentValue(); 455internal static GradientStopCollection Empty 461GradientStopCollection collection = new GradientStopCollection(); 552private static GradientStopCollection s_empty; 582GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 604GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 626GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 648GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 795public static GradientStopCollection Parse(string source) 800GradientStopCollection resource = new GradientStopCollection(); 855internal Enumerator(GradientStopCollection list) 966private GradientStopCollection _list;
System\Windows\Media\GradientBrush.cs (1)
40protected GradientBrush(GradientStopCollection gradientStopCollection)
System\Windows\Media\LinearGradientBrush.cs (4)
77public LinearGradientBrush(GradientStopCollection gradientStopCollection) 93public LinearGradientBrush(GradientStopCollection gradientStopCollection, 107public LinearGradientBrush(GradientStopCollection gradientStopCollection, 127GradientStopCollection vGradientStops = GradientStops;
System\Windows\Media\RadialGradientBrush.cs (2)
51public RadialGradientBrush(GradientStopCollection gradientStopCollection) 68GradientStopCollection vGradientStops = GradientStops;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
346case 253: t = () => typeof(GradientStopCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5301typeof(System.Windows.Media.GradientStopCollection),
System\Windows\Markup\KnownTypes.cs (1)
5800case KnownElements.GradientStopCollection: t = typeof(System.Windows.Media.GradientStopCollection); break;
PresentationFramework.Aero (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
129GradientStopCollection stops; 188GradientStopCollection stops; 280GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 355GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 388GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 417GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 455GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 545GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
116GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 160GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 312GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 354GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
PresentationFramework.Aero2 (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
129GradientStopCollection stops; 188GradientStopCollection stops; 280GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 355GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 388GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 417GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 455GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 545GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
116GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 160GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 312GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 354GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
PresentationFramework.AeroLite (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
PresentationFramework.Classic (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
PresentationFramework.Luna (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
PresentationFramework.Royale (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
290private static GradientStopCollection CreateStops(Color c, double cornerRadius) 295GradientStopCollection gsc = new GradientStopCollection(); 332GradientStopCollection sideStops = CreateStops(c, 0); 352GradientStopCollection topLeftStops; 369GradientStopCollection topRightStops; 388GradientStopCollection bottomLeftStops; 409GradientStopCollection bottomRightStops;
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); 2843GradientStopCollection stops = gradientBrush.GradientStops; 2942GradientStopCollection gsc = gb.GradientStops; 3708public GradientColor(GradientStopCollection stops, double opacity, GradientSpreadMethod spread, ColorInterpolationMode ciMode)
Serialization\VisualSerializer.cs (1)
349protected void WriteGradientStops(string prefix, GradientStopCollection gsc)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
390SWM.GradientStopCollection grads = gradientBrush.GradientStops;