3 references to MatrixAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
76return new MatrixAnimationUsingPath();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6658bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.MatrixAnimationUsingPath(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1400case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break;