13 instantiations of GradientStopCollection
PresentationCore (3)
System\Windows\Media\Generated\GradientStopCollection.cs (3)
447GradientStopCollection collection = new GradientStopCollection(); 561return new GradientStopCollection(); 778GradientStopCollection resource = new GradientStopCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4878bamlType.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)
296GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
296GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
296GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
296GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
296GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
296GradientStopCollection gsc = new GradientStopCollection();
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2019GradientStopCollection gsc = new GradientStopCollection(); 2415GradientStopCollection g = new GradientStopCollection();
113 references to GradientStopCollection
PresentationCore (32)
System\Windows\Media\Generated\GradientBrush.cs (6)
136public GradientStopCollection GradientStops 140return (GradientStopCollection) GetValue(GradientStopsProperty); 251internal static GradientStopCollection s_GradientStops = GradientStopCollection.Empty; 306typeof(GradientStopCollection), 308new FreezableDefaultValueFactory(GradientStopCollection.Empty),
System\Windows\Media\Generated\GradientStopCollection.cs (19)
34public new GradientStopCollection Clone() 36return (GradientStopCollection)base.Clone(); 43public new GradientStopCollection CloneCurrentValue() 45return (GradientStopCollection)base.CloneCurrentValue(); 441internal static GradientStopCollection Empty 447GradientStopCollection collection = new GradientStopCollection(); 538private static GradientStopCollection s_empty; 568GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 588GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 608GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 628GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 773public static GradientStopCollection Parse(string source) 778GradientStopCollection resource = new GradientStopCollection(); 833internal Enumerator(GradientStopCollection list) 943private GradientStopCollection _list;
System\Windows\Media\GradientBrush.cs (1)
41protected GradientBrush(GradientStopCollection gradientStopCollection)
System\Windows\Media\LinearGradientBrush.cs (4)
78public LinearGradientBrush(GradientStopCollection gradientStopCollection) 94public LinearGradientBrush(GradientStopCollection gradientStopCollection, 108public LinearGradientBrush(GradientStopCollection gradientStopCollection, 128GradientStopCollection vGradientStops = GradientStops;
System\Windows\Media\RadialGradientBrush.cs (2)
52public RadialGradientBrush(GradientStopCollection gradientStopCollection) 69GradientStopCollection vGradientStops = GradientStops;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
347case 253: t = () => typeof(GradientStopCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4876typeof(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)
128GradientStopCollection stops; 185GradientStopCollection stops; 277GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 352GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 385GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 414GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 448GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 532GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
117GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 157GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 307GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 345GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
PresentationFramework.Aero2 (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
128GradientStopCollection stops; 185GradientStopCollection stops; 277GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 352GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 385GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 414GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 448GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 532GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
117GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 157GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 307GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 345GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
PresentationFramework.AeroLite (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
PresentationFramework.Classic (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
PresentationFramework.Luna (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
PresentationFramework.Royale (7)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
291private static GradientStopCollection CreateStops(Color c, double cornerRadius) 296GradientStopCollection gsc = new GradientStopCollection(); 333GradientStopCollection sideStops = CreateStops(c, 0); 353GradientStopCollection topLeftStops; 368GradientStopCollection topRightStops; 385GradientStopCollection bottomLeftStops; 404GradientStopCollection bottomRightStops;
ReachFramework (11)
AlphaFlattener\BrushProxy.cs (10)
2019GradientStopCollection gsc = new GradientStopCollection(); 2392private static GradientStopCollection BlendGradientStops(GradientBrush a, bool opacityOnlyA, GradientBrush b, bool opacityOnlyB) 2399GradientStopCollection gcA = a.GradientStops; 2400GradientStopCollection gcB = b.GradientStops; 2415GradientStopCollection 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; 3707public GradientColor(GradientStopCollection stops, double opacity, GradientSpreadMethod spread, ColorInterpolationMode ciMode)
Serialization\VisualSerializer.cs (1)
350protected void WriteGradientStops(string prefix, GradientStopCollection gsc)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
391SWM.GradientStopCollection grads = gradientBrush.GradientStops;