4 types derived from Int16KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
482
public class DiscreteInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
527
public partial class EasingInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
335
public partial class LinearInt16KeyFrame :
Int16KeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
540
public partial class SplineInt16KeyFrame :
Int16KeyFrame
36 references to Int16KeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (3)
219
Int16KeyFrame
keyFrame = child as
Int16KeyFrame
;
628
private
Int16KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (28)
24
private List<
Int16KeyFrame
> _keyFrames;
37
_keyFrames = new List<
Int16KeyFrame
>(2);
55
_keyFrames = new List<
Int16KeyFrame
>(0)
98
_keyFrames = new List<
Int16KeyFrame
>(count);
102
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
Int16KeyFrame
>(count);
123
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
Int16KeyFrame
>(count);
144
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
Int16KeyFrame
>(count);
165
Int16KeyFrame
keyFrame = (
Int16KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
Int16KeyFrame
[] array, int index)
274
return Add((
Int16KeyFrame
)keyFrame);
280
public int Add(
Int16KeyFrame
keyFrame)
319
return Contains((
Int16KeyFrame
)keyFrame);
325
public bool Contains(
Int16KeyFrame
keyFrame)
337
return IndexOf((
Int16KeyFrame
)keyFrame);
343
public int IndexOf(
Int16KeyFrame
keyFrame)
355
Insert(index, (
Int16KeyFrame
)keyFrame);
361
public void Insert(int index,
Int16KeyFrame
keyFrame)
404
Remove((
Int16KeyFrame
)keyFrame);
410
public void Remove(
Int16KeyFrame
keyFrame)
447
this[index] = (
Int16KeyFrame
)value;
454
public
Int16KeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
910
typeof(
Int16KeyFrame
),
936
typeof(
Int16KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
400
case 307: t = () => typeof(
Int16KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6103
typeof(System.Windows.Media.Animation.
Int16KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5854
case KnownElements.Int16KeyFrame: t = typeof(System.Windows.Media.Animation.
Int16KeyFrame
); break;