4 types derived from ByteKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
102
public class DiscreteByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
27
public partial class EasingByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
27
public partial class LinearByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
32
public partial class SplineByteKeyFrame :
ByteKeyFrame
36 references to ByteKeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (3)
219
ByteKeyFrame
keyFrame = child as
ByteKeyFrame
;
628
private
ByteKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (28)
24
private List<
ByteKeyFrame
> _keyFrames;
37
_keyFrames = new List<
ByteKeyFrame
>(2);
55
_keyFrames = new List<
ByteKeyFrame
>(0)
98
_keyFrames = new List<
ByteKeyFrame
>(count);
102
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
ByteKeyFrame
>(count);
123
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
ByteKeyFrame
>(count);
144
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
ByteKeyFrame
>(count);
165
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
ByteKeyFrame
[] array, int index)
274
return Add((
ByteKeyFrame
)keyFrame);
280
public int Add(
ByteKeyFrame
keyFrame)
319
return Contains((
ByteKeyFrame
)keyFrame);
325
public bool Contains(
ByteKeyFrame
keyFrame)
337
return IndexOf((
ByteKeyFrame
)keyFrame);
343
public int IndexOf(
ByteKeyFrame
keyFrame)
355
Insert(index, (
ByteKeyFrame
)keyFrame);
361
public void Insert(int index,
ByteKeyFrame
keyFrame)
404
Remove((
ByteKeyFrame
)keyFrame);
410
public void Remove(
ByteKeyFrame
keyFrame)
447
this[index] = (
ByteKeyFrame
)value;
454
public
ByteKeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
205
typeof(
ByteKeyFrame
),
231
typeof(
ByteKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
155
case 62: t = () => typeof(
ByteKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2487
typeof(System.Windows.Media.Animation.
ByteKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5609
case KnownElements.ByteKeyFrame: t = typeof(System.Windows.Media.Animation.
ByteKeyFrame
); break;