3 instantiations of BlurBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
119return new BlurBitmapEffect();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2130DefaultConstructor = delegate () { return new System.Windows.Media.Effects.BlurBitmapEffect(); }
System\Windows\Markup\KnownTypes.cs (1)
1136case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.BlurBitmapEffect(); break;
10 references to BlurBitmapEffect
PresentationCore (7)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (7)
37public new BlurBitmapEffect Clone() 39return (BlurBitmapEffect)base.Clone(); 46public new BlurBitmapEffect CloneCurrentValue() 48return (BlurBitmapEffect)base.CloneCurrentValue(); 64BlurBitmapEffect target = ((BlurBitmapEffect) d); 213Type typeofThis = typeof(BlurBitmapEffect);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
132case 38: t = () => typeof(BlurBitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2127typeof(System.Windows.Media.Effects.BlurBitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5586case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.BlurBitmapEffect); break;