3 references to BooleanAnimationUsingKeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
118return new BooleanAnimationUsingKeyFrames();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2167bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames(); };
System\Windows\Markup\KnownTypes.cs (1)
1146case KnownElements.BooleanAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames(); break;