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