4 types derived from Int64KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
634
public class DiscreteInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
777
public partial class EasingInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
489
public partial class LinearInt64KeyFrame :
Int64KeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
794
public partial class SplineInt64KeyFrame :
Int64KeyFrame
36 references to Int64KeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (3)
219
Int64KeyFrame
keyFrame = child as
Int64KeyFrame
;
628
private
Int64KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (28)
24
private List<
Int64KeyFrame
> _keyFrames;
37
_keyFrames = new List<
Int64KeyFrame
>(2);
55
_keyFrames = new List<
Int64KeyFrame
>(0)
98
_keyFrames = new List<
Int64KeyFrame
>(count);
102
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
Int64KeyFrame
>(count);
123
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
Int64KeyFrame
>(count);
144
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
Int64KeyFrame
>(count);
165
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
Int64KeyFrame
[] array, int index)
274
return Add((
Int64KeyFrame
)keyFrame);
280
public int Add(
Int64KeyFrame
keyFrame)
319
return Contains((
Int64KeyFrame
)keyFrame);
325
public bool Contains(
Int64KeyFrame
keyFrame)
337
return IndexOf((
Int64KeyFrame
)keyFrame);
343
public int IndexOf(
Int64KeyFrame
keyFrame)
355
Insert(index, (
Int64KeyFrame
)keyFrame);
361
public void Insert(int index,
Int64KeyFrame
keyFrame)
404
Remove((
Int64KeyFrame
)keyFrame);
410
public void Remove(
Int64KeyFrame
keyFrame)
447
this[index] = (
Int64KeyFrame
)value;
454
public
Int64KeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1192
typeof(
Int64KeyFrame
),
1218
typeof(
Int64KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
418
case 325: t = () => typeof(
Int64KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6362
typeof(System.Windows.Media.Animation.
Int64KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5872
case KnownElements.Int64KeyFrame: t = typeof(System.Windows.Media.Animation.
Int64KeyFrame
); break;