4 types derived from Int32KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
569public class DiscreteInt32KeyFrame : Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
661public partial class EasingInt32KeyFrame : Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
421public partial class LinearInt32KeyFrame : Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
701public partial class SplineInt32KeyFrame : Int32KeyFrame
36 references to Int32KeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (3)
235Int32KeyFrame keyFrame = child as Int32KeyFrame; 650private Int32KeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (28)
34private List<Int32KeyFrame> _keyFrames; 47_keyFrames = new List< Int32KeyFrame>(2); 65emptyCollection._keyFrames = new List< Int32KeyFrame>(0); 107_keyFrames = new List< Int32KeyFrame>(count); 111Int32KeyFrame keyFrame = (Int32KeyFrame)sourceCollection._keyFrames[i].Clone(); 128_keyFrames = new List< Int32KeyFrame>(count); 132Int32KeyFrame keyFrame = (Int32KeyFrame)sourceCollection._keyFrames[i].CloneCurrentValue(); 149_keyFrames = new List< Int32KeyFrame>(count); 153Int32KeyFrame keyFrame = (Int32KeyFrame)sourceCollection._keyFrames[i].GetAsFrozen(); 170_keyFrames = new List< Int32KeyFrame>(count); 174Int32KeyFrame keyFrame = (Int32KeyFrame)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen(); 267public void CopyTo(Int32KeyFrame[] array, int index) 283return Add((Int32KeyFrame)keyFrame); 289public int Add(Int32KeyFrame keyFrame) 331return Contains((Int32KeyFrame)keyFrame); 337public bool Contains(Int32KeyFrame keyFrame) 349return IndexOf((Int32KeyFrame)keyFrame); 355public int IndexOf(Int32KeyFrame keyFrame) 367Insert(index, (Int32KeyFrame)keyFrame); 373public void Insert(int index, Int32KeyFrame keyFrame) 419Remove((Int32KeyFrame)keyFrame); 425public void Remove(Int32KeyFrame keyFrame) 462this[index] = (Int32KeyFrame)value; 469public Int32KeyFrame this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1083typeof(Int32KeyFrame), 1109typeof(Int32KeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
408case 316: t = () => typeof(Int32KeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5708typeof(System.Windows.Media.Animation.Int32KeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5860case KnownElements.Int32KeyFrame: t = typeof(System.Windows.Media.Animation.Int32KeyFrame); break;