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