21 instantiations of KeySpline
PresentationCore (18)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
127
new PropertyMetadata(new
KeySpline
()));
254
new PropertyMetadata(new
KeySpline
()));
381
new PropertyMetadata(new
KeySpline
()));
508
new PropertyMetadata(new
KeySpline
()));
635
new PropertyMetadata(new
KeySpline
()));
762
new PropertyMetadata(new
KeySpline
()));
889
new PropertyMetadata(new
KeySpline
()));
1016
new PropertyMetadata(new
KeySpline
()));
1143
new PropertyMetadata(new
KeySpline
()));
1270
new PropertyMetadata(new
KeySpline
()));
1397
new PropertyMetadata(new
KeySpline
()));
1524
new PropertyMetadata(new
KeySpline
()));
1651
new PropertyMetadata(new
KeySpline
()));
1778
new PropertyMetadata(new
KeySpline
()));
1905
new PropertyMetadata(new
KeySpline
()));
2032
new PropertyMetadata(new
KeySpline
()));
System\Windows\Media\Animation\KeySpline.cs (1)
87
return new
KeySpline
();
System\Windows\Media\Animation\KeySplineConverter.cs (1)
72
return new
KeySpline
(
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6595
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
KeySpline
(); },
System\Windows\Markup\KnownTypes.cs (1)
1352
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)
66
public SplineByteKeyFrame(Byte value, KeyTime keyTime,
KeySpline
keySpline)
125
typeof(
KeySpline
),
133
public
KeySpline
KeySpline
137
return (
KeySpline
)GetValue(KeySplineProperty);
193
public SplineColorKeyFrame(Color value, KeyTime keyTime,
KeySpline
keySpline)
252
typeof(
KeySpline
),
260
public
KeySpline
KeySpline
264
return (
KeySpline
)GetValue(KeySplineProperty);
320
public SplineDecimalKeyFrame(Decimal value, KeyTime keyTime,
KeySpline
keySpline)
379
typeof(
KeySpline
),
387
public
KeySpline
KeySpline
391
return (
KeySpline
)GetValue(KeySplineProperty);
447
public SplineDoubleKeyFrame(Double value, KeyTime keyTime,
KeySpline
keySpline)
506
typeof(
KeySpline
),
514
public
KeySpline
KeySpline
518
return (
KeySpline
)GetValue(KeySplineProperty);
574
public SplineInt16KeyFrame(Int16 value, KeyTime keyTime,
KeySpline
keySpline)
633
typeof(
KeySpline
),
641
public
KeySpline
KeySpline
645
return (
KeySpline
)GetValue(KeySplineProperty);
701
public SplineInt32KeyFrame(Int32 value, KeyTime keyTime,
KeySpline
keySpline)
760
typeof(
KeySpline
),
768
public
KeySpline
KeySpline
772
return (
KeySpline
)GetValue(KeySplineProperty);
828
public SplineInt64KeyFrame(Int64 value, KeyTime keyTime,
KeySpline
keySpline)
887
typeof(
KeySpline
),
895
public
KeySpline
KeySpline
899
return (
KeySpline
)GetValue(KeySplineProperty);
955
public SplinePointKeyFrame(Point value, KeyTime keyTime,
KeySpline
keySpline)
1014
typeof(
KeySpline
),
1022
public
KeySpline
KeySpline
1026
return (
KeySpline
)GetValue(KeySplineProperty);
1082
public SplinePoint3DKeyFrame(Point3D value, KeyTime keyTime,
KeySpline
keySpline)
1141
typeof(
KeySpline
),
1149
public
KeySpline
KeySpline
1153
return (
KeySpline
)GetValue(KeySplineProperty);
1209
public SplineQuaternionKeyFrame(Quaternion value, KeyTime keyTime,
KeySpline
keySpline)
1268
typeof(
KeySpline
),
1276
public
KeySpline
KeySpline
1280
return (
KeySpline
)GetValue(KeySplineProperty);
1336
public SplineRotation3DKeyFrame(Rotation3D value, KeyTime keyTime,
KeySpline
keySpline)
1395
typeof(
KeySpline
),
1403
public
KeySpline
KeySpline
1407
return (
KeySpline
)GetValue(KeySplineProperty);
1463
public SplineRectKeyFrame(Rect value, KeyTime keyTime,
KeySpline
keySpline)
1522
typeof(
KeySpline
),
1530
public
KeySpline
KeySpline
1534
return (
KeySpline
)GetValue(KeySplineProperty);
1590
public SplineSingleKeyFrame(Single value, KeyTime keyTime,
KeySpline
keySpline)
1649
typeof(
KeySpline
),
1657
public
KeySpline
KeySpline
1661
return (
KeySpline
)GetValue(KeySplineProperty);
1717
public SplineSizeKeyFrame(Size value, KeyTime keyTime,
KeySpline
keySpline)
1776
typeof(
KeySpline
),
1784
public
KeySpline
KeySpline
1788
return (
KeySpline
)GetValue(KeySplineProperty);
1844
public SplineVectorKeyFrame(Vector value, KeyTime keyTime,
KeySpline
keySpline)
1903
typeof(
KeySpline
),
1911
public
KeySpline
KeySpline
1915
return (
KeySpline
)GetValue(KeySplineProperty);
1971
public SplineVector3DKeyFrame(Vector3D value, KeyTime keyTime,
KeySpline
keySpline)
2030
typeof(
KeySpline
),
2038
public
KeySpline
KeySpline
2042
return (
KeySpline
)GetValue(KeySplineProperty);
System\Windows\Media\Animation\KeySpline.cs (9)
96
KeySpline
sourceKeySpline = (
KeySpline
) sourceFreezable;
107
KeySpline
sourceKeySpline = (
KeySpline
) sourceFreezable;
118
KeySpline
sourceKeySpline = (
KeySpline
) sourceFreezable;
129
KeySpline
sourceKeySpline = (
KeySpline
)sourceFreezable;
403
private void CloneCommon(
KeySpline
sourceKeySpline)
System\Windows\Media\Animation\KeySplineConverter.cs (3)
94
KeySpline
keySpline = value as
KeySpline
;
100
ConstructorInfo ci = typeof(
KeySpline
).GetConstructor(new Type[]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
434
case 341: t = () => typeof(
KeySpline
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6592
typeof(System.Windows.Media.Animation.
KeySpline
),
System\Windows\Markup\KnownTypes.cs (1)
5888
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);