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