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)
234return new DropShadowEffect();
18 references to DropShadowEffect
PresentationCore (18)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
148DropShadowEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
57public new DropShadowEffect Clone() 59return (DropShadowEffect)base.Clone(); 66public new DropShadowEffect CloneCurrentValue() 68return (DropShadowEffect)base.CloneCurrentValue(); 84DropShadowEffect target = ((DropShadowEffect) d); 91DropShadowEffect target = ((DropShadowEffect) d); 98DropShadowEffect target = ((DropShadowEffect) d); 105DropShadowEffect target = ((DropShadowEffect) d); 112DropShadowEffect target = ((DropShadowEffect) d); 119DropShadowEffect target = ((DropShadowEffect) d); 435Type typeofThis = typeof(DropShadowEffect);