3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
170return new OuterGlowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7931DefaultConstructor = delegate () { return new System.Windows.Media.Effects.OuterGlowBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1427case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.OuterGlowBitmapEffect(); break;
16 references to OuterGlowBitmapEffect
PresentationCore (13)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (13)
37public new OuterGlowBitmapEffect Clone() 39return (OuterGlowBitmapEffect)base.Clone(); 46public new OuterGlowBitmapEffect CloneCurrentValue() 48return (OuterGlowBitmapEffect)base.CloneCurrentValue(); 64OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 71OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 78OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 85OuterGlowBitmapEffect target = ((OuterGlowBitmapEffect) d); 274Type typeofThis = typeof(OuterGlowBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
527case 433: t = () => typeof(OuterGlowBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7928typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5981case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect); break;