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