5 instantiations of CharKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
497_keyFrames = new CharKeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
63CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 94return new CharKeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2530bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.CharKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1164case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;
24 references to CharKeyFrameCollection
PresentationCore (19)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
42private CharKeyFrameCollection _keyFrames; 189_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 467KeyFrames = (CharKeyFrameCollection)value; 474public CharKeyFrameCollection KeyFrames 491_keyFrames = CharKeyFrameCollection.Empty;
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
35private static CharKeyFrameCollection s_emptyCollection; 57public static CharKeyFrameCollection Empty 63CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 83public new CharKeyFrameCollection Clone() 85return (CharKeyFrameCollection)base.Clone(); 102CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 123CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 144CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 165CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
165case 73: t = () => typeof(CharKeyFrameCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4228typeof(System.Windows.Media.Animation.CharKeyFrameCollection), // type 4232bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.CharKeyFrameCollection)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2528typeof(System.Windows.Media.Animation.CharKeyFrameCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5617case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break;