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