3 instantiations of EmbossBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
118return new EmbossBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4418DefaultConstructor = delegate () { return new System.Windows.Media.Effects.EmbossBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1251case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.EmbossBitmapEffect(); break;
12 references to EmbossBitmapEffect
PresentationCore (9)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (9)
29public new EmbossBitmapEffect Clone() 31return (EmbossBitmapEffect)base.Clone(); 38public new EmbossBitmapEffect CloneCurrentValue() 40return (EmbossBitmapEffect)base.CloneCurrentValue(); 56EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 63EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 213Type typeofThis = typeof(EmbossBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
287case 193: t = () => typeof(EmbossBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4415typeof(System.Windows.Media.Effects.EmbossBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5741case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.EmbossBitmapEffect); break;