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