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