3 instantiations of BitmapEffectGroup
PresentationCore (1)
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
118
return new
BitmapEffectGroup
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1954
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BitmapEffectGroup
(); };
System\Windows\Markup\KnownTypes.cs (1)
1138
case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.
BitmapEffectGroup
(); break;
13 references to BitmapEffectGroup
PresentationCore (5)
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (5)
57
public new
BitmapEffectGroup
Clone()
59
return (
BitmapEffectGroup
)base.Clone();
66
public new
BitmapEffectGroup
CloneCurrentValue()
68
return (
BitmapEffectGroup
)base.CloneCurrentValue();
222
Type typeofThis = typeof(
BitmapEffectGroup
);
PresentationFramework (8)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
124
case 28: t = () => typeof(
BitmapEffectGroup
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
1753
Type type = typeof(System.Windows.Media.Effects.
BitmapEffectGroup
);
1754
DependencyProperty dp = System.Windows.Media.Effects.
BitmapEffectGroup
.ChildrenProperty;
1756
this.GetXamlType(typeof(System.Windows.Media.Effects.
BitmapEffectGroup
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1952
typeof(System.Windows.Media.Effects.
BitmapEffectGroup
),
System\Windows\Markup\KnownTypes.cs (3)
1686
return System.Windows.Media.Effects.
BitmapEffectGroup
.ChildrenProperty;
2486
case KnownElements.BitmapEffectGroup: return (o as System.Windows.Media.Effects.
BitmapEffectGroup
).Children;
5582
case KnownElements.BitmapEffectGroup: t = typeof(System.Windows.Media.Effects.
BitmapEffectGroup
); break;