4 types derived from Int16KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
481
public class DiscreteInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
526
public partial class EasingInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
334
public partial class LinearInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
534
public partial class SplineInt16KeyFrame :
Int16KeyFrame
36 references to Int16KeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (3)
215
Int16KeyFrame
keyFrame = child as
Int16KeyFrame
;
624
private
Int16KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (28)
25
private List<
Int16KeyFrame
> _keyFrames;
38
_keyFrames = new List<
Int16KeyFrame
>(2);
56
_keyFrames = new List<
Int16KeyFrame
>(0)
99
_keyFrames = new List<
Int16KeyFrame
>(count);
103
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].Clone();
120
_keyFrames = new List<
Int16KeyFrame
>(count);
124
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
141
_keyFrames = new List<
Int16KeyFrame
>(count);
145
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
162
_keyFrames = new List<
Int16KeyFrame
>(count);
166
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
259
public void CopyTo(
Int16KeyFrame
[] array, int index)
275
return Add((
Int16KeyFrame
)keyFrame);
281
public int Add(
Int16KeyFrame
keyFrame)
320
return Contains((
Int16KeyFrame
)keyFrame);
326
public bool Contains(
Int16KeyFrame
keyFrame)
338
return IndexOf((
Int16KeyFrame
)keyFrame);
344
public int IndexOf(
Int16KeyFrame
keyFrame)
356
Insert(index, (
Int16KeyFrame
)keyFrame);
362
public void Insert(int index,
Int16KeyFrame
keyFrame)
405
Remove((
Int16KeyFrame
)keyFrame);
411
public void Remove(
Int16KeyFrame
keyFrame)
448
this[index] = (
Int16KeyFrame
)value;
455
public
Int16KeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
909
typeof(
Int16KeyFrame
),
935
typeof(
Int16KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
401
case 307: t = () => typeof(
Int16KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6104
typeof(System.Windows.Media.Animation.
Int16KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5855
case KnownElements.Int16KeyFrame: t = typeof(System.Windows.Media.Animation.
Int16KeyFrame
); break;