4 types derived from Int64KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
633
public class DiscreteInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
776
public partial class EasingInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
488
public partial class LinearInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
788
public partial class SplineInt64KeyFrame :
Int64KeyFrame
36 references to Int64KeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (3)
215
Int64KeyFrame
keyFrame = child as
Int64KeyFrame
;
624
private
Int64KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (28)
25
private List<
Int64KeyFrame
> _keyFrames;
38
_keyFrames = new List<
Int64KeyFrame
>(2);
56
_keyFrames = new List<
Int64KeyFrame
>(0)
99
_keyFrames = new List<
Int64KeyFrame
>(count);
103
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].Clone();
120
_keyFrames = new List<
Int64KeyFrame
>(count);
124
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
141
_keyFrames = new List<
Int64KeyFrame
>(count);
145
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
162
_keyFrames = new List<
Int64KeyFrame
>(count);
166
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
259
public void CopyTo(
Int64KeyFrame
[] array, int index)
275
return Add((
Int64KeyFrame
)keyFrame);
281
public int Add(
Int64KeyFrame
keyFrame)
320
return Contains((
Int64KeyFrame
)keyFrame);
326
public bool Contains(
Int64KeyFrame
keyFrame)
338
return IndexOf((
Int64KeyFrame
)keyFrame);
344
public int IndexOf(
Int64KeyFrame
keyFrame)
356
Insert(index, (
Int64KeyFrame
)keyFrame);
362
public void Insert(int index,
Int64KeyFrame
keyFrame)
405
Remove((
Int64KeyFrame
)keyFrame);
411
public void Remove(
Int64KeyFrame
keyFrame)
448
this[index] = (
Int64KeyFrame
)value;
455
public
Int64KeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1191
typeof(
Int64KeyFrame
),
1217
typeof(
Int64KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
419
case 325: t = () => typeof(
Int64KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6363
typeof(System.Windows.Media.Animation.
Int64KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5873
case KnownElements.Int64KeyFrame: t = typeof(System.Windows.Media.Animation.
Int64KeyFrame
); break;