2 instantiations of BlurEffect
PresentationCore (2)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
61_imageEffectEmulation = new BlurEffect();
System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
145return new BlurEffect();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
86private BlurEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
34public new BlurEffect Clone() 36return (BlurEffect)base.Clone(); 43public new BlurEffect CloneCurrentValue() 45return (BlurEffect)base.CloneCurrentValue(); 61BlurEffect target = ((BlurEffect) d); 68BlurEffect target = ((BlurEffect) d); 75BlurEffect target = ((BlurEffect) d); 316Type typeofThis = typeof(BlurEffect);