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