1 type derived from BooleanAnimationBase
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
38public class BooleanAnimationUsingKeyFrames : BooleanAnimationBase, IKeyFrameAnimation, IAddChild
5 references to BooleanAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationBase.cs (2)
55public new BooleanAnimationBase Clone() 57return (BooleanAnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
136case 44: t = () => typeof(BooleanAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2149typeof(System.Windows.Media.Animation.BooleanAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5588case KnownElements.BooleanAnimationBase: t = typeof(System.Windows.Media.Animation.BooleanAnimationBase); break;