9 references to GradientStopCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (3)
493
GradientStopCollection collection = new
GradientStopCollection
();
610
return new
GradientStopCollection
();
836
GradientStopCollection resource = new
GradientStopCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4876
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
GradientStopCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1304
case KnownElements.GradientStopCollection: o = new System.Windows.Media.
GradientStopCollection
(); break;
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305
GradientStopCollection gsc = new
GradientStopCollection
();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305
GradientStopCollection gsc = new
GradientStopCollection
();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305
GradientStopCollection gsc = new
GradientStopCollection
();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
305
GradientStopCollection gsc = new
GradientStopCollection
();