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