4 types derived from Int64KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
645
public class DiscreteInt64KeyFrame :
Int64KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
786
public partial class EasingInt64KeyFrame :
Int64KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
498
public partial class LinearInt64KeyFrame :
Int64KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
834
public partial class SplineInt64KeyFrame :
Int64KeyFrame
36 references to Int64KeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (3)
235
Int64KeyFrame
keyFrame = child as
Int64KeyFrame
;
650
private
Int64KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (28)
34
private List<
Int64KeyFrame
> _keyFrames;
47
_keyFrames = new List<
Int64KeyFrame
>(2);
65
emptyCollection._keyFrames = new List<
Int64KeyFrame
>(0);
107
_keyFrames = new List<
Int64KeyFrame
>(count);
111
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].Clone();
128
_keyFrames = new List<
Int64KeyFrame
>(count);
132
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
149
_keyFrames = new List<
Int64KeyFrame
>(count);
153
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
170
_keyFrames = new List<
Int64KeyFrame
>(count);
174
Int64KeyFrame
keyFrame = (
Int64KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
267
public void CopyTo(
Int64KeyFrame
[] array, int index)
283
return Add((
Int64KeyFrame
)keyFrame);
289
public int Add(
Int64KeyFrame
keyFrame)
331
return Contains((
Int64KeyFrame
)keyFrame);
337
public bool Contains(
Int64KeyFrame
keyFrame)
349
return IndexOf((
Int64KeyFrame
)keyFrame);
355
public int IndexOf(
Int64KeyFrame
keyFrame)
367
Insert(index, (
Int64KeyFrame
)keyFrame);
373
public void Insert(int index,
Int64KeyFrame
keyFrame)
419
Remove((
Int64KeyFrame
)keyFrame);
425
public void Remove(
Int64KeyFrame
keyFrame)
462
this[index] = (
Int64KeyFrame
)value;
469
public
Int64KeyFrame
this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1227
typeof(
Int64KeyFrame
),
1253
typeof(
Int64KeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
417
case 325: t = () => typeof(
Int64KeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5821
typeof(System.Windows.Media.Animation.
Int64KeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5869
case KnownElements.Int64KeyFrame: t = typeof(System.Windows.Media.Animation.
Int64KeyFrame
); break;