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