2 instantiations of DropShadowEffect
PresentationCore (2)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
70
_imageEffectEmulation = new
DropShadowEffect
();
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
234
return new
DropShadowEffect
();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
148
DropShadowEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
57
public new
DropShadowEffect
Clone()
59
return (
DropShadowEffect
)base.Clone();
66
public new
DropShadowEffect
CloneCurrentValue()
68
return (
DropShadowEffect
)base.CloneCurrentValue();
84
DropShadowEffect
target = ((
DropShadowEffect
) d);
91
DropShadowEffect
target = ((
DropShadowEffect
) d);
98
DropShadowEffect
target = ((
DropShadowEffect
) d);
105
DropShadowEffect
target = ((
DropShadowEffect
) d);
112
DropShadowEffect
target = ((
DropShadowEffect
) d);
119
DropShadowEffect
target = ((
DropShadowEffect
) d);
435
Type typeofThis = typeof(
DropShadowEffect
);