3 instantiations of DropShadowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
206return new DropShadowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3995bamlType.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)
29public new DropShadowBitmapEffect Clone() 31return (DropShadowBitmapEffect)base.Clone(); 38public new DropShadowBitmapEffect CloneCurrentValue() 40return (DropShadowBitmapEffect)base.CloneCurrentValue(); 56DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 63DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 70DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 77DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 84DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 91DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 321Type typeofThis = typeof(DropShadowBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
280case 186: t = () => typeof(DropShadowBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3993typeof(System.Windows.Media.Effects.DropShadowBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5740case KnownElements.DropShadowBitmapEffect: t = typeof(System.Windows.Media.Effects.DropShadowBitmapEffect); break;