3 references to PointAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
88
return new
PointAnimationUsingPath
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8505
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
PointAnimationUsingPath
(); },
System\Windows\Markup\KnownTypes.cs (1)
1458
case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.
PointAnimationUsingPath
(); break;