3 instantiations of DoubleAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
126return new DoubleAnimationUsingPath();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3824bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimationUsingPath(); };
System\Windows\Markup\KnownTypes.cs (1)
1239case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.DoubleAnimationUsingPath(); break;
10 references to DoubleAnimationUsingPath
PresentationCore (7)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
61typeof(DoubleAnimationUsingPath), 87typeof(DoubleAnimationUsingPath), 115public new DoubleAnimationUsingPath Clone() 117return (DoubleAnimationUsingPath)base.Clone();
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
280angle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(pathTangent.X, pathTangent.Y); 338_accumulatingAngle = DoubleAnimationUsingPath.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y) 339- DoubleAnimationUsingPath.CalculateAngleFromTangentVector(startTangent.X, startTangent.Y);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
268case 172: t = () => typeof(DoubleAnimationUsingPath); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3822typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath),
System\Windows\Markup\KnownTypes.cs (1)
5726case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath); break;