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