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