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)
148return 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)
37public new BlurEffect Clone() 39return (BlurEffect)base.Clone(); 46public new BlurEffect CloneCurrentValue() 48return (BlurEffect)base.CloneCurrentValue(); 64BlurEffect target = ((BlurEffect) d); 71BlurEffect target = ((BlurEffect) d); 78BlurEffect target = ((BlurEffect) d); 319Type typeofThis = typeof(BlurEffect);