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