4 types derived from Int32KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
558
public class DiscreteInt32KeyFrame :
Int32KeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
652
public partial class EasingInt32KeyFrame :
Int32KeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
412
public partial class LinearInt32KeyFrame :
Int32KeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
667
public partial class SplineInt32KeyFrame :
Int32KeyFrame
36 references to Int32KeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (3)
219
Int32KeyFrame
keyFrame = child as
Int32KeyFrame
;
628
private
Int32KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (28)
24
private List<
Int32KeyFrame
> _keyFrames;
37
_keyFrames = new List<
Int32KeyFrame
>(2);
55
_keyFrames = new List<
Int32KeyFrame
>(0)
98
_keyFrames = new List<
Int32KeyFrame
>(count);
102
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
Int32KeyFrame
>(count);
123
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
Int32KeyFrame
>(count);
144
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
Int32KeyFrame
>(count);
165
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
Int32KeyFrame
[] array, int index)
274
return Add((
Int32KeyFrame
)keyFrame);
280
public int Add(
Int32KeyFrame
keyFrame)
319
return Contains((
Int32KeyFrame
)keyFrame);
325
public bool Contains(
Int32KeyFrame
keyFrame)
337
return IndexOf((
Int32KeyFrame
)keyFrame);
343
public int IndexOf(
Int32KeyFrame
keyFrame)
355
Insert(index, (
Int32KeyFrame
)keyFrame);
361
public void Insert(int index,
Int32KeyFrame
keyFrame)
404
Remove((
Int32KeyFrame
)keyFrame);
410
public void Remove(
Int32KeyFrame
keyFrame)
447
this[index] = (
Int32KeyFrame
)value;
454
public
Int32KeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1051
typeof(
Int32KeyFrame
),
1077
typeof(
Int32KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
409
case 316: t = () => typeof(
Int32KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6233
typeof(System.Windows.Media.Animation.
Int32KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5863
case KnownElements.Int32KeyFrame: t = typeof(System.Windows.Media.Animation.
Int32KeyFrame
); break;