2 instantiations of BlurEffect
PresentationCore (2)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
61
_imageEffectEmulation = new
BlurEffect
();
System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
145
return new
BlurEffect
();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
86
private
BlurEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
34
public new
BlurEffect
Clone()
36
return (
BlurEffect
)base.Clone();
43
public new
BlurEffect
CloneCurrentValue()
45
return (
BlurEffect
)base.CloneCurrentValue();
61
BlurEffect
target = ((
BlurEffect
) d);
68
BlurEffect
target = ((
BlurEffect
) d);
75
BlurEffect
target = ((
BlurEffect
) d);
316
Type typeofThis = typeof(
BlurEffect
);