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