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