3 instantiations of PointAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
104
return new
PointAnimationUsingPath
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7710
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
PointAnimationUsingPath
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1465
case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.
PointAnimationUsingPath
(); break;
6 references to PointAnimationUsingPath
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
66
typeof(
PointAnimationUsingPath
),
93
public new
PointAnimationUsingPath
Clone()
95
return (
PointAnimationUsingPath
)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
563
case 471: t = () => typeof(
PointAnimationUsingPath
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7708
typeof(System.Windows.Media.Animation.
PointAnimationUsingPath
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6015
case KnownElements.PointAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
PointAnimationUsingPath
); break;