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)
62BooleanKeyFrameCollection emptyCollection = new BooleanKeyFrameCollection(); 93return new BooleanKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2204bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.BooleanKeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1148case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.BooleanKeyFrameCollection(); break;