5 references to BooleanKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
489
_keyFrames = new
BooleanKeyFrameCollection
();
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
62
BooleanKeyFrameCollection emptyCollection = new
BooleanKeyFrameCollection
();
93
return new
BooleanKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2204
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1148
case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.
BooleanKeyFrameCollection
(); break;