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