4 types derived from Rotation3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1089
public class DiscreteRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1276
public partial class EasingRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
796
public partial class LinearRotation3DKeyFrame :
Rotation3DKeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1296
public partial class SplineRotation3DKeyFrame :
Rotation3DKeyFrame
36 references to Rotation3DKeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
2037
typeof(
Rotation3DKeyFrame
),
2063
typeof(
Rotation3DKeyFrame
),
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (3)
216
Rotation3DKeyFrame
keyFrame = child as
Rotation3DKeyFrame
;
625
private
Rotation3DKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (28)
25
private List<
Rotation3DKeyFrame
> _keyFrames;
38
_keyFrames = new List<
Rotation3DKeyFrame
>(2);
56
_keyFrames = new List<
Rotation3DKeyFrame
>(0)
99
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
103
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].Clone();
120
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
124
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
141
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
145
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
162
_keyFrames = new List<
Rotation3DKeyFrame
>(count);
166
Rotation3DKeyFrame
keyFrame = (
Rotation3DKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
259
public void CopyTo(
Rotation3DKeyFrame
[] array, int index)
275
return Add((
Rotation3DKeyFrame
)keyFrame);
281
public int Add(
Rotation3DKeyFrame
keyFrame)
320
return Contains((
Rotation3DKeyFrame
)keyFrame);
326
public bool Contains(
Rotation3DKeyFrame
keyFrame)
338
return IndexOf((
Rotation3DKeyFrame
)keyFrame);
344
public int IndexOf(
Rotation3DKeyFrame
keyFrame)
356
Insert(index, (
Rotation3DKeyFrame
)keyFrame);
362
public void Insert(int index,
Rotation3DKeyFrame
keyFrame)
405
Remove((
Rotation3DKeyFrame
)keyFrame);
411
public void Remove(
Rotation3DKeyFrame
keyFrame)
448
this[index] = (
Rotation3DKeyFrame
)value;
455
public
Rotation3DKeyFrame
this[int index]
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
628
case 534: t = () => typeof(
Rotation3DKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9442
typeof(System.Windows.Media.Animation.
Rotation3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6082
case KnownElements.Rotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.
Rotation3DKeyFrame
); break;