2 references to Point3DAnimation
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1455case KnownElements.Point3DAnimation: o = new System.Windows.Media.Animation.Point3DAnimation(); break; 6002case KnownElements.Point3DAnimation: t = typeof(System.Windows.Media.Animation.Point3DAnimation); break;