3 instantiations of MatrixAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
60return new MatrixAnimationUsingPath();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7308DefaultConstructor = delegate () { return new System.Windows.Media.Animation.MatrixAnimationUsingPath(); },
System\Windows\Markup\KnownTypes.cs (1)
1392case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break;
9 references to MatrixAnimationUsingPath
PresentationCore (6)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (6)
49public new MatrixAnimationUsingPath Clone() 51return (MatrixAnimationUsingPath)base.Clone(); 84typeof(MatrixAnimationUsingPath), 125typeof(MatrixAnimationUsingPath), 158typeof(MatrixAnimationUsingPath), 189typeof(MatrixAnimationUsingPath),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
483case 390: t = () => typeof(MatrixAnimationUsingPath); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7305typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath),
System\Windows\Markup\KnownTypes.cs (1)
5937case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath); break;