4 types derived from ByteKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
101
public class DiscreteByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
26
public partial class EasingByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
26
public partial class LinearByteKeyFrame :
ByteKeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
26
public partial class SplineByteKeyFrame :
ByteKeyFrame
36 references to ByteKeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (3)
215
ByteKeyFrame
keyFrame = child as
ByteKeyFrame
;
624
private
ByteKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (28)
25
private List<
ByteKeyFrame
> _keyFrames;
38
_keyFrames = new List<
ByteKeyFrame
>(2);
56
_keyFrames = new List<
ByteKeyFrame
>(0)
99
_keyFrames = new List<
ByteKeyFrame
>(count);
103
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].Clone();
120
_keyFrames = new List<
ByteKeyFrame
>(count);
124
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
141
_keyFrames = new List<
ByteKeyFrame
>(count);
145
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
162
_keyFrames = new List<
ByteKeyFrame
>(count);
166
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
259
public void CopyTo(
ByteKeyFrame
[] array, int index)
275
return Add((
ByteKeyFrame
)keyFrame);
281
public int Add(
ByteKeyFrame
keyFrame)
320
return Contains((
ByteKeyFrame
)keyFrame);
326
public bool Contains(
ByteKeyFrame
keyFrame)
338
return IndexOf((
ByteKeyFrame
)keyFrame);
344
public int IndexOf(
ByteKeyFrame
keyFrame)
356
Insert(index, (
ByteKeyFrame
)keyFrame);
362
public void Insert(int index,
ByteKeyFrame
keyFrame)
405
Remove((
ByteKeyFrame
)keyFrame);
411
public void Remove(
ByteKeyFrame
keyFrame)
448
this[index] = (
ByteKeyFrame
)value;
455
public
ByteKeyFrame
this[int index]
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
204
typeof(
ByteKeyFrame
),
230
typeof(
ByteKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
156
case 62: t = () => typeof(
ByteKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2488
typeof(System.Windows.Media.Animation.
ByteKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5610
case KnownElements.ByteKeyFrame: t = typeof(System.Windows.Media.Animation.
ByteKeyFrame
); break;