21 instantiations of KeySpline
PresentationCore (18)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
134new PropertyMetadata(new KeySpline())); 267new PropertyMetadata(new KeySpline())); 400new PropertyMetadata(new KeySpline())); 533new PropertyMetadata(new KeySpline())); 666new PropertyMetadata(new KeySpline())); 799new PropertyMetadata(new KeySpline())); 932new PropertyMetadata(new KeySpline())); 1065new PropertyMetadata(new KeySpline())); 1198new PropertyMetadata(new KeySpline())); 1331new PropertyMetadata(new KeySpline())); 1464new PropertyMetadata(new KeySpline())); 1597new PropertyMetadata(new KeySpline())); 1730new PropertyMetadata(new KeySpline())); 1863new PropertyMetadata(new KeySpline())); 1996new PropertyMetadata(new KeySpline())); 2129new PropertyMetadata(new KeySpline()));
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (1)
101return new KeySpline();
Core\CSharp\System\Windows\Media\Animation\KeySplineConverter.cs (1)
86return new KeySpline(
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6027bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.KeySpline(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1360case KnownElements.KeySpline: o = new System.Windows.Media.Animation.KeySpline(); break;
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
134new PropertyMetadata(new KeySpline()));
83 references to KeySpline
PresentationCore (76)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (64)
70public SplineByteKeyFrame(Byte value, KeyTime keyTime, KeySpline keySpline) 132typeof(KeySpline), 140public KeySpline KeySpline 144return (KeySpline)GetValue(KeySplineProperty); 203public SplineColorKeyFrame(Color value, KeyTime keyTime, KeySpline keySpline) 265typeof(KeySpline), 273public KeySpline KeySpline 277return (KeySpline)GetValue(KeySplineProperty); 336public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime, KeySpline keySpline) 398typeof(KeySpline), 406public KeySpline KeySpline 410return (KeySpline)GetValue(KeySplineProperty); 469public SplineDoubleKeyFrame(Double value, KeyTime keyTime, KeySpline keySpline) 531typeof(KeySpline), 539public KeySpline KeySpline 543return (KeySpline)GetValue(KeySplineProperty); 602public SplineInt16KeyFrame(Int16 value, KeyTime keyTime, KeySpline keySpline) 664typeof(KeySpline), 672public KeySpline KeySpline 676return (KeySpline)GetValue(KeySplineProperty); 735public SplineInt32KeyFrame(Int32 value, KeyTime keyTime, KeySpline keySpline) 797typeof(KeySpline), 805public KeySpline KeySpline 809return (KeySpline)GetValue(KeySplineProperty); 868public SplineInt64KeyFrame(Int64 value, KeyTime keyTime, KeySpline keySpline) 930typeof(KeySpline), 938public KeySpline KeySpline 942return (KeySpline)GetValue(KeySplineProperty); 1001public SplinePointKeyFrame(Point value, KeyTime keyTime, KeySpline keySpline) 1063typeof(KeySpline), 1071public KeySpline KeySpline 1075return (KeySpline)GetValue(KeySplineProperty); 1134public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime, KeySpline keySpline) 1196typeof(KeySpline), 1204public KeySpline KeySpline 1208return (KeySpline)GetValue(KeySplineProperty); 1267public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime, KeySpline keySpline) 1329typeof(KeySpline), 1337public KeySpline KeySpline 1341return (KeySpline)GetValue(KeySplineProperty); 1400public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime, KeySpline keySpline) 1462typeof(KeySpline), 1470public KeySpline KeySpline 1474return (KeySpline)GetValue(KeySplineProperty); 1533public SplineRectKeyFrame(Rect value, KeyTime keyTime, KeySpline keySpline) 1595typeof(KeySpline), 1603public KeySpline KeySpline 1607return (KeySpline)GetValue(KeySplineProperty); 1666public SplineSingleKeyFrame(Single value, KeyTime keyTime, KeySpline keySpline) 1728typeof(KeySpline), 1736public KeySpline KeySpline 1740return (KeySpline)GetValue(KeySplineProperty); 1799public SplineSizeKeyFrame(Size value, KeyTime keyTime, KeySpline keySpline) 1861typeof(KeySpline), 1869public KeySpline KeySpline 1873return (KeySpline)GetValue(KeySplineProperty); 1932public SplineVectorKeyFrame(Vector value, KeyTime keyTime, KeySpline keySpline) 1994typeof(KeySpline), 2002public KeySpline KeySpline 2006return (KeySpline)GetValue(KeySplineProperty); 2065public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime, KeySpline keySpline) 2127typeof(KeySpline), 2135public KeySpline KeySpline 2139return (KeySpline)GetValue(KeySplineProperty);
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (9)
110KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 121KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 132KeySpline sourceKeySpline = (KeySpline) sourceFreezable; 143KeySpline sourceKeySpline = (KeySpline)sourceFreezable; 417private void CloneCommon(KeySpline sourceKeySpline)
Core\CSharp\System\Windows\Media\Animation\KeySplineConverter.cs (3)
113KeySpline keySpline = value as KeySpline; 119ConstructorInfo ci = typeof(KeySpline).GetConstructor(new Type[]
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
433case 341: t = () => typeof(KeySpline); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6025typeof(System.Windows.Media.Animation.KeySpline),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5885case KnownElements.KeySpline: t = typeof(System.Windows.Media.Animation.KeySpline); break;
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
70public SplineThicknessKeyFrame(Thickness value, KeyTime keyTime, KeySpline keySpline) 132typeof(KeySpline), 140public KeySpline KeySpline 144return (KeySpline)GetValue(KeySplineProperty);