3 instantiations of SingleAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
183
return new
SingleAnimation
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8893
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SingleAnimation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1529
case KnownElements.SingleAnimation: o = new System.Windows.Media.Animation.
SingleAnimation
(); break;
8 references to SingleAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (5)
61
Type typeofThis = typeof(
SingleAnimation
);
162
public new
SingleAnimation
Clone()
164
return (
SingleAnimation
)base.Clone();
417
SingleAnimation
a = (
SingleAnimation
)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
652
case 560: t = () => typeof(
SingleAnimation
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8891
typeof(System.Windows.Media.Animation.
SingleAnimation
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6104
case KnownElements.SingleAnimation: t = typeof(System.Windows.Media.Animation.
SingleAnimation
); break;