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)
208return 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)
31public new DropShadowEffect Clone() 33return (DropShadowEffect)base.Clone(); 40public new DropShadowEffect CloneCurrentValue() 42return (DropShadowEffect)base.CloneCurrentValue(); 58DropShadowEffect target = ((DropShadowEffect) d); 65DropShadowEffect target = ((DropShadowEffect) d); 72DropShadowEffect target = ((DropShadowEffect) d); 79DropShadowEffect target = ((DropShadowEffect) d); 86DropShadowEffect target = ((DropShadowEffect) d); 93DropShadowEffect target = ((DropShadowEffect) d); 409Type typeofThis = typeof(DropShadowEffect);