3 references to BitmapEffectGroup
PresentationCore (1)
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
92
return new
BitmapEffectGroup
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1991
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectGroup
(); },
System\Windows\Markup\KnownTypes.cs (1)
1132
case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.
BitmapEffectGroup
(); break;