21 instantiations of KeySpline
PresentationCore (18)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
128new PropertyMetadata(new KeySpline())); 255new PropertyMetadata(new KeySpline())); 382new PropertyMetadata(new KeySpline())); 509new PropertyMetadata(new KeySpline())); 636new PropertyMetadata(new KeySpline())); 763new PropertyMetadata(new KeySpline())); 890new PropertyMetadata(new KeySpline())); 1017new PropertyMetadata(new KeySpline())); 1144new PropertyMetadata(new KeySpline())); 1271new PropertyMetadata(new KeySpline())); 1398new PropertyMetadata(new KeySpline())); 1525new PropertyMetadata(new KeySpline())); 1652new PropertyMetadata(new KeySpline())); 1779new PropertyMetadata(new KeySpline())); 1906new PropertyMetadata(new KeySpline())); 2033new PropertyMetadata(new KeySpline()));
System\Windows\Media\Animation\KeySpline.cs (1)
99return new KeySpline();
System\Windows\Media\Animation\KeySplineConverter.cs (1)
82return new KeySpline(
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6031bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.KeySpline(); };
System\Windows\Markup\KnownTypes.cs (1)
1359case 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)
67public SplineByteKeyFrame(Byte value, KeyTime keyTime, KeySpline keySpline) 126typeof(KeySpline), 134public KeySpline KeySpline 138return (KeySpline)GetValue(KeySplineProperty); 194public SplineColorKeyFrame(Color value, KeyTime keyTime, KeySpline keySpline) 253typeof(KeySpline), 261public KeySpline KeySpline 265return (KeySpline)GetValue(KeySplineProperty); 321public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime, KeySpline keySpline) 380typeof(KeySpline), 388public KeySpline KeySpline 392return (KeySpline)GetValue(KeySplineProperty); 448public SplineDoubleKeyFrame(Double value, KeyTime keyTime, KeySpline keySpline) 507typeof(KeySpline), 515public KeySpline KeySpline 519return (KeySpline)GetValue(KeySplineProperty); 575public SplineInt16KeyFrame(Int16 value, KeyTime keyTime, KeySpline keySpline) 634typeof(KeySpline), 642public KeySpline KeySpline 646return (KeySpline)GetValue(KeySplineProperty); 702public SplineInt32KeyFrame(Int32 value, KeyTime keyTime, KeySpline keySpline) 761typeof(KeySpline), 769public KeySpline KeySpline 773return (KeySpline)GetValue(KeySplineProperty); 829public SplineInt64KeyFrame(Int64 value, KeyTime keyTime, KeySpline keySpline) 888typeof(KeySpline), 896public KeySpline KeySpline 900return (KeySpline)GetValue(KeySplineProperty); 956public SplinePointKeyFrame(Point value, KeyTime keyTime, KeySpline keySpline) 1015typeof(KeySpline), 1023public KeySpline KeySpline 1027return (KeySpline)GetValue(KeySplineProperty); 1083public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime, KeySpline keySpline) 1142typeof(KeySpline), 1150public KeySpline KeySpline 1154return (KeySpline)GetValue(KeySplineProperty); 1210public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime, KeySpline keySpline) 1269typeof(KeySpline), 1277public KeySpline KeySpline 1281return (KeySpline)GetValue(KeySplineProperty); 1337public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, KeySpline keySpline) 1396typeof(KeySpline), 1404public KeySpline KeySpline 1408return (KeySpline)GetValue(KeySplineProperty); 1464public SplineRectKeyFrame(Rect value, KeyTime keyTime, KeySpline keySpline) 1523typeof(KeySpline), 1531public KeySpline KeySpline 1535return (KeySpline)GetValue(KeySplineProperty); 1591public SplineSingleKeyFrame(Single value, KeyTime keyTime, KeySpline keySpline) 1650typeof(KeySpline), 1658public KeySpline KeySpline 1662return (KeySpline)GetValue(KeySplineProperty); 1718public SplineSizeKeyFrame(Size value, KeyTime keyTime, KeySpline keySpline) 1777typeof(KeySpline), 1785public KeySpline KeySpline 1789return (KeySpline)GetValue(KeySplineProperty); 1845public SplineVectorKeyFrame(Vector value, KeyTime keyTime, KeySpline keySpline) 1904typeof(KeySpline), 1912public KeySpline KeySpline 1916return (KeySpline)GetValue(KeySplineProperty); 1972public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime, KeySpline keySpline) 2031typeof(KeySpline), 2039public KeySpline KeySpline 2043return (KeySpline)GetValue(KeySplineProperty);
System\Windows\Media\Animation\KeySpline.cs (9)
108KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 119KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 130KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 141KeySpline sourceKeySpline = (KeySpline)sourceFreezable; 415private void CloneCommon(KeySpline sourceKeySpline)
System\Windows\Media\Animation\KeySplineConverter.cs (3)
104KeySpline keySpline = value as KeySpline; 110ConstructorInfo ci = typeof(KeySpline).GetConstructor(new Type[]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
437case 341: t = () => typeof(KeySpline); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6029typeof(System.Windows.Media.Animation.KeySpline),
System\Windows\Markup\KnownTypes.cs (1)
5895case 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);