5 instantiations of Int16KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
Int16KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
53
Int16KeyFrameCollection emptyCollection = new
Int16KeyFrameCollection
85
return new
Int16KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6117
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1329
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)
29
private
Int16KeyFrameCollection
_keyFrames;
176
_keyFrames = (
Int16KeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
Int16KeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
Int16KeyFrameCollection
)value;
488
public
Int16KeyFrameCollection
KeyFrames
505
_keyFrames =
Int16KeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (13)
25
private static
Int16KeyFrameCollection
s_emptyCollection;
47
public static
Int16KeyFrameCollection
Empty
53
Int16KeyFrameCollection
emptyCollection = new Int16KeyFrameCollection
74
public new
Int16KeyFrameCollection
Clone()
76
return (
Int16KeyFrameCollection
)base.Clone();
93
Int16KeyFrameCollection
sourceCollection = (
Int16KeyFrameCollection
) sourceFreezable;
114
Int16KeyFrameCollection
sourceCollection = (
Int16KeyFrameCollection
) sourceFreezable;
135
Int16KeyFrameCollection
sourceCollection = (
Int16KeyFrameCollection
) sourceFreezable;
156
Int16KeyFrameCollection
sourceCollection = (
Int16KeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
401
case 308: t = () => typeof(
Int16KeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5187
typeof(System.Windows.Media.Animation.
Int16KeyFrameCollection
), // type
5192
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)
6114
typeof(System.Windows.Media.Animation.
Int16KeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5855
case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.
Int16KeyFrameCollection
); break;