3 instantiations of BitmapEffectGroup
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
124return new BitmapEffectGroup();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1950bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.BitmapEffectGroup(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1139case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.BitmapEffectGroup(); break;
13 references to BitmapEffectGroup
PresentationCore (5)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (5)
63public new BitmapEffectGroup Clone() 65return (BitmapEffectGroup)base.Clone(); 72public new BitmapEffectGroup CloneCurrentValue() 74return (BitmapEffectGroup)base.CloneCurrentValue(); 229Type typeofThis = typeof(BitmapEffectGroup);
PresentationFramework (8)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
120case 28: t = () => typeof(BitmapEffectGroup); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
1745Type type = typeof(System.Windows.Media.Effects.BitmapEffectGroup); 1746DependencyProperty dp = System.Windows.Media.Effects.BitmapEffectGroup.ChildrenProperty; 1748this.GetXamlType(typeof(System.Windows.Media.Effects.BitmapEffectGroup)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1948typeof(System.Windows.Media.Effects.BitmapEffectGroup),
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1687return System.Windows.Media.Effects.BitmapEffectGroup.ChildrenProperty; 2479case KnownElements.BitmapEffectGroup: return (o as System.Windows.Media.Effects.BitmapEffectGroup).Children; 5572case KnownElements.BitmapEffectGroup: t = typeof(System.Windows.Media.Effects.BitmapEffectGroup); break;