3 instantiations of 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;
10 references to BlurBitmapEffect
PresentationCore (7)
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (7)
63public new BlurBitmapEffect Clone() 65return (BlurBitmapEffect)base.Clone(); 72public new BlurBitmapEffect CloneCurrentValue() 74return (BlurBitmapEffect)base.CloneCurrentValue(); 90BlurBitmapEffect target = ((BlurBitmapEffect) d); 240Type typeofThis = typeof(BlurBitmapEffect);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
130case 38: t = () => typeof(BlurBitmapEffect); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2073typeof(System.Windows.Media.Effects.BlurBitmapEffect),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5582case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.BlurBitmapEffect); break;