3 instantiations of MatrixAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
75return new MatrixAnimationUsingPath();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6662bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.MatrixAnimationUsingPath(); };
System\Windows\Markup\KnownTypes.cs (1)
1399case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break;
11 references to MatrixAnimationUsingPath
PresentationCore (8)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (8)
64public new MatrixAnimationUsingPath Clone() 66return (MatrixAnimationUsingPath)base.Clone(); 99typeof(MatrixAnimationUsingPath), 140typeof(MatrixAnimationUsingPath), 150/// See <seealso cref="System.Windows.Media.Animation.MatrixAnimationUsingPath.IsOffsetCumulative">PathMatrixAnimation.IsOffsetCumulative</seealso> 173typeof(MatrixAnimationUsingPath), 181/// See <seealso cref="System.Windows.Media.Animation.MatrixAnimationUsingPath.IsAngleCumulative">PathMatrixAnimation.IsAngleCumulative</seealso> 204typeof(MatrixAnimationUsingPath),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
486case 390: t = () => typeof(MatrixAnimationUsingPath); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6660typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath),
System\Windows\Markup\KnownTypes.cs (1)
5944case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath); break;