3 instantiations of BlurBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
116return new BlurBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2129DefaultConstructor = delegate () { return new System.Windows.Media.Effects.BlurBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1135case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.BlurBitmapEffect(); break;
10 references to BlurBitmapEffect
PresentationCore (7)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (7)
34public new BlurBitmapEffect Clone() 36return (BlurBitmapEffect)base.Clone(); 43public new BlurBitmapEffect CloneCurrentValue() 45return (BlurBitmapEffect)base.CloneCurrentValue(); 61BlurBitmapEffect target = ((BlurBitmapEffect) d); 210Type typeofThis = typeof(BlurBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
131case 38: t = () => typeof(BlurBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2126typeof(System.Windows.Media.Effects.BlurBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5585case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.BlurBitmapEffect); break;