4 types derived from Int16KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
493public class DiscreteInt16KeyFrame : Int16KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
536public partial class EasingInt16KeyFrame : Int16KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
344public partial class LinearInt16KeyFrame : Int16KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
568public partial class SplineInt16KeyFrame : Int16KeyFrame
36 references to Int16KeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (3)
235Int16KeyFrame keyFrame = child as Int16KeyFrame; 650private Int16KeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (28)
34private List<Int16KeyFrame> _keyFrames; 47_keyFrames = new List< Int16KeyFrame>(2); 65emptyCollection._keyFrames = new List< Int16KeyFrame>(0); 107_keyFrames = new List< Int16KeyFrame>(count); 111Int16KeyFrame keyFrame = (Int16KeyFrame)sourceCollection._keyFrames[i].Clone(); 128_keyFrames = new List< Int16KeyFrame>(count); 132Int16KeyFrame keyFrame = (Int16KeyFrame)sourceCollection._keyFrames[i].CloneCurrentValue(); 149_keyFrames = new List< Int16KeyFrame>(count); 153Int16KeyFrame keyFrame = (Int16KeyFrame)sourceCollection._keyFrames[i].GetAsFrozen(); 170_keyFrames = new List< Int16KeyFrame>(count); 174Int16KeyFrame keyFrame = (Int16KeyFrame)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen(); 267public void CopyTo(Int16KeyFrame[] array, int index) 283return Add((Int16KeyFrame)keyFrame); 289public int Add(Int16KeyFrame keyFrame) 331return Contains((Int16KeyFrame)keyFrame); 337public bool Contains(Int16KeyFrame keyFrame) 349return IndexOf((Int16KeyFrame)keyFrame); 355public int IndexOf(Int16KeyFrame keyFrame) 367Insert(index, (Int16KeyFrame)keyFrame); 373public void Insert(int index, Int16KeyFrame keyFrame) 419Remove((Int16KeyFrame)keyFrame); 425public void Remove(Int16KeyFrame keyFrame) 462this[index] = (Int16KeyFrame)value; 469public Int16KeyFrame this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
939typeof(Int16KeyFrame), 965typeof(Int16KeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
399case 307: t = () => typeof(Int16KeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5594typeof(System.Windows.Media.Animation.Int16KeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5851case KnownElements.Int16KeyFrame: t = typeof(System.Windows.Media.Animation.Int16KeyFrame); break;