3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
167
return new
OuterGlowBitmapEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7930
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); }
System\Windows\Markup\KnownTypes.cs (1)
1426
case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); break;
16 references to OuterGlowBitmapEffect
PresentationCore (13)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (13)
34
public new
OuterGlowBitmapEffect
Clone()
36
return (
OuterGlowBitmapEffect
)base.Clone();
43
public new
OuterGlowBitmapEffect
CloneCurrentValue()
45
return (
OuterGlowBitmapEffect
)base.CloneCurrentValue();
61
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
68
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
75
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
82
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
271
Type typeofThis = typeof(
OuterGlowBitmapEffect
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
526
case 433: t = () => typeof(
OuterGlowBitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7927
typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5980
case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
); break;