3 instantiations of DoubleAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
128
return new
DoubleAnimationUsingPath
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3820
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DoubleAnimationUsingPath
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1240
case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.
DoubleAnimationUsingPath
(); break;
10 references to DoubleAnimationUsingPath
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
63
typeof(
DoubleAnimationUsingPath
),
89
typeof(
DoubleAnimationUsingPath
),
117
public new
DoubleAnimationUsingPath
Clone()
119
return (
DoubleAnimationUsingPath
)base.Clone();
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
281
angle =
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(pathTangent.X, pathTangent.Y);
339
_accumulatingAngle =
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y)
340
-
DoubleAnimationUsingPath
.CalculateAngleFromTangentVector(startTangent.X, startTangent.Y);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
264
case 172: t = () => typeof(
DoubleAnimationUsingPath
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3818
typeof(System.Windows.Media.Animation.
DoubleAnimationUsingPath
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5716
case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
DoubleAnimationUsingPath
); break;