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)
148
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)
37
public new
BlurEffect
Clone()
39
return (
BlurEffect
)base.Clone();
46
public new
BlurEffect
CloneCurrentValue()
48
return (
BlurEffect
)base.CloneCurrentValue();
64
BlurEffect
target = ((
BlurEffect
) d);
71
BlurEffect
target = ((
BlurEffect
) d);
78
BlurEffect
target = ((
BlurEffect
) d);
319
Type typeofThis = typeof(
BlurEffect
);