3 instantiations of BlurBitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
145
return new
BlurBitmapEffect
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2075
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BlurBitmapEffect
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1143
case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.
BlurBitmapEffect
(); break;
10 references to BlurBitmapEffect
PresentationCore (7)
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (7)
63
public new
BlurBitmapEffect
Clone()
65
return (
BlurBitmapEffect
)base.Clone();
72
public new
BlurBitmapEffect
CloneCurrentValue()
74
return (
BlurBitmapEffect
)base.CloneCurrentValue();
90
BlurBitmapEffect
target = ((
BlurBitmapEffect
) d);
240
Type typeofThis = typeof(
BlurBitmapEffect
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
130
case 38: t = () => typeof(
BlurBitmapEffect
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2073
typeof(System.Windows.Media.Effects.
BlurBitmapEffect
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5582
case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.
BlurBitmapEffect
); break;