3 instantiations of EmbossBitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
152return new EmbossBitmapEffect();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4091bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.EmbossBitmapEffect(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1258case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.EmbossBitmapEffect(); break;
12 references to EmbossBitmapEffect
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (9)
63public new EmbossBitmapEffect Clone() 65return (EmbossBitmapEffect)base.Clone(); 72public new EmbossBitmapEffect CloneCurrentValue() 74return (EmbossBitmapEffect)base.CloneCurrentValue(); 90EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 97EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 247Type typeofThis = typeof(EmbossBitmapEffect);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
285case 193: t = () => typeof(EmbossBitmapEffect); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4089typeof(System.Windows.Media.Effects.EmbossBitmapEffect),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5737case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.EmbossBitmapEffect); break;