3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
190return new OuterGlowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7210bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.OuterGlowBitmapEffect(); };
System\Windows\Markup\KnownTypes.cs (1)
1433case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.OuterGlowBitmapEffect(); break;
16 references to OuterGlowBitmapEffect
PresentationCore (13)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (13)
57public new OuterGlowBitmapEffect Clone() 59return (OuterGlowBitmapEffect)base.Clone(); 66public new OuterGlowBitmapEffect CloneCurrentValue() 68return (OuterGlowBitmapEffect)base.CloneCurrentValue(); 84OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 91OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 98OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 105OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 295Type typeofThis = typeof(OuterGlowBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
529case 433: t = () => typeof(OuterGlowBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7208typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5987case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect); break;