5 instantiations of BooleanKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
478
_keyFrames = new
BooleanKeyFrameCollection
();
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
53
BooleanKeyFrameCollection emptyCollection = new
BooleanKeyFrameCollection
85
return new
BooleanKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2270
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1141
case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); break;
24 references to BooleanKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (6)
29
private
BooleanKeyFrameCollection
_keyFrames;
176
_keyFrames = (
BooleanKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
BooleanKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
448
KeyFrames = (
BooleanKeyFrameCollection
)value;
455
public
BooleanKeyFrameCollection
KeyFrames
472
_keyFrames =
BooleanKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (13)
25
private static
BooleanKeyFrameCollection
s_emptyCollection;
47
public static
BooleanKeyFrameCollection
Empty
53
BooleanKeyFrameCollection
emptyCollection = new BooleanKeyFrameCollection
74
public new
BooleanKeyFrameCollection
Clone()
76
return (
BooleanKeyFrameCollection
)base.Clone();
93
BooleanKeyFrameCollection
sourceCollection = (
BooleanKeyFrameCollection
)sourceFreezable;
114
BooleanKeyFrameCollection
sourceCollection = (
BooleanKeyFrameCollection
)sourceFreezable;
135
BooleanKeyFrameCollection
sourceCollection = (
BooleanKeyFrameCollection
)sourceFreezable;
156
BooleanKeyFrameCollection
sourceCollection = (
BooleanKeyFrameCollection
)sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
141
case 48: t = () => typeof(
BooleanKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4347
typeof(System.Windows.Media.Animation.
BooleanKeyFrameCollection
), // type
4352
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
BooleanKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2267
typeof(System.Windows.Media.Animation.
BooleanKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5595
case KnownElements.BooleanKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
BooleanKeyFrameCollection
); break;