9 instantiations of GradientStopCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (3)
493GradientStopCollection collection = new GradientStopCollection(); 610return new GradientStopCollection(); 836GradientStopCollection resource = new GradientStopCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4876bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.GradientStopCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1304case KnownElements.GradientStopCollection: o = new System.Windows.Media.GradientStopCollection(); break;
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305GradientStopCollection gsc = new GradientStopCollection();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305GradientStopCollection gsc = new GradientStopCollection();
75 references to GradientStopCollection
PresentationCore (32)
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (6)
174public GradientStopCollection GradientStops 178return (GradientStopCollection) GetValue(GradientStopsProperty); 289internal static GradientStopCollection s_GradientStops = GradientStopCollection.Empty; 345typeof(GradientStopCollection), 347new FreezableDefaultValueFactory(GradientStopCollection.Empty),
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (19)
67public new GradientStopCollection Clone() 69return (GradientStopCollection)base.Clone(); 76public new GradientStopCollection CloneCurrentValue() 78return (GradientStopCollection)base.CloneCurrentValue(); 487internal static GradientStopCollection Empty 493GradientStopCollection collection = new GradientStopCollection(); 587private static GradientStopCollection s_empty; 617GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 639GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 661GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 683GradientStopCollection sourceGradientStopCollection = (GradientStopCollection) source; 831public static GradientStopCollection Parse(string source) 836GradientStopCollection resource = new GradientStopCollection(); 891internal Enumerator(GradientStopCollection list) 1002private GradientStopCollection _list;
Core\CSharp\System\Windows\Media\GradientBrush.cs (1)
52protected GradientBrush(GradientStopCollection gradientStopCollection)
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (4)
95public LinearGradientBrush(GradientStopCollection gradientStopCollection) 111public LinearGradientBrush(GradientStopCollection gradientStopCollection, 125public LinearGradientBrush(GradientStopCollection gradientStopCollection, 150GradientStopCollection vGradientStops = GradientStops;
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (2)
69public RadialGradientBrush(GradientStopCollection gradientStopCollection) 93GradientStopCollection vGradientStops = GradientStops;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
345case 253: t = () => typeof(GradientStopCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4874typeof(System.Windows.Media.GradientStopCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5797case KnownElements.GradientStopCollection: t = typeof(System.Windows.Media.GradientStopCollection); break;
PresentationFramework.Aero (19)
Microsoft\Windows\Themes\BulletChrome.cs (8)
140GradientStopCollection stops; 197GradientStopCollection stops; 289GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 364GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 397GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 426GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 460GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops; 544GradientStopCollection stops = ((GradientBrush)chrome.InnerBorderPen.Brush).GradientStops;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
132GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 172GradientStopCollection gsc = ((LinearGradientBrush)chrome.InnerBorderPen.Brush).GradientStops; 322GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops; 360GradientStopCollection gsc = ((LinearGradientBrush)chrome.BackgroundOverlay).GradientStops;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
300private static GradientStopCollection CreateStops(Color c, double cornerRadius) 305GradientStopCollection gsc = new GradientStopCollection(); 342GradientStopCollection sideStops = CreateStops(c, 0); 362GradientStopCollection topLeftStops; 377GradientStopCollection topRightStops; 394GradientStopCollection bottomLeftStops; 413GradientStopCollection bottomRightStops;
PresentationFramework.Classic (7)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
300private static GradientStopCollection CreateStops(Color c, double cornerRadius) 305GradientStopCollection gsc = new GradientStopCollection(); 342GradientStopCollection sideStops = CreateStops(c, 0); 362GradientStopCollection topLeftStops; 377GradientStopCollection topRightStops; 394GradientStopCollection bottomLeftStops; 413GradientStopCollection bottomRightStops;
PresentationFramework.Luna (7)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
300private static GradientStopCollection CreateStops(Color c, double cornerRadius) 305GradientStopCollection gsc = new GradientStopCollection(); 342GradientStopCollection sideStops = CreateStops(c, 0); 362GradientStopCollection topLeftStops; 377GradientStopCollection topRightStops; 394GradientStopCollection bottomLeftStops; 413GradientStopCollection bottomRightStops;
PresentationFramework.Royale (7)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (7)
300private static GradientStopCollection CreateStops(Color c, double cornerRadius) 305GradientStopCollection gsc = new GradientStopCollection(); 342GradientStopCollection sideStops = CreateStops(c, 0); 362GradientStopCollection topLeftStops; 377GradientStopCollection topRightStops; 394GradientStopCollection bottomLeftStops; 413GradientStopCollection bottomRightStops;