2 instantiations of DropShadowEffect
PresentationCore (2)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
64
_imageEffectEmulation = new
DropShadowEffect
();
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
211
return new
DropShadowEffect
();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
142
private
DropShadowEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
34
public new
DropShadowEffect
Clone()
36
return (
DropShadowEffect
)base.Clone();
43
public new
DropShadowEffect
CloneCurrentValue()
45
return (
DropShadowEffect
)base.CloneCurrentValue();
61
DropShadowEffect
target = ((
DropShadowEffect
) d);
68
DropShadowEffect
target = ((
DropShadowEffect
) d);
75
DropShadowEffect
target = ((
DropShadowEffect
) d);
82
DropShadowEffect
target = ((
DropShadowEffect
) d);
89
DropShadowEffect
target = ((
DropShadowEffect
) d);
96
DropShadowEffect
target = ((
DropShadowEffect
) d);
420
Type typeofThis = typeof(
DropShadowEffect
);