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