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