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