3 instantiations of DropShadowBitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
240return new DropShadowBitmapEffect();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3993bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.DropShadowBitmapEffect(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1251case KnownElements.DropShadowBitmapEffect: o = new System.Windows.Media.Effects.DropShadowBitmapEffect(); break;
20 references to DropShadowBitmapEffect
PresentationCore (17)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (17)
63public new DropShadowBitmapEffect Clone() 65return (DropShadowBitmapEffect)base.Clone(); 72public new DropShadowBitmapEffect CloneCurrentValue() 74return (DropShadowBitmapEffect)base.CloneCurrentValue(); 90DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 97DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 104DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 111DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 118DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 125DropShadowBitmapEffect target = ((DropShadowBitmapEffect) d); 355Type typeofThis = typeof(DropShadowBitmapEffect);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
278case 186: t = () => typeof(DropShadowBitmapEffect); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3991typeof(System.Windows.Media.Effects.DropShadowBitmapEffect),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5730case KnownElements.DropShadowBitmapEffect: t = typeof(System.Windows.Media.Effects.DropShadowBitmapEffect); break;