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