3 instantiations of MatrixAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
76return new MatrixAnimationUsingPath();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6658bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.MatrixAnimationUsingPath(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1400case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break;
11 references to MatrixAnimationUsingPath
PresentationCore (8)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (8)
65public new MatrixAnimationUsingPath Clone() 67return (MatrixAnimationUsingPath)base.Clone(); 100typeof(MatrixAnimationUsingPath), 141typeof(MatrixAnimationUsingPath), 151/// See <seealso cref="System.Windows.Media.Animation.MatrixAnimationUsingPath.IsOffsetCumulative">PathMatrixAnimation.IsOffsetCumulative</seealso> 174typeof(MatrixAnimationUsingPath), 182/// See <seealso cref="System.Windows.Media.Animation.MatrixAnimationUsingPath.IsAngleCumulative">PathMatrixAnimation.IsAngleCumulative</seealso> 205typeof(MatrixAnimationUsingPath),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
482case 390: t = () => typeof(MatrixAnimationUsingPath); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6656typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5934case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath); break;