3 instantiations of EmbossBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
123return new EmbossBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4417DefaultConstructor = delegate () { return new System.Windows.Media.Effects.EmbossBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1250case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.EmbossBitmapEffect(); break;
12 references to EmbossBitmapEffect
PresentationCore (9)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (9)
34public new EmbossBitmapEffect Clone() 36return (EmbossBitmapEffect)base.Clone(); 43public new EmbossBitmapEffect CloneCurrentValue() 45return (EmbossBitmapEffect)base.CloneCurrentValue(); 61EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 68EmbossBitmapEffect target = ((EmbossBitmapEffect) d); 217Type typeofThis = typeof(EmbossBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
286case 193: t = () => typeof(EmbossBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4414typeof(System.Windows.Media.Effects.EmbossBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5740case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.EmbossBitmapEffect); break;