3 references to 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;