2 references to PointAnimation
PresentationFramework (2)
System\Windows\Markup\KnownTypes.cs (2)
1462case KnownElements.PointAnimation: o = new System.Windows.Media.Animation.PointAnimation(); break; 6022case KnownElements.PointAnimation: t = typeof(System.Windows.Media.Animation.PointAnimation); break;