6 instantiations of KeyTime
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (4)
41
KeyTime keyTime = new
KeyTime
();
60
KeyTime keyTime = new
KeyTime
();
76
KeyTime keyTime = new
KeyTime
();
91
KeyTime keyTime = new
KeyTime
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6052
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
KeyTime
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1362
case KnownElements.KeyTime: o = new System.Windows.Media.Animation.
KeyTime
(); break;
306 references to KeyTime
PresentationCore (285)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (2)
583
KeyTime
keyTime = _keyFrames[index].KeyTime;
667
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (2)
583
KeyTime
keyTime = _keyFrames[index].KeyTime;
667
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (21)
60
public DiscreteBooleanKeyFrame(Boolean value,
KeyTime
keyTime)
136
public DiscreteByteKeyFrame(Byte value,
KeyTime
keyTime)
212
public DiscreteCharKeyFrame(Char value,
KeyTime
keyTime)
288
public DiscreteColorKeyFrame(Color value,
KeyTime
keyTime)
364
public DiscreteDecimalKeyFrame(Decimal value,
KeyTime
keyTime)
440
public DiscreteDoubleKeyFrame(Double value,
KeyTime
keyTime)
516
public DiscreteInt16KeyFrame(Int16 value,
KeyTime
keyTime)
592
public DiscreteInt32KeyFrame(Int32 value,
KeyTime
keyTime)
668
public DiscreteInt64KeyFrame(Int64 value,
KeyTime
keyTime)
744
public DiscreteMatrixKeyFrame(Matrix value,
KeyTime
keyTime)
820
public DiscreteObjectKeyFrame(Object value,
KeyTime
keyTime)
896
public DiscretePointKeyFrame(Point value,
KeyTime
keyTime)
972
public DiscretePoint3DKeyFrame(Point3D value,
KeyTime
keyTime)
1048
public DiscreteQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime)
1124
public DiscreteRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime)
1200
public DiscreteRectKeyFrame(Rect value,
KeyTime
keyTime)
1276
public DiscreteSingleKeyFrame(Single value,
KeyTime
keyTime)
1352
public DiscreteSizeKeyFrame(Size value,
KeyTime
keyTime)
1428
public DiscreteStringKeyFrame(String value,
KeyTime
keyTime)
1504
public DiscreteVectorKeyFrame(Vector value,
KeyTime
keyTime)
1580
public DiscreteVector3DKeyFrame(Vector3D value,
KeyTime
keyTime)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (32)
60
public EasingByteKeyFrame(Byte value,
KeyTime
keyTime)
70
public EasingByteKeyFrame(Byte value,
KeyTime
keyTime, IEasingFunction easingFunction)
185
public EasingColorKeyFrame(Color value,
KeyTime
keyTime)
195
public EasingColorKeyFrame(Color value,
KeyTime
keyTime, IEasingFunction easingFunction)
310
public EasingDecimalKeyFrame(Decimal value,
KeyTime
keyTime)
320
public EasingDecimalKeyFrame(Decimal value,
KeyTime
keyTime, IEasingFunction easingFunction)
435
public EasingDoubleKeyFrame(Double value,
KeyTime
keyTime)
445
public EasingDoubleKeyFrame(Double value,
KeyTime
keyTime, IEasingFunction easingFunction)
560
public EasingInt16KeyFrame(Int16 value,
KeyTime
keyTime)
570
public EasingInt16KeyFrame(Int16 value,
KeyTime
keyTime, IEasingFunction easingFunction)
685
public EasingInt32KeyFrame(Int32 value,
KeyTime
keyTime)
695
public EasingInt32KeyFrame(Int32 value,
KeyTime
keyTime, IEasingFunction easingFunction)
810
public EasingInt64KeyFrame(Int64 value,
KeyTime
keyTime)
820
public EasingInt64KeyFrame(Int64 value,
KeyTime
keyTime, IEasingFunction easingFunction)
935
public EasingPointKeyFrame(Point value,
KeyTime
keyTime)
945
public EasingPointKeyFrame(Point value,
KeyTime
keyTime, IEasingFunction easingFunction)
1060
public EasingPoint3DKeyFrame(Point3D value,
KeyTime
keyTime)
1070
public EasingPoint3DKeyFrame(Point3D value,
KeyTime
keyTime, IEasingFunction easingFunction)
1185
public EasingQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime)
1195
public EasingQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime, IEasingFunction easingFunction)
1310
public EasingRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime)
1320
public EasingRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime, IEasingFunction easingFunction)
1435
public EasingRectKeyFrame(Rect value,
KeyTime
keyTime)
1445
public EasingRectKeyFrame(Rect value,
KeyTime
keyTime, IEasingFunction easingFunction)
1560
public EasingSingleKeyFrame(Single value,
KeyTime
keyTime)
1570
public EasingSingleKeyFrame(Single value,
KeyTime
keyTime, IEasingFunction easingFunction)
1685
public EasingSizeKeyFrame(Size value,
KeyTime
keyTime)
1695
public EasingSizeKeyFrame(Size value,
KeyTime
keyTime, IEasingFunction easingFunction)
1810
public EasingVectorKeyFrame(Vector value,
KeyTime
keyTime)
1820
public EasingVectorKeyFrame(Vector value,
KeyTime
keyTime, IEasingFunction easingFunction)
1935
public EasingVector3DKeyFrame(Vector3D value,
KeyTime
keyTime)
1945
public EasingVector3DKeyFrame(Vector3D value,
KeyTime
keyTime, IEasingFunction easingFunction)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (105)
57
protected BooleanKeyFrame(Boolean value,
KeyTime
keyTime)
74
typeof(
KeyTime
),
76
new PropertyMetadata(
KeyTime
.Uniform));
82
public
KeyTime
KeyTime
86
return (
KeyTime
)GetValue(KeyTimeProperty);
201
protected ByteKeyFrame(Byte value,
KeyTime
keyTime)
218
typeof(
KeyTime
),
220
new PropertyMetadata(
KeyTime
.Uniform));
226
public
KeyTime
KeyTime
230
return (
KeyTime
)GetValue(KeyTimeProperty);
345
protected CharKeyFrame(Char value,
KeyTime
keyTime)
362
typeof(
KeyTime
),
364
new PropertyMetadata(
KeyTime
.Uniform));
370
public
KeyTime
KeyTime
374
return (
KeyTime
)GetValue(KeyTimeProperty);
489
protected ColorKeyFrame(Color value,
KeyTime
keyTime)
506
typeof(
KeyTime
),
508
new PropertyMetadata(
KeyTime
.Uniform));
514
public
KeyTime
KeyTime
518
return (
KeyTime
)GetValue(KeyTimeProperty);
633
protected DecimalKeyFrame(Decimal value,
KeyTime
keyTime)
650
typeof(
KeyTime
),
652
new PropertyMetadata(
KeyTime
.Uniform));
658
public
KeyTime
KeyTime
662
return (
KeyTime
)GetValue(KeyTimeProperty);
777
protected DoubleKeyFrame(Double value,
KeyTime
keyTime)
794
typeof(
KeyTime
),
796
new PropertyMetadata(
KeyTime
.Uniform));
802
public
KeyTime
KeyTime
806
return (
KeyTime
)GetValue(KeyTimeProperty);
921
protected Int16KeyFrame(Int16 value,
KeyTime
keyTime)
938
typeof(
KeyTime
),
940
new PropertyMetadata(
KeyTime
.Uniform));
946
public
KeyTime
KeyTime
950
return (
KeyTime
)GetValue(KeyTimeProperty);
1065
protected Int32KeyFrame(Int32 value,
KeyTime
keyTime)
1082
typeof(
KeyTime
),
1084
new PropertyMetadata(
KeyTime
.Uniform));
1090
public
KeyTime
KeyTime
1094
return (
KeyTime
)GetValue(KeyTimeProperty);
1209
protected Int64KeyFrame(Int64 value,
KeyTime
keyTime)
1226
typeof(
KeyTime
),
1228
new PropertyMetadata(
KeyTime
.Uniform));
1234
public
KeyTime
KeyTime
1238
return (
KeyTime
)GetValue(KeyTimeProperty);
1353
protected MatrixKeyFrame(Matrix value,
KeyTime
keyTime)
1370
typeof(
KeyTime
),
1372
new PropertyMetadata(
KeyTime
.Uniform));
1378
public
KeyTime
KeyTime
1382
return (
KeyTime
)GetValue(KeyTimeProperty);
1497
protected ObjectKeyFrame(Object value,
KeyTime
keyTime)
1514
typeof(
KeyTime
),
1516
new PropertyMetadata(
KeyTime
.Uniform));
1522
public
KeyTime
KeyTime
1526
return (
KeyTime
)GetValue(KeyTimeProperty);
1641
protected PointKeyFrame(Point value,
KeyTime
keyTime)
1658
typeof(
KeyTime
),
1660
new PropertyMetadata(
KeyTime
.Uniform));
1666
public
KeyTime
KeyTime
1670
return (
KeyTime
)GetValue(KeyTimeProperty);
1785
protected Point3DKeyFrame(Point3D value,
KeyTime
keyTime)
1802
typeof(
KeyTime
),
1804
new PropertyMetadata(
KeyTime
.Uniform));
1810
public
KeyTime
KeyTime
1814
return (
KeyTime
)GetValue(KeyTimeProperty);
1929
protected QuaternionKeyFrame(Quaternion value,
KeyTime
keyTime)
1946
typeof(
KeyTime
),
1948
new PropertyMetadata(
KeyTime
.Uniform));
1954
public
KeyTime
KeyTime
1958
return (
KeyTime
)GetValue(KeyTimeProperty);
2073
protected Rotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime)
2090
typeof(
KeyTime
),
2092
new PropertyMetadata(
KeyTime
.Uniform));
2098
public
KeyTime
KeyTime
2102
return (
KeyTime
)GetValue(KeyTimeProperty);
2217
protected RectKeyFrame(Rect value,
KeyTime
keyTime)
2234
typeof(
KeyTime
),
2236
new PropertyMetadata(
KeyTime
.Uniform));
2242
public
KeyTime
KeyTime
2246
return (
KeyTime
)GetValue(KeyTimeProperty);
2361
protected SingleKeyFrame(Single value,
KeyTime
keyTime)
2378
typeof(
KeyTime
),
2380
new PropertyMetadata(
KeyTime
.Uniform));
2386
public
KeyTime
KeyTime
2390
return (
KeyTime
)GetValue(KeyTimeProperty);
2505
protected SizeKeyFrame(Size value,
KeyTime
keyTime)
2522
typeof(
KeyTime
),
2524
new PropertyMetadata(
KeyTime
.Uniform));
2530
public
KeyTime
KeyTime
2534
return (
KeyTime
)GetValue(KeyTimeProperty);
2649
protected StringKeyFrame(String value,
KeyTime
keyTime)
2666
typeof(
KeyTime
),
2668
new PropertyMetadata(
KeyTime
.Uniform));
2674
public
KeyTime
KeyTime
2678
return (
KeyTime
)GetValue(KeyTimeProperty);
2793
protected VectorKeyFrame(Vector value,
KeyTime
keyTime)
2810
typeof(
KeyTime
),
2812
new PropertyMetadata(
KeyTime
.Uniform));
2818
public
KeyTime
KeyTime
2822
return (
KeyTime
)GetValue(KeyTimeProperty);
2937
protected Vector3DKeyFrame(Vector3D value,
KeyTime
keyTime)
2954
typeof(
KeyTime
),
2956
new PropertyMetadata(
KeyTime
.Uniform));
2962
public
KeyTime
KeyTime
2966
return (
KeyTime
)GetValue(KeyTimeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (16)
59
public LinearByteKeyFrame(Byte value,
KeyTime
keyTime)
136
public LinearColorKeyFrame(Color value,
KeyTime
keyTime)
213
public LinearDecimalKeyFrame(Decimal value,
KeyTime
keyTime)
290
public LinearDoubleKeyFrame(Double value,
KeyTime
keyTime)
367
public LinearInt16KeyFrame(Int16 value,
KeyTime
keyTime)
444
public LinearInt32KeyFrame(Int32 value,
KeyTime
keyTime)
521
public LinearInt64KeyFrame(Int64 value,
KeyTime
keyTime)
598
public LinearPointKeyFrame(Point value,
KeyTime
keyTime)
675
public LinearPoint3DKeyFrame(Point3D value,
KeyTime
keyTime)
752
public LinearQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime)
829
public LinearRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime)
906
public LinearRectKeyFrame(Rect value,
KeyTime
keyTime)
983
public LinearSingleKeyFrame(Single value,
KeyTime
keyTime)
1060
public LinearSizeKeyFrame(Size value,
KeyTime
keyTime)
1137
public LinearVectorKeyFrame(Vector value,
KeyTime
keyTime)
1214
public LinearVector3DKeyFrame(Vector3D value,
KeyTime
keyTime)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (2)
583
KeyTime
keyTime = _keyFrames[index].KeyTime;
667
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (2)
583
KeyTime
keyTime = _keyFrames[index].KeyTime;
667
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (32)
60
public SplineByteKeyFrame(Byte value,
KeyTime
keyTime)
70
public SplineByteKeyFrame(Byte value,
KeyTime
keyTime, KeySpline keySpline)
193
public SplineColorKeyFrame(Color value,
KeyTime
keyTime)
203
public SplineColorKeyFrame(Color value,
KeyTime
keyTime, KeySpline keySpline)
326
public SplineDecimalKeyFrame(Decimal value,
KeyTime
keyTime)
336
public SplineDecimalKeyFrame(Decimal value,
KeyTime
keyTime, KeySpline keySpline)
459
public SplineDoubleKeyFrame(Double value,
KeyTime
keyTime)
469
public SplineDoubleKeyFrame(Double value,
KeyTime
keyTime, KeySpline keySpline)
592
public SplineInt16KeyFrame(Int16 value,
KeyTime
keyTime)
602
public SplineInt16KeyFrame(Int16 value,
KeyTime
keyTime, KeySpline keySpline)
725
public SplineInt32KeyFrame(Int32 value,
KeyTime
keyTime)
735
public SplineInt32KeyFrame(Int32 value,
KeyTime
keyTime, KeySpline keySpline)
858
public SplineInt64KeyFrame(Int64 value,
KeyTime
keyTime)
868
public SplineInt64KeyFrame(Int64 value,
KeyTime
keyTime, KeySpline keySpline)
991
public SplinePointKeyFrame(Point value,
KeyTime
keyTime)
1001
public SplinePointKeyFrame(Point value,
KeyTime
keyTime, KeySpline keySpline)
1124
public SplinePoint3DKeyFrame(Point3D value,
KeyTime
keyTime)
1134
public SplinePoint3DKeyFrame(Point3D value,
KeyTime
keyTime, KeySpline keySpline)
1257
public SplineQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime)
1267
public SplineQuaternionKeyFrame(Quaternion value,
KeyTime
keyTime, KeySpline keySpline)
1390
public SplineRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime)
1400
public SplineRotation3DKeyFrame(Rotation3D value,
KeyTime
keyTime, KeySpline keySpline)
1523
public SplineRectKeyFrame(Rect value,
KeyTime
keyTime)
1533
public SplineRectKeyFrame(Rect value,
KeyTime
keyTime, KeySpline keySpline)
1656
public SplineSingleKeyFrame(Single value,
KeyTime
keyTime)
1666
public SplineSingleKeyFrame(Single value,
KeyTime
keyTime, KeySpline keySpline)
1789
public SplineSizeKeyFrame(Size value,
KeyTime
keyTime)
1799
public SplineSizeKeyFrame(Size value,
KeyTime
keyTime, KeySpline keySpline)
1922
public SplineVectorKeyFrame(Vector value,
KeyTime
keyTime)
1932
public SplineVectorKeyFrame(Vector value,
KeyTime
keyTime, KeySpline keySpline)
2055
public SplineVector3DKeyFrame(Vector3D value,
KeyTime
keyTime)
2065
public SplineVector3DKeyFrame(Vector3D value,
KeyTime
keyTime, KeySpline keySpline)
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (2)
583
KeyTime
keyTime = _keyFrames[index].KeyTime;
667
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
Core\CSharp\System\Windows\Media\Animation\IKeyFrame.cs (1)
15
KeyTime
KeyTime { get; set; }
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (23)
21
public struct KeyTime : IEquatable<
KeyTime
>
34
public static
KeyTime
FromPercent(double percent)
41
KeyTime
keyTime = new KeyTime();
53
public static
KeyTime
FromTimeSpan(TimeSpan timeSpan)
60
KeyTime
keyTime = new KeyTime();
72
public static
KeyTime
Uniform
76
KeyTime
keyTime = new KeyTime();
87
public static
KeyTime
Paced
91
KeyTime
keyTime = new KeyTime();
105
public static bool Equals(
KeyTime
keyTime1,
KeyTime
keyTime2)
143
public static bool operator ==(
KeyTime
keyTime1,
KeyTime
keyTime2)
145
return
KeyTime
.Equals(keyTime1, keyTime2);
151
public static bool operator !=(
KeyTime
keyTime1,
KeyTime
keyTime2)
153
return !
KeyTime
.Equals(keyTime1, keyTime2);
163
public bool Equals(
KeyTime
value)
165
return
KeyTime
.Equals(this, value);
178
|| !(value is
KeyTime
))
183
return this == (
KeyTime
)value;
223
public static implicit operator
KeyTime
(TimeSpan timeSpan)
225
return
KeyTime
.FromTimeSpan(timeSpan);
Core\CSharp\System\Windows\Media\Animation\KeyTimeConverter.cs (13)
86
return
KeyTime
.Uniform;
90
return
KeyTime
.Paced;
104
return
KeyTime
.FromPercent(0.0);
108
return
KeyTime
.FromPercent(1.0);
112
return
KeyTime
.FromPercent(doubleValue / 100.0);
123
return
KeyTime
.FromTimeSpan(timeSpanValue);
148
&& value is
KeyTime
)
150
KeyTime
keyTime = (
KeyTime
)value;
160
mi = typeof(
KeyTime
).GetMethod("FromPercent", new Type[] { typeof(double) });
166
mi = typeof(
KeyTime
).GetMethod("FromTimeSpan", new Type[] { typeof(TimeSpan) });
172
mi = typeof(
KeyTime
).GetProperty("Uniform");
178
mi = typeof(
KeyTime
).GetProperty("Paced");
PresentationFramework (18)
src\Framework\System\windows\Documents\CaretElement.cs (2)
919
blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(1,
KeyTime
.FromPercent(0.0)));
920
blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(0,
KeyTime
.FromPercent(0.5)));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
435
case 343: t = () => typeof(
KeyTime
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6050
typeof(System.Windows.Media.Animation.
KeyTime
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5887
case KnownElements.KeyTime: t = typeof(System.Windows.Media.Animation.
KeyTime
); break;
src\Framework\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
60
public DiscreteThicknessKeyFrame(Thickness value,
KeyTime
keyTime)
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
60
public EasingThicknessKeyFrame(Thickness value,
KeyTime
keyTime)
70
public EasingThicknessKeyFrame(Thickness value,
KeyTime
keyTime, IEasingFunction easingFunction)
src\Framework\System\Windows\Media\Animation\Generated\KeyFrames.cs (5)
57
protected ThicknessKeyFrame(Thickness value,
KeyTime
keyTime)
74
typeof(
KeyTime
),
76
new PropertyMetadata(
KeyTime
.Uniform));
82
public
KeyTime
KeyTime
86
return (
KeyTime
)GetValue(KeyTimeProperty);
src\Framework\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
59
public LinearThicknessKeyFrame(Thickness value,
KeyTime
keyTime)
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
60
public SplineThicknessKeyFrame(Thickness value,
KeyTime
keyTime)
70
public SplineThicknessKeyFrame(Thickness value,
KeyTime
keyTime, KeySpline keySpline)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (2)
675
KeyTime
keyTime = _keyFrames[index].KeyTime;
759
KeyTime
keyTime = _keyFrames[index].KeyTime;
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x,
KeyTime
.Uniform));
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x,
KeyTime
.Uniform));
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
133
animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x,
KeyTime
.Uniform));