3 references to OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
167return new OuterGlowBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7930DefaultConstructor = delegate () { return new System.Windows.Media.Effects.OuterGlowBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1426case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.OuterGlowBitmapEffect(); break;