3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
162
return new
OuterGlowBitmapEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7931
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); }
System\Windows\Markup\KnownTypes.cs (1)
1427
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)
29
public new
OuterGlowBitmapEffect
Clone()
31
return (
OuterGlowBitmapEffect
)base.Clone();
38
public new
OuterGlowBitmapEffect
CloneCurrentValue()
40
return (
OuterGlowBitmapEffect
)base.CloneCurrentValue();
56
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
63
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
70
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
77
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
267
Type typeofThis = typeof(
OuterGlowBitmapEffect
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
527
case 433: t = () => typeof(
OuterGlowBitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7928
typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5981
case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
); break;