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)
214
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)
37
public new
DropShadowEffect
Clone()
39
return (
DropShadowEffect
)base.Clone();
46
public new
DropShadowEffect
CloneCurrentValue()
48
return (
DropShadowEffect
)base.CloneCurrentValue();
64
DropShadowEffect
target = ((
DropShadowEffect
) d);
71
DropShadowEffect
target = ((
DropShadowEffect
) d);
78
DropShadowEffect
target = ((
DropShadowEffect
) d);
85
DropShadowEffect
target = ((
DropShadowEffect
) d);
92
DropShadowEffect
target = ((
DropShadowEffect
) d);
99
DropShadowEffect
target = ((
DropShadowEffect
) d);
423
Type typeofThis = typeof(
DropShadowEffect
);