4 references to BitmapEffectCollection
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
448BitmapEffectCollection collection = new BitmapEffectCollection(); 562return new BitmapEffectCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1976DefaultConstructor = delegate () { return new System.Windows.Media.Effects.BitmapEffectCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1131case KnownElements.BitmapEffectCollection: o = new System.Windows.Media.Effects.BitmapEffectCollection(); break;