3 instantiations of DropShadowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
234return new DropShadowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3997bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.DropShadowBitmapEffect(); };
System\Windows\Markup\KnownTypes.cs (1)
1250case KnownElements.DropShadowBitmapEffect: o = new System.Windows.Media.Effects.DropShadowBitmapEffect(); break;
20 references to DropShadowBitmapEffect
PresentationCore (17)
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (17)
57public new DropShadowBitmapEffect Clone() 59return (DropShadowBitmapEffect)base.Clone(); 66public new DropShadowBitmapEffect CloneCurrentValue() 68return (DropShadowBitmapEffect)base.CloneCurrentValue(); 84DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 91DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 98DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 105DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 112DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 119DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 349Type typeofThis = typeof(DropShadowBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
282case 186: t = () => typeof(DropShadowBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3995typeof(System.Windows.Media.Effects.DropShadowBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5740case KnownElements.DropShadowBitmapEffect: t = typeof(System.Windows.Media.Effects.DropShadowBitmapEffect); break;