3 references to PointAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
104return new PointAnimationUsingPath();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7710bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.PointAnimationUsingPath(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1465case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.PointAnimationUsingPath(); break;