4 types derived from ByteKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
113
public class DiscreteByteKeyFrame :
ByteKeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
36
public partial class EasingByteKeyFrame :
ByteKeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
36
public partial class LinearByteKeyFrame :
ByteKeyFrame
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
36
public partial class SplineByteKeyFrame :
ByteKeyFrame
36 references to ByteKeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (3)
235
ByteKeyFrame
keyFrame = child as
ByteKeyFrame
;
650
private
ByteKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (28)
34
private List<
ByteKeyFrame
> _keyFrames;
47
_keyFrames = new List<
ByteKeyFrame
>(2);
65
emptyCollection._keyFrames = new List<
ByteKeyFrame
>(0);
107
_keyFrames = new List<
ByteKeyFrame
>(count);
111
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].Clone();
128
_keyFrames = new List<
ByteKeyFrame
>(count);
132
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
149
_keyFrames = new List<
ByteKeyFrame
>(count);
153
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
170
_keyFrames = new List<
ByteKeyFrame
>(count);
174
ByteKeyFrame
keyFrame = (
ByteKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
267
public void CopyTo(
ByteKeyFrame
[] array, int index)
283
return Add((
ByteKeyFrame
)keyFrame);
289
public int Add(
ByteKeyFrame
keyFrame)
331
return Contains((
ByteKeyFrame
)keyFrame);
337
public bool Contains(
ByteKeyFrame
keyFrame)
349
return IndexOf((
ByteKeyFrame
)keyFrame);
355
public int IndexOf(
ByteKeyFrame
keyFrame)
367
Insert(index, (
ByteKeyFrame
)keyFrame);
373
public void Insert(int index,
ByteKeyFrame
keyFrame)
419
Remove((
ByteKeyFrame
)keyFrame);
425
public void Remove(
ByteKeyFrame
keyFrame)
462
this[index] = (
ByteKeyFrame
)value;
469
public
ByteKeyFrame
this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
219
typeof(
ByteKeyFrame
),
245
typeof(
ByteKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
154
case 62: t = () => typeof(
ByteKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2390
typeof(System.Windows.Media.Animation.
ByteKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5606
case KnownElements.ByteKeyFrame: t = typeof(System.Windows.Media.Animation.
ByteKeyFrame
); break;