4 types derived from Rotation3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1090
public class DiscreteRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1277
public partial class EasingRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
797
public partial class LinearRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1302
public partial class SplineRotation3DKeyFrame :
Rotation3DKeyFrame
36 references to Rotation3DKeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
2038
typeof(
Rotation3DKeyFrame
),
2064
typeof(
Rotation3DKeyFrame
),
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (3)
219
Rotation3DKeyFrame
keyFrame = child as
Rotation3DKeyFrame
;
628
private
Rotation3DKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (28)
24
private List<
Rotation3DKeyFrame
> _keyFrames;
37
_keyFrames = new List<
Rotation3DKeyFrame
>(2);
55
_keyFrames = new List<
Rotation3DKeyFrame
>(0)
98
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
102
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
123
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
144
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
165
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
Rotation3DKeyFrame
[] array, int index)
274
return Add((
Rotation3DKeyFrame
)keyFrame);
280
public int Add(
Rotation3DKeyFrame
keyFrame)
319
return Contains((
Rotation3DKeyFrame
)keyFrame);
325
public bool Contains(
Rotation3DKeyFrame
keyFrame)
337
return IndexOf((
Rotation3DKeyFrame
)keyFrame);
343
public int IndexOf(
Rotation3DKeyFrame
keyFrame)
355
Insert(index, (
Rotation3DKeyFrame
)keyFrame);
361
public void Insert(int index,
Rotation3DKeyFrame
keyFrame)
404
Remove((
Rotation3DKeyFrame
)keyFrame);
410
public void Remove(
Rotation3DKeyFrame
keyFrame)
447
this[index] = (
Rotation3DKeyFrame
)value;
454
public
Rotation3DKeyFrame
this[int index]
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
627
case 534: t = () => typeof(
Rotation3DKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9441
typeof(System.Windows.Media.Animation.
Rotation3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6081
case KnownElements.Rotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.
Rotation3DKeyFrame
); break;