3 instantiations of DoubleAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
128return new DoubleAnimationUsingPath();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3820bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimationUsingPath(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1240case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.DoubleAnimationUsingPath(); break;
10 references to DoubleAnimationUsingPath
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
63typeof(DoubleAnimationUsingPath), 89typeof(DoubleAnimationUsingPath), 117public new DoubleAnimationUsingPath Clone() 119return (DoubleAnimationUsingPath)base.Clone();
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
281angle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(pathTangent.X, pathTangent.Y); 339_accumulatingAngle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y) 340- DoubleAnimationUsingPath.CalculateAngleFromTangentVector(startTangent.X, startTangent.Y);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
264case 172: t = () => typeof(DoubleAnimationUsingPath); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3818typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5716case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath); break;