3 references to BlurBitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
145return new BlurBitmapEffect();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2075bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.BlurBitmapEffect(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1143case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.BlurBitmapEffect(); break;