3 instantiations of DoubleAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
116
return new
DoubleAnimationUsingPath
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4110
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DoubleAnimationUsingPath
(); },
System\Windows\Markup\KnownTypes.cs (1)
1232
case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.
DoubleAnimationUsingPath
(); break;
10 references to DoubleAnimationUsingPath
PresentationCore (7)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
51
typeof(
DoubleAnimationUsingPath
),
77
typeof(
DoubleAnimationUsingPath
),
105
public new
DoubleAnimationUsingPath
Clone()
107
return (
DoubleAnimationUsingPath
)base.Clone();
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
265
angle =
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(pathTangent.X, pathTangent.Y);
323
_accumulatingAngle =
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y)
324
-
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(startTangent.X, startTangent.Y);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
265
case 172: t = () => typeof(
DoubleAnimationUsingPath
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4107
typeof(System.Windows.Media.Animation.
DoubleAnimationUsingPath
),
System\Windows\Markup\KnownTypes.cs (1)
5719
case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
DoubleAnimationUsingPath
); break;