5 references to BooleanKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
474
_keyFrames = new
BooleanKeyFrameCollection
();
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
54
BooleanKeyFrameCollection emptyCollection = new
BooleanKeyFrameCollection
86
return new
BooleanKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2271
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1142
case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); break;