3 instantiations of DoubleAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
117return new DoubleAnimationUsingPath();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4111DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DoubleAnimationUsingPath(); },
System\Windows\Markup\KnownTypes.cs (1)
1233case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.DoubleAnimationUsingPath(); break;
10 references to DoubleAnimationUsingPath
PresentationCore (7)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
52typeof(DoubleAnimationUsingPath), 78typeof(DoubleAnimationUsingPath), 106public new DoubleAnimationUsingPath Clone() 108return (DoubleAnimationUsingPath)base.Clone();
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
266angle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(pathTangent.X, pathTangent.Y); 324_accumulatingAngle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y) 325- DoubleAnimationUsingPath.CalculateAngleFromTangentVector(startTangent.X, startTangent.Y);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
266case 172: t = () => typeof(DoubleAnimationUsingPath); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4108typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath),
System\Windows\Markup\KnownTypes.cs (1)
5720case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath); break;