2 instantiations of BlurEffect
PresentationCore (2)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
62_imageEffectEmulation = new BlurEffect();
System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
142return new BlurEffect();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
87BlurEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
31public new BlurEffect Clone() 33return (BlurEffect)base.Clone(); 40public new BlurEffect CloneCurrentValue() 42return (BlurEffect)base.CloneCurrentValue(); 58BlurEffect target = ((BlurEffect)d); 65BlurEffect target = ((BlurEffect)d); 72BlurEffect target = ((BlurEffect)d); 304Type typeofThis = typeof(BlurEffect);