3 references to KeySpline
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1360case KnownElements.KeySpline: o = new System.Windows.Media.Animation.KeySpline(); break; 3720case KnownElements.KeySpline: converterId = KnownElements.KeySplineConverter; break; 5885case KnownElements.KeySpline: t = typeof(System.Windows.Media.Animation.KeySpline); break;