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)
142
return new
BlurEffect
();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
87
BlurEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
31
public new
BlurEffect
Clone()
33
return (
BlurEffect
)base.Clone();
40
public new
BlurEffect
CloneCurrentValue()
42
return (
BlurEffect
)base.CloneCurrentValue();
58
BlurEffect
target = ((
BlurEffect
)d);
65
BlurEffect
target = ((
BlurEffect
)d);
72
BlurEffect
target = ((
BlurEffect
)d);
304
Type typeofThis = typeof(
BlurEffect
);