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