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