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