4 types derived from Int32KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
569
public class DiscreteInt32KeyFrame :
Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
661
public partial class EasingInt32KeyFrame :
Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
421
public partial class LinearInt32KeyFrame :
Int32KeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
701
public partial class SplineInt32KeyFrame :
Int32KeyFrame
36 references to Int32KeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (3)
235
Int32KeyFrame
keyFrame = child as
Int32KeyFrame
;
650
private
Int32KeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (28)
34
private List<
Int32KeyFrame
> _keyFrames;
47
_keyFrames = new List<
Int32KeyFrame
>(2);
65
emptyCollection._keyFrames = new List<
Int32KeyFrame
>(0);
107
_keyFrames = new List<
Int32KeyFrame
>(count);
111
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].Clone();
128
_keyFrames = new List<
Int32KeyFrame
>(count);
132
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
149
_keyFrames = new List<
Int32KeyFrame
>(count);
153
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
170
_keyFrames = new List<
Int32KeyFrame
>(count);
174
Int32KeyFrame
keyFrame = (
Int32KeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
267
public void CopyTo(
Int32KeyFrame
[] array, int index)
283
return Add((
Int32KeyFrame
)keyFrame);
289
public int Add(
Int32KeyFrame
keyFrame)
331
return Contains((
Int32KeyFrame
)keyFrame);
337
public bool Contains(
Int32KeyFrame
keyFrame)
349
return IndexOf((
Int32KeyFrame
)keyFrame);
355
public int IndexOf(
Int32KeyFrame
keyFrame)
367
Insert(index, (
Int32KeyFrame
)keyFrame);
373
public void Insert(int index,
Int32KeyFrame
keyFrame)
419
Remove((
Int32KeyFrame
)keyFrame);
425
public void Remove(
Int32KeyFrame
keyFrame)
462
this[index] = (
Int32KeyFrame
)value;
469
public
Int32KeyFrame
this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1083
typeof(
Int32KeyFrame
),
1109
typeof(
Int32KeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
408
case 316: t = () => typeof(
Int32KeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5708
typeof(System.Windows.Media.Animation.
Int32KeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5860
case KnownElements.Int32KeyFrame: t = typeof(System.Windows.Media.Animation.
Int32KeyFrame
); break;