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