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)
174
return new
BlurEffect
();
12 references to BlurEffect
PresentationCore (12)
Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
116
BlurEffect
_imageEffectEmulation;
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
63
public new
BlurEffect
Clone()
65
return (
BlurEffect
)base.Clone();
72
public new
BlurEffect
CloneCurrentValue()
74
return (
BlurEffect
)base.CloneCurrentValue();
90
BlurEffect
target = ((
BlurEffect
) d);
97
BlurEffect
target = ((
BlurEffect
) d);
104
BlurEffect
target = ((
BlurEffect
) d);
352
Type typeofThis = typeof(
BlurEffect
);