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