3 instantiations of PointAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
103
return new
PointAnimationUsingPath
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7714
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
PointAnimationUsingPath
(); };
System\Windows\Markup\KnownTypes.cs (1)
1464
case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.
PointAnimationUsingPath
(); break;
6 references to PointAnimationUsingPath
PresentationCore (3)
System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
65
typeof(
PointAnimationUsingPath
),
92
public new
PointAnimationUsingPath
Clone()
94
return (
PointAnimationUsingPath
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
567
case 471: t = () => typeof(
PointAnimationUsingPath
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7712
typeof(System.Windows.Media.Animation.
PointAnimationUsingPath
),
System\Windows\Markup\KnownTypes.cs (1)
6025
case KnownElements.PointAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
PointAnimationUsingPath
); break;