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