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