3 instantiations of BlurBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
139
return new
BlurBitmapEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2079
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BlurBitmapEffect
(); };
System\Windows\Markup\KnownTypes.cs (1)
1142
case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.
BlurBitmapEffect
(); break;
10 references to BlurBitmapEffect
PresentationCore (7)
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (7)
57
public new
BlurBitmapEffect
Clone()
59
return (
BlurBitmapEffect
)base.Clone();
66
public new
BlurBitmapEffect
CloneCurrentValue()
68
return (
BlurBitmapEffect
)base.CloneCurrentValue();
84
BlurBitmapEffect
target = ((
BlurBitmapEffect
) d);
233
Type typeofThis = typeof(
BlurBitmapEffect
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
134
case 38: t = () => typeof(
BlurBitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2077
typeof(System.Windows.Media.Effects.
BlurBitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5592
case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.
BlurBitmapEffect
); break;