2 instantiations of BlurEffect
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
91_imageEffectEmulation = new BlurEffect();
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
174return new BlurEffect();
12 references to BlurEffect
PresentationCore (12)
Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
116BlurEffect _imageEffectEmulation;
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
63public new BlurEffect Clone() 65return (BlurEffect)base.Clone(); 72public new BlurEffect CloneCurrentValue() 74return (BlurEffect)base.CloneCurrentValue(); 90BlurEffect target = ((BlurEffect) d); 97BlurEffect target = ((BlurEffect) d); 104BlurEffect target = ((BlurEffect) d); 352Type typeofThis = typeof(BlurEffect);