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)
214return new DropShadowEffect();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
143DropShadowEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
37public new DropShadowEffect Clone() 39return (DropShadowEffect)base.Clone(); 46public new DropShadowEffect CloneCurrentValue() 48return (DropShadowEffect)base.CloneCurrentValue(); 64DropShadowEffect target = ((DropShadowEffect) d); 71DropShadowEffect target = ((DropShadowEffect) d); 78DropShadowEffect target = ((DropShadowEffect) d); 85DropShadowEffect target = ((DropShadowEffect) d); 92DropShadowEffect target = ((DropShadowEffect) d); 99DropShadowEffect target = ((DropShadowEffect) d); 423Type typeofThis = typeof(DropShadowEffect);