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