5 instantiations of Int16KeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
530_keyFrames = new Int16KeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
63Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection(); 94return new Int16KeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5607bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int16KeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1337case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break;
24 references to Int16KeyFrameCollection
PresentationCore (19)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (6)
42private Int16KeyFrameCollection _keyFrames; 189_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 500KeyFrames = (Int16KeyFrameCollection)value; 507public Int16KeyFrameCollection KeyFrames 524_keyFrames = Int16KeyFrameCollection.Empty;
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (13)
35private static Int16KeyFrameCollection s_emptyCollection; 57public static Int16KeyFrameCollection Empty 63Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection(); 83public new Int16KeyFrameCollection Clone() 85return (Int16KeyFrameCollection)base.Clone(); 102Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 123Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 144Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 165Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
400case 308: t = () => typeof(Int16KeyFrameCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4863typeof(System.Windows.Media.Animation.Int16KeyFrameCollection), // type 4867bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.Int16AnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.Int16KeyFrameCollection)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5605typeof(System.Windows.Media.Animation.Int16KeyFrameCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5852case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int16KeyFrameCollection); break;