3 references to OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
162return 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;