1 type derived from CharKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
189public class DiscreteCharKeyFrame : CharKeyFrame
36 references to CharKeyFrame
PresentationCore (33)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (3)
235CharKeyFrame keyFrame = child as CharKeyFrame; 558private CharKeyFrame GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (28)
34private List<CharKeyFrame> _keyFrames; 47_keyFrames = new List< CharKeyFrame>(2); 65emptyCollection._keyFrames = new List< CharKeyFrame>(0); 107_keyFrames = new List< CharKeyFrame>(count); 111CharKeyFrame keyFrame = (CharKeyFrame)sourceCollection._keyFrames[i].Clone(); 128_keyFrames = new List< CharKeyFrame>(count); 132CharKeyFrame keyFrame = (CharKeyFrame)sourceCollection._keyFrames[i].CloneCurrentValue(); 149_keyFrames = new List< CharKeyFrame>(count); 153CharKeyFrame keyFrame = (CharKeyFrame)sourceCollection._keyFrames[i].GetAsFrozen(); 170_keyFrames = new List< CharKeyFrame>(count); 174CharKeyFrame keyFrame = (CharKeyFrame)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen(); 267public void CopyTo(CharKeyFrame[] array, int index) 283return Add((CharKeyFrame)keyFrame); 289public int Add(CharKeyFrame keyFrame) 331return Contains((CharKeyFrame)keyFrame); 337public bool Contains(CharKeyFrame keyFrame) 349return IndexOf((CharKeyFrame)keyFrame); 355public int IndexOf(CharKeyFrame keyFrame) 367Insert(index, (CharKeyFrame)keyFrame); 373public void Insert(int index, CharKeyFrame keyFrame) 419Remove((CharKeyFrame)keyFrame); 425public void Remove(CharKeyFrame keyFrame) 462this[index] = (CharKeyFrame)value; 469public CharKeyFrame this[int index]
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
363typeof(CharKeyFrame), 389typeof(CharKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
164case 72: t = () => typeof(CharKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2517typeof(System.Windows.Media.Animation.CharKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5616case KnownElements.CharKeyFrame: t = typeof(System.Windows.Media.Animation.CharKeyFrame); break;