21 instantiations of KeySpline
PresentationCore (18)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
127new PropertyMetadata(new KeySpline())); 254new PropertyMetadata(new KeySpline())); 381new PropertyMetadata(new KeySpline())); 508new PropertyMetadata(new KeySpline())); 635new PropertyMetadata(new KeySpline())); 762new PropertyMetadata(new KeySpline())); 889new PropertyMetadata(new KeySpline())); 1016new PropertyMetadata(new KeySpline())); 1143new PropertyMetadata(new KeySpline())); 1270new PropertyMetadata(new KeySpline())); 1397new PropertyMetadata(new KeySpline())); 1524new PropertyMetadata(new KeySpline())); 1651new PropertyMetadata(new KeySpline())); 1778new PropertyMetadata(new KeySpline())); 1905new PropertyMetadata(new KeySpline())); 2032new PropertyMetadata(new KeySpline()));
System\Windows\Media\Animation\KeySpline.cs (1)
87return new KeySpline();
System\Windows\Media\Animation\KeySplineConverter.cs (1)
72return new KeySpline(
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6595DefaultConstructor = delegate () { return new System.Windows.Media.Animation.KeySpline(); },
System\Windows\Markup\KnownTypes.cs (1)
1352case KnownElements.KeySpline: o = new System.Windows.Media.Animation.KeySpline(); break;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
127new PropertyMetadata(new KeySpline()));
83 references to KeySpline
PresentationCore (76)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (64)
66public SplineByteKeyFrame(Byte value, KeyTime keyTime, KeySpline keySpline) 125typeof(KeySpline), 133public KeySpline KeySpline 137return (KeySpline)GetValue(KeySplineProperty); 193public SplineColorKeyFrame(Color value, KeyTime keyTime, KeySpline keySpline) 252typeof(KeySpline), 260public KeySpline KeySpline 264return (KeySpline)GetValue(KeySplineProperty); 320public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime, KeySpline keySpline) 379typeof(KeySpline), 387public KeySpline KeySpline 391return (KeySpline)GetValue(KeySplineProperty); 447public SplineDoubleKeyFrame(Double value, KeyTime keyTime, KeySpline keySpline) 506typeof(KeySpline), 514public KeySpline KeySpline 518return (KeySpline)GetValue(KeySplineProperty); 574public SplineInt16KeyFrame(Int16 value, KeyTime keyTime, KeySpline keySpline) 633typeof(KeySpline), 641public KeySpline KeySpline 645return (KeySpline)GetValue(KeySplineProperty); 701public SplineInt32KeyFrame(Int32 value, KeyTime keyTime, KeySpline keySpline) 760typeof(KeySpline), 768public KeySpline KeySpline 772return (KeySpline)GetValue(KeySplineProperty); 828public SplineInt64KeyFrame(Int64 value, KeyTime keyTime, KeySpline keySpline) 887typeof(KeySpline), 895public KeySpline KeySpline 899return (KeySpline)GetValue(KeySplineProperty); 955public SplinePointKeyFrame(Point value, KeyTime keyTime, KeySpline keySpline) 1014typeof(KeySpline), 1022public KeySpline KeySpline 1026return (KeySpline)GetValue(KeySplineProperty); 1082public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime, KeySpline keySpline) 1141typeof(KeySpline), 1149public KeySpline KeySpline 1153return (KeySpline)GetValue(KeySplineProperty); 1209public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime, KeySpline keySpline) 1268typeof(KeySpline), 1276public KeySpline KeySpline 1280return (KeySpline)GetValue(KeySplineProperty); 1336public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, KeySpline keySpline) 1395typeof(KeySpline), 1403public KeySpline KeySpline 1407return (KeySpline)GetValue(KeySplineProperty); 1463public SplineRectKeyFrame(Rect value, KeyTime keyTime, KeySpline keySpline) 1522typeof(KeySpline), 1530public KeySpline KeySpline 1534return (KeySpline)GetValue(KeySplineProperty); 1590public SplineSingleKeyFrame(Single value, KeyTime keyTime, KeySpline keySpline) 1649typeof(KeySpline), 1657public KeySpline KeySpline 1661return (KeySpline)GetValue(KeySplineProperty); 1717public SplineSizeKeyFrame(Size value, KeyTime keyTime, KeySpline keySpline) 1776typeof(KeySpline), 1784public KeySpline KeySpline 1788return (KeySpline)GetValue(KeySplineProperty); 1844public SplineVectorKeyFrame(Vector value, KeyTime keyTime, KeySpline keySpline) 1903typeof(KeySpline), 1911public KeySpline KeySpline 1915return (KeySpline)GetValue(KeySplineProperty); 1971public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime, KeySpline keySpline) 2030typeof(KeySpline), 2038public KeySpline KeySpline 2042return (KeySpline)GetValue(KeySplineProperty);
System\Windows\Media\Animation\KeySpline.cs (9)
96KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 107KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 118KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 129KeySpline sourceKeySpline = (KeySpline)sourceFreezable; 403private void CloneCommon(KeySpline sourceKeySpline)
System\Windows\Media\Animation\KeySplineConverter.cs (3)
94KeySpline keySpline = value as KeySpline; 100ConstructorInfo ci = typeof(KeySpline).GetConstructor(new Type[]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
434case 341: t = () => typeof(KeySpline); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6592typeof(System.Windows.Media.Animation.KeySpline),
System\Windows\Markup\KnownTypes.cs (1)
5888case KnownElements.KeySpline: t = typeof(System.Windows.Media.Animation.KeySpline); break;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
66public SplineThicknessKeyFrame(Thickness value, KeyTime keyTime, KeySpline keySpline) 125typeof(KeySpline), 133public KeySpline KeySpline 137return (KeySpline)GetValue(KeySplineProperty);