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