5 instantiations of Int16KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
507_keyFrames = new Int16KeyFrameCollection();
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
54Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection 86return new Int16KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6118DefaultConstructor = delegate () { return new System.Windows.Media.Animation.Int16KeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1330case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break;
24 references to Int16KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (6)
25private Int16KeyFrameCollection _keyFrames; 172_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 176_keyFrames = (Int16KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 477KeyFrames = (Int16KeyFrameCollection)value; 484public Int16KeyFrameCollection KeyFrames 501_keyFrames = Int16KeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (13)
26private static Int16KeyFrameCollection s_emptyCollection; 48public static Int16KeyFrameCollection Empty 54Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection 75public new Int16KeyFrameCollection Clone() 77return (Int16KeyFrameCollection)base.Clone(); 94Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 115Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 136Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable; 157Int16KeyFrameCollection sourceCollection = (Int16KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
402case 308: t = () => typeof(Int16KeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5188typeof(System.Windows.Media.Animation.Int16KeyFrameCollection), // type 5193SetDelegate = 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)
6115typeof(System.Windows.Media.Animation.Int16KeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5856case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int16KeyFrameCollection); break;