2 instantiations of BlurEffect
PresentationCore (2)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
76
_imageEffectEmulation = new
BlurEffect
();
System\Windows\Media\Effects\Generated\BlurEffect.cs (1)
168
return new
BlurEffect
();
12 references to BlurEffect
PresentationCore (12)
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
101
BlurEffect
_imageEffectEmulation;
System\Windows\Media\Effects\Generated\BlurEffect.cs (11)
57
public new
BlurEffect
Clone()
59
return (
BlurEffect
)base.Clone();
66
public new
BlurEffect
CloneCurrentValue()
68
return (
BlurEffect
)base.CloneCurrentValue();
84
BlurEffect
target = ((
BlurEffect
)d);
91
BlurEffect
target = ((
BlurEffect
)d);
98
BlurEffect
target = ((
BlurEffect
)d);
330
Type typeofThis = typeof(
BlurEffect
);