2 instantiations of DropShadowEffect
PresentationCore (2)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
65
_imageEffectEmulation = new
DropShadowEffect
();
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
208
return new
DropShadowEffect
();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
143
DropShadowEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
31
public new
DropShadowEffect
Clone()
33
return (
DropShadowEffect
)base.Clone();
40
public new
DropShadowEffect
CloneCurrentValue()
42
return (
DropShadowEffect
)base.CloneCurrentValue();
58
DropShadowEffect
target = ((
DropShadowEffect
) d);
65
DropShadowEffect
target = ((
DropShadowEffect
) d);
72
DropShadowEffect
target = ((
DropShadowEffect
) d);
79
DropShadowEffect
target = ((
DropShadowEffect
) d);
86
DropShadowEffect
target = ((
DropShadowEffect
) d);
93
DropShadowEffect
target = ((
DropShadowEffect
) d);
409
Type typeofThis = typeof(
DropShadowEffect
);