5 instantiations of Int16KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
522_keyFrames = new Int16KeyFrameCollection();
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
62Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection(); 93return new Int16KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5611bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int16KeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1336case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break;
24 references to Int16KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (6)
40private Int16KeyFrameCollection _keyFrames; 187_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 191_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 492KeyFrames = (Int16KeyFrameCollection)value; 499public Int16KeyFrameCollection KeyFrames 516_keyFrames = Int16KeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (13)
34private static Int16KeyFrameCollection s_emptyCollection; 56public static Int16KeyFrameCollection Empty 62Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection(); 82public new Int16KeyFrameCollection Clone() 84return (Int16KeyFrameCollection)base.Clone(); 101Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 122Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 143Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 164Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
404case 308: t = () => typeof(Int16KeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4888typeof(System.Windows.Media.Animation.Int16KeyFrameCollection), // type 4892bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.Int16AnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.Int16KeyFrameCollection)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5609typeof(System.Windows.Media.Animation.Int16KeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5862case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int16KeyFrameCollection); break;