3 references to DropShadowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
234return new DropShadowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3997bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.DropShadowBitmapEffect(); };
System\Windows\Markup\KnownTypes.cs (1)
1250case KnownElements.DropShadowBitmapEffect: o = new System.Windows.Media.Effects.DropShadowBitmapEffect(); break;