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