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