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