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)
211return new DropShadowEffect();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
142private DropShadowEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
34public new DropShadowEffect Clone() 36return (DropShadowEffect)base.Clone(); 43public new DropShadowEffect CloneCurrentValue() 45return (DropShadowEffect)base.CloneCurrentValue(); 61DropShadowEffect target = ((DropShadowEffect) d); 68DropShadowEffect target = ((DropShadowEffect) d); 75DropShadowEffect target = ((DropShadowEffect) d); 82DropShadowEffect target = ((DropShadowEffect) d); 89DropShadowEffect target = ((DropShadowEffect) d); 96DropShadowEffect target = ((DropShadowEffect) d); 420Type typeofThis = typeof(DropShadowEffect);