3 instantiations of EmbossBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
146
return new
EmbossBitmapEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4095
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
EmbossBitmapEffect
(); };
System\Windows\Markup\KnownTypes.cs (1)
1257
case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.
EmbossBitmapEffect
(); break;
12 references to EmbossBitmapEffect
PresentationCore (9)
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (9)
57
public new
EmbossBitmapEffect
Clone()
59
return (
EmbossBitmapEffect
)base.Clone();
66
public new
EmbossBitmapEffect
CloneCurrentValue()
68
return (
EmbossBitmapEffect
)base.CloneCurrentValue();
84
EmbossBitmapEffect
target = ((
EmbossBitmapEffect
) d);
91
EmbossBitmapEffect
target = ((
EmbossBitmapEffect
) d);
241
Type typeofThis = typeof(
EmbossBitmapEffect
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
289
case 193: t = () => typeof(
EmbossBitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4093
typeof(System.Windows.Media.Effects.
EmbossBitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5747
case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.
EmbossBitmapEffect
); break;