3 instantiations of 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;
12 references to EmbossBitmapEffect
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (9)
63
public new
EmbossBitmapEffect
Clone()
65
return (
EmbossBitmapEffect
)base.Clone();
72
public new
EmbossBitmapEffect
CloneCurrentValue()
74
return (
EmbossBitmapEffect
)base.CloneCurrentValue();
90
EmbossBitmapEffect
target = ((
EmbossBitmapEffect
) d);
97
EmbossBitmapEffect
target = ((
EmbossBitmapEffect
) d);
247
Type typeofThis = typeof(
EmbossBitmapEffect
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
285
case 193: t = () => typeof(
EmbossBitmapEffect
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4089
typeof(System.Windows.Media.Effects.
EmbossBitmapEffect
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5737
case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.
EmbossBitmapEffect
); break;