3 instantiations of OuterGlowBitmapEffect
PresentationCore (1)
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
190
return new
OuterGlowBitmapEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7210
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
OuterGlowBitmapEffect
(); };
System\Windows\Markup\KnownTypes.cs (1)
1433
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)
57
public new
OuterGlowBitmapEffect
Clone()
59
return (
OuterGlowBitmapEffect
)base.Clone();
66
public new
OuterGlowBitmapEffect
CloneCurrentValue()
68
return (
OuterGlowBitmapEffect
)base.CloneCurrentValue();
84
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
91
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
98
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
105
OuterGlowBitmapEffect
target = ((
OuterGlowBitmapEffect
) d);
295
Type typeofThis = typeof(
OuterGlowBitmapEffect
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
529
case 433: t = () => typeof(
OuterGlowBitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7208
typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5987
case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.
OuterGlowBitmapEffect
); break;