13 references to 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();