3 references to BitmapEffectGroup
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
124
return new
BitmapEffectGroup
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1950
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BitmapEffectGroup
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1139
case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.
BitmapEffectGroup
(); break;