5 instantiations of CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
489_keyFrames = new CharKeyFrameCollection();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
62CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 93return new CharKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2534bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.CharKeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1163case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;
24 references to CharKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
40private CharKeyFrameCollection _keyFrames; 187_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 191_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 459KeyFrames = (CharKeyFrameCollection)value; 466public CharKeyFrameCollection KeyFrames 483_keyFrames = CharKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
34private static CharKeyFrameCollection s_emptyCollection; 56public static CharKeyFrameCollection Empty 62CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 82public new CharKeyFrameCollection Clone() 84return (CharKeyFrameCollection)base.Clone(); 101CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 122CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 143CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 164CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
169case 73: t = () => typeof(CharKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4253typeof(System.Windows.Media.Animation.CharKeyFrameCollection), // type 4257bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.CharKeyFrameCollection)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2532typeof(System.Windows.Media.Animation.CharKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5627case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break;