2 instantiations of BlurEffect
PresentationCore (2)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
76_imageEffectEmulation = new BlurEffect();
System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
168return new BlurEffect();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
101BlurEffect _imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
57public new BlurEffect Clone() 59return (BlurEffect)base.Clone(); 66public new BlurEffect CloneCurrentValue() 68return (BlurEffect)base.CloneCurrentValue(); 84BlurEffect target = ((BlurEffect)d); 91BlurEffect target = ((BlurEffect)d); 98BlurEffect target = ((BlurEffect)d); 330Type typeofThis = typeof(BlurEffect);