3 references to MatrixAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
61return new MatrixAnimationUsingPath();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7309DefaultConstructor = delegate () { return new System.Windows.Media.Animation.MatrixAnimationUsingPath(); },
System\Windows\Markup\KnownTypes.cs (1)
1393case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break;