21 instantiations of KeySpline
PresentationCore (18)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
121new PropertyMetadata(new KeySpline())); 248new PropertyMetadata(new KeySpline())); 375new PropertyMetadata(new KeySpline())); 502new PropertyMetadata(new KeySpline())); 629new PropertyMetadata(new KeySpline())); 756new PropertyMetadata(new KeySpline())); 883new PropertyMetadata(new KeySpline())); 1010new PropertyMetadata(new KeySpline())); 1137new PropertyMetadata(new KeySpline())); 1264new PropertyMetadata(new KeySpline())); 1391new PropertyMetadata(new KeySpline())); 1518new PropertyMetadata(new KeySpline())); 1645new PropertyMetadata(new KeySpline())); 1772new PropertyMetadata(new KeySpline())); 1899new PropertyMetadata(new KeySpline())); 2026new PropertyMetadata(new KeySpline()));
System\Windows\Media\Animation\KeySpline.cs (1)
91return new KeySpline();
System\Windows\Media\Animation\KeySplineConverter.cs (1)
76return new KeySpline(
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6029bamlType.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)
118new PropertyMetadata(new KeySpline()));
83 references to KeySpline
PresentationCore (76)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (64)
60public SplineByteKeyFrame(Byte value, KeyTime keyTime, KeySpline keySpline) 119typeof(KeySpline), 127public KeySpline KeySpline 131return (KeySpline)GetValue(KeySplineProperty); 187public SplineColorKeyFrame(Color value, KeyTime keyTime, KeySpline keySpline) 246typeof(KeySpline), 254public KeySpline KeySpline 258return (KeySpline)GetValue(KeySplineProperty); 314public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime, KeySpline keySpline) 373typeof(KeySpline), 381public KeySpline KeySpline 385return (KeySpline)GetValue(KeySplineProperty); 441public SplineDoubleKeyFrame(Double value, KeyTime keyTime, KeySpline keySpline) 500typeof(KeySpline), 508public KeySpline KeySpline 512return (KeySpline)GetValue(KeySplineProperty); 568public SplineInt16KeyFrame(Int16 value, KeyTime keyTime, KeySpline keySpline) 627typeof(KeySpline), 635public KeySpline KeySpline 639return (KeySpline)GetValue(KeySplineProperty); 695public SplineInt32KeyFrame(Int32 value, KeyTime keyTime, KeySpline keySpline) 754typeof(KeySpline), 762public KeySpline KeySpline 766return (KeySpline)GetValue(KeySplineProperty); 822public SplineInt64KeyFrame(Int64 value, KeyTime keyTime, KeySpline keySpline) 881typeof(KeySpline), 889public KeySpline KeySpline 893return (KeySpline)GetValue(KeySplineProperty); 949public SplinePointKeyFrame(Point value, KeyTime keyTime, KeySpline keySpline) 1008typeof(KeySpline), 1016public KeySpline KeySpline 1020return (KeySpline)GetValue(KeySplineProperty); 1076public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime, KeySpline keySpline) 1135typeof(KeySpline), 1143public KeySpline KeySpline 1147return (KeySpline)GetValue(KeySplineProperty); 1203public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime, KeySpline keySpline) 1262typeof(KeySpline), 1270public KeySpline KeySpline 1274return (KeySpline)GetValue(KeySplineProperty); 1330public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, KeySpline keySpline) 1389typeof(KeySpline), 1397public KeySpline KeySpline 1401return (KeySpline)GetValue(KeySplineProperty); 1457public SplineRectKeyFrame(Rect value, KeyTime keyTime, KeySpline keySpline) 1516typeof(KeySpline), 1524public KeySpline KeySpline 1528return (KeySpline)GetValue(KeySplineProperty); 1584public SplineSingleKeyFrame(Single value, KeyTime keyTime, KeySpline keySpline) 1643typeof(KeySpline), 1651public KeySpline KeySpline 1655return (KeySpline)GetValue(KeySplineProperty); 1711public SplineSizeKeyFrame(Size value, KeyTime keyTime, KeySpline keySpline) 1770typeof(KeySpline), 1778public KeySpline KeySpline 1782return (KeySpline)GetValue(KeySplineProperty); 1838public SplineVectorKeyFrame(Vector value, KeyTime keyTime, KeySpline keySpline) 1897typeof(KeySpline), 1905public KeySpline KeySpline 1909return (KeySpline)GetValue(KeySplineProperty); 1965public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime, KeySpline keySpline) 2024typeof(KeySpline), 2032public KeySpline KeySpline 2036return (KeySpline)GetValue(KeySplineProperty);
System\Windows\Media\Animation\KeySpline.cs (9)
100KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 111KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 122KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 133KeySpline sourceKeySpline = (KeySpline)sourceFreezable; 407private void CloneCommon(KeySpline sourceKeySpline)
System\Windows\Media\Animation\KeySplineConverter.cs (3)
98KeySpline keySpline = value as KeySpline; 104ConstructorInfo ci = typeof(KeySpline).GetConstructor(new Type[]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
435case 341: t = () => typeof(KeySpline); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6027typeof(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)
57public SplineThicknessKeyFrame(Thickness value, KeyTime keyTime, KeySpline keySpline) 116typeof(KeySpline), 124public KeySpline KeySpline 128return (KeySpline)GetValue(KeySplineProperty);