5 instantiations of ByteKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
ByteKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (2)
53
ByteKeyFrameCollection emptyCollection = new
ByteKeyFrameCollection
85
return new
ByteKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2501
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1151
case KnownElements.ByteKeyFrameCollection: o = new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); break;
24 references to ByteKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (6)
29
private
ByteKeyFrameCollection
_keyFrames;
176
_keyFrames = (
ByteKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
ByteKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
ByteKeyFrameCollection
)value;
488
public
ByteKeyFrameCollection
KeyFrames
505
_keyFrames =
ByteKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (13)
25
private static
ByteKeyFrameCollection
s_emptyCollection;
47
public static
ByteKeyFrameCollection
Empty
53
ByteKeyFrameCollection
emptyCollection = new ByteKeyFrameCollection
74
public new
ByteKeyFrameCollection
Clone()
76
return (
ByteKeyFrameCollection
)base.Clone();
93
ByteKeyFrameCollection
sourceCollection = (
ByteKeyFrameCollection
) sourceFreezable;
114
ByteKeyFrameCollection
sourceCollection = (
ByteKeyFrameCollection
) sourceFreezable;
135
ByteKeyFrameCollection
sourceCollection = (
ByteKeyFrameCollection
) sourceFreezable;
156
ByteKeyFrameCollection
sourceCollection = (
ByteKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
156
case 63: t = () => typeof(
ByteKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4444
typeof(System.Windows.Media.Animation.
ByteKeyFrameCollection
), // type
4449
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.ByteAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
ByteKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2498
typeof(System.Windows.Media.Animation.
ByteKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5610
case KnownElements.ByteKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
ByteKeyFrameCollection
); break;