3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
196
return new
OuterGlowBitmapEffect
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7206
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1434
case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); break;
16 references to OuterGlowBitmapEffect
PresentationCore (13)
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (13)
63
public new
OuterGlowBitmapEffect
Clone()
65
return (
OuterGlowBitmapEffect
)base.Clone();
72
public new
OuterGlowBitmapEffect
CloneCurrentValue()
74
return (
OuterGlowBitmapEffect
)base.CloneCurrentValue();
90
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
97
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
104
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
111
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
301
Type typeofThis = typeof(
OuterGlowBitmapEffect
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
525
case 433: t = () => typeof(
OuterGlowBitmapEffect
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7204
typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5977
case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
); break;