//
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
//
// File generated by WinMDIDL version 8.00.0008
//

import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "Windows.Foundation.idl";
import "Windows.UI.idl";
import "Windows.UI.Xaml.idl";
import "Windows.UI.Xaml.Controls.Primitives.idl";
// Additional imports to ensure that all required headers are included
cpp_quote("#if defined(__cplusplus)")
cpp_quote("}")
cpp_quote("#endif // defined(__cplusplus)")
cpp_quote("#include <Windows.Foundation.h>")
cpp_quote("#if !defined(__windows2Eui_h__)")
cpp_quote("#include <Windows.UI.h>")
cpp_quote("#endif // !defined(__windows2Eui_h__)")
cpp_quote("#if !defined(__windows2Eui2Examl_h__)")
cpp_quote("#include <Windows.UI.Xaml.h>")
cpp_quote("#endif // !defined(__windows2Eui2Examl_h__)")
cpp_quote("#if !defined(__windows2Eui2Examl2Econtrols2Eprimitives_h__)")
cpp_quote("#include <Windows.UI.Xaml.Controls.Primitives.h>")
cpp_quote("#endif // !defined(__windows2Eui2Examl2Econtrols2Eprimitives_h__)")
cpp_quote("#if defined(__cplusplus)")
cpp_quote("extern \"C\" {")
cpp_quote("#endif // defined(__cplusplus)")

// Forward Declare
namespace Windows
{
    namespace Foundation
    {
        typedef struct Point Point;

        typedef struct TimeSpan TimeSpan;
    }
}
namespace Windows
{
    namespace UI
    {
        typedef struct Color Color;
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Controls
            {
                namespace Primitives
                {
                    typedef enum AnimationDirection AnimationDirection;

                    typedef enum EdgeTransitionLocation EdgeTransitionLocation;
                }
            }
        }
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            runtimeclass DependencyObject;

            runtimeclass DependencyProperty;

            typedef struct Duration Duration;
        }
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Media
            {
                namespace Animation
                {
                    typedef enum RepeatBehaviorType RepeatBehaviorType;

                    typedef enum FillBehavior FillBehavior;

                    typedef enum EasingMode EasingMode;

                    typedef enum ClockState ClockState;

                    typedef struct RepeatBehavior RepeatBehavior;

                    typedef struct KeyTime KeyTime;

                    interface IRepeatBehaviorHelper;

                    interface IRepeatBehaviorHelperStatics;

                    interface IKeyTimeHelper;

                    interface IKeyTimeHelperStatics;

                    interface ITimeline;

                    interface ITimelineStatics;

                    interface ITimelineFactory;

                    interface IEasingFunctionBase;

                    interface IEasingFunctionBaseStatics;

                    interface IEasingFunctionBaseFactory;

                    interface ICircleEase;

                    interface IBackEase;

                    interface IBackEaseStatics;

                    interface IExponentialEase;

                    interface IExponentialEaseStatics;

                    interface IPowerEase;

                    interface IPowerEaseStatics;

                    interface IQuadraticEase;

                    interface ICubicEase;

                    interface IQuarticEase;

                    interface IQuinticEase;

                    interface IElasticEase;

                    interface IElasticEaseStatics;

                    interface IBounceEase;

                    interface IBounceEaseStatics;

                    interface ISineEase;

                    interface IBeginStoryboard;

                    interface IBeginStoryboardStatics;

                    interface IStoryboard;

                    interface IStoryboardStatics;

                    interface IFadeInThemeAnimation;

                    interface IFadeInThemeAnimationStatics;

                    interface IFadeOutThemeAnimation;

                    interface IFadeOutThemeAnimationStatics;

                    interface IPopInThemeAnimation;

                    interface IPopInThemeAnimationStatics;

                    interface IPopOutThemeAnimation;

                    interface IPopOutThemeAnimationStatics;

                    interface IRepositionThemeAnimation;

                    interface IRepositionThemeAnimationStatics;

                    interface IPointerUpThemeAnimation;

                    interface IPointerUpThemeAnimationStatics;

                    interface IPointerDownThemeAnimation;

                    interface IPointerDownThemeAnimationStatics;

                    interface ISplitOpenThemeAnimation;

                    interface ISplitOpenThemeAnimationStatics;

                    interface ISplitCloseThemeAnimation;

                    interface ISplitCloseThemeAnimationStatics;

                    interface ISwipeBackThemeAnimation;

                    interface ISwipeBackThemeAnimationStatics;

                    interface ISwipeHintThemeAnimation;

                    interface ISwipeHintThemeAnimationStatics;

                    interface IDragItemThemeAnimation;

                    interface IDragItemThemeAnimationStatics;

                    interface IDropTargetItemThemeAnimation;

                    interface IDropTargetItemThemeAnimationStatics;

                    interface IDragOverThemeAnimation;

                    interface IDragOverThemeAnimationStatics;

                    interface IDoubleAnimation;

                    interface IDoubleAnimationStatics;

                    interface IColorAnimation;

                    interface IColorAnimationStatics;

                    interface IPointAnimation;

                    interface IPointAnimationStatics;

                    interface IKeySpline;

                    interface IDoubleAnimationUsingKeyFrames;

                    interface IDoubleAnimationUsingKeyFramesStatics;

                    interface IDoubleKeyFrame;

                    interface IDoubleKeyFrameStatics;

                    interface IDoubleKeyFrameFactory;

                    interface IDiscreteDoubleKeyFrame;

                    interface ILinearDoubleKeyFrame;

                    interface ISplineDoubleKeyFrame;

                    interface ISplineDoubleKeyFrameStatics;

                    interface IEasingDoubleKeyFrame;

                    interface IEasingDoubleKeyFrameStatics;

                    interface IColorAnimationUsingKeyFrames;

                    interface IColorAnimationUsingKeyFramesStatics;

                    interface IColorKeyFrame;

                    interface IColorKeyFrameStatics;

                    interface IColorKeyFrameFactory;

                    interface IDiscreteColorKeyFrame;

                    interface ILinearColorKeyFrame;

                    interface ISplineColorKeyFrame;

                    interface ISplineColorKeyFrameStatics;

                    interface IEasingColorKeyFrame;

                    interface IEasingColorKeyFrameStatics;

                    interface IPointAnimationUsingKeyFrames;

                    interface IPointAnimationUsingKeyFramesStatics;

                    interface IPointKeyFrame;

                    interface IPointKeyFrameStatics;

                    interface IPointKeyFrameFactory;

                    interface IDiscretePointKeyFrame;

                    interface ILinearPointKeyFrame;

                    interface ISplinePointKeyFrame;

                    interface ISplinePointKeyFrameStatics;

                    interface IEasingPointKeyFrame;

                    interface IEasingPointKeyFrameStatics;

                    interface IObjectAnimationUsingKeyFrames;

                    interface IObjectAnimationUsingKeyFramesStatics;

                    interface IObjectKeyFrame;

                    interface IObjectKeyFrameStatics;

                    interface IObjectKeyFrameFactory;

                    interface IDiscreteObjectKeyFrame;

                    interface ITransition;

                    interface ITransitionFactory;

                    interface IRepositionThemeTransition;

                    interface IAddDeleteThemeTransition;

                    interface IEdgeUIThemeTransition;

                    interface IEdgeUIThemeTransitionStatics;

                    interface IPaneThemeTransition;

                    interface IPaneThemeTransitionStatics;

                    interface IContentThemeTransition;

                    interface IContentThemeTransitionStatics;

                    interface IPopupThemeTransition;

                    interface IPopupThemeTransitionStatics;

                    interface IEntranceThemeTransition;

                    interface IEntranceThemeTransitionStatics;

                    interface IReorderThemeTransition;

                    runtimeclass RepeatBehaviorHelper;

                    runtimeclass KeyTimeHelper;

                    runtimeclass TransitionCollection;

                    runtimeclass Timeline;

                    runtimeclass EasingFunctionBase;

                    runtimeclass CircleEase;

                    runtimeclass BackEase;

                    runtimeclass ExponentialEase;

                    runtimeclass PowerEase;

                    runtimeclass QuadraticEase;

                    runtimeclass CubicEase;

                    runtimeclass QuarticEase;

                    runtimeclass QuinticEase;

                    runtimeclass ElasticEase;

                    runtimeclass BounceEase;

                    runtimeclass SineEase;

                    runtimeclass BeginStoryboard;

                    runtimeclass Storyboard;

                    runtimeclass TimelineCollection;

                    runtimeclass FadeInThemeAnimation;

                    runtimeclass FadeOutThemeAnimation;

                    runtimeclass PopInThemeAnimation;

                    runtimeclass PopOutThemeAnimation;

                    runtimeclass RepositionThemeAnimation;

                    runtimeclass PointerUpThemeAnimation;

                    runtimeclass PointerDownThemeAnimation;

                    runtimeclass SplitOpenThemeAnimation;

                    runtimeclass SplitCloseThemeAnimation;

                    runtimeclass SwipeBackThemeAnimation;

                    runtimeclass SwipeHintThemeAnimation;

                    runtimeclass DragItemThemeAnimation;

                    runtimeclass DropTargetItemThemeAnimation;

                    runtimeclass DragOverThemeAnimation;

                    runtimeclass DoubleAnimation;

                    runtimeclass ColorAnimation;

                    runtimeclass PointAnimation;

                    runtimeclass KeySpline;

                    runtimeclass ColorKeyFrameCollection;

                    runtimeclass DoubleKeyFrameCollection;

                    runtimeclass PointKeyFrameCollection;

                    runtimeclass ObjectKeyFrameCollection;

                    runtimeclass DoubleAnimationUsingKeyFrames;

                    runtimeclass DoubleKeyFrame;

                    runtimeclass DiscreteDoubleKeyFrame;

                    runtimeclass LinearDoubleKeyFrame;

                    runtimeclass SplineDoubleKeyFrame;

                    runtimeclass EasingDoubleKeyFrame;

                    runtimeclass ColorAnimationUsingKeyFrames;

                    runtimeclass ColorKeyFrame;

                    runtimeclass DiscreteColorKeyFrame;

                    runtimeclass LinearColorKeyFrame;

                    runtimeclass SplineColorKeyFrame;

                    runtimeclass EasingColorKeyFrame;

                    runtimeclass PointAnimationUsingKeyFrames;

                    runtimeclass PointKeyFrame;

                    runtimeclass DiscretePointKeyFrame;

                    runtimeclass LinearPointKeyFrame;

                    runtimeclass SplinePointKeyFrame;

                    runtimeclass EasingPointKeyFrame;

                    runtimeclass ObjectAnimationUsingKeyFrames;

                    runtimeclass ObjectKeyFrame;

                    runtimeclass DiscreteObjectKeyFrame;

                    runtimeclass Transition;

                    runtimeclass RepositionThemeTransition;

                    runtimeclass AddDeleteThemeTransition;

                    runtimeclass EdgeUIThemeTransition;

                    runtimeclass PaneThemeTransition;

                    runtimeclass ContentThemeTransition;

                    runtimeclass PopupThemeTransition;

                    runtimeclass EntranceThemeTransition;

                    runtimeclass ReorderThemeTransition;
                }
            }
        }
    }
}

// Generic instantiations
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Media
            {
                namespace Animation
                {
                    declare
                    {
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.Timeline*>;

                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.Transition*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.Timeline*>;

                        interface Windows.Foundation.Collections.IIterator<Windows.UI.Xaml.Media.Animation.Transition*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.Timeline*>;

                        interface Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Media.Animation.Transition*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.Timeline*>;

                        interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.Transition*>;
                    }
                }
            }
        }
    }
}

// Type definition
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Media
            {
                namespace Animation
                {
                    [version(0x06020000)]
                    enum RepeatBehaviorType
                    {
                        Count    = 0,
                        Duration = 1,
                        Forever  = 2
                    };

                    [version(0x06020000)]
                    enum FillBehavior
                    {
                        HoldEnd = 0,
                        Stop    = 1
                    };

                    [version(0x06020000)]
                    enum EasingMode
                    {
                        EaseOut   = 0,
                        EaseIn    = 1,
                        EaseInOut = 2
                    };

                    [version(0x06020000)]
                    enum ClockState
                    {
                        Active  = 0,
                        Filling = 1,
                        Stopped = 2
                    };

                    [version(0x06020000)]
                    struct RepeatBehavior
                    {
                        DOUBLE Count;
                        Windows.Foundation.TimeSpan Duration;
                        Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Type;
                    };

                    [version(0x06020000)]
                    struct KeyTime
                    {
                        Windows.Foundation.TimeSpan TimeSpan;
                    };

                    [uuid(6863AB72-4997-47F9-87AD-37EFB75993EA)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper)]
                    [version(0x06020000)]
                    interface IRepeatBehaviorHelper : IInspectable
                    {
                    }

                    [uuid(7A795033-79F3-4DD9-B267-9CF50FB51F84)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper)]
                    interface IRepeatBehaviorHelperStatics : IInspectable
                    {
                        [propget] HRESULT Forever([out] [retval] Windows.UI.Xaml.Media.Animation.RepeatBehavior* value);
                        HRESULT FromCount([in] DOUBLE count, [out] [retval] Windows.UI.Xaml.Media.Animation.RepeatBehavior* returnValue);
                        HRESULT FromDuration([in] Windows.Foundation.TimeSpan duration, [out] [retval] Windows.UI.Xaml.Media.Animation.RepeatBehavior* returnValue);
                        HRESULT GetHasCount([in] Windows.UI.Xaml.Media.Animation.RepeatBehavior target, [out] [retval] boolean* value);
                        HRESULT GetHasDuration([in] Windows.UI.Xaml.Media.Animation.RepeatBehavior target, [out] [retval] boolean* value);
                        HRESULT Equals([in] Windows.UI.Xaml.Media.Animation.RepeatBehavior target, [in] Windows.UI.Xaml.Media.Animation.RepeatBehavior value, [out] [retval] boolean* returnValue);
                    }

                    [uuid(3643E480-4823-466A-ABE5-5E79C8ED77ED)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.KeyTimeHelper)]
                    [version(0x06020000)]
                    interface IKeyTimeHelper : IInspectable
                    {
                    }

                    [uuid(7FA2612C-22A9-45E9-9AF7-C7416EFFF7A5)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.KeyTimeHelper)]
                    [version(0x06020000)]
                    interface IKeyTimeHelperStatics : IInspectable
                    {
                        HRESULT FromTimeSpan([in] Windows.Foundation.TimeSpan timeSpan, [out] [retval] Windows.UI.Xaml.Media.Animation.KeyTime* returnValue);
                    }

                    [uuid(0BC465DC-BE4D-4D0D-9549-2208B715F40D)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Timeline)]
                    [version(0x06020000)]
                    interface ITimeline : IInspectable
                    {
                        [propget] HRESULT AutoReverse([out] [retval] boolean* value);
                        [propput] HRESULT AutoReverse([in] boolean value);
                        [propget] HRESULT BeginTime([out] [retval] Windows.Foundation.IReference<Windows.Foundation.TimeSpan>** value);
                        [propput] HRESULT BeginTime([in] Windows.Foundation.IReference<Windows.Foundation.TimeSpan>* value);
                        [propget] HRESULT Duration([out] [retval] Windows.UI.Xaml.Duration* value);
                        [propput] HRESULT Duration([in] Windows.UI.Xaml.Duration value);
                        [propget] HRESULT SpeedRatio([out] [retval] DOUBLE* value);
                        [propput] HRESULT SpeedRatio([in] DOUBLE value);
                        [propget] HRESULT FillBehavior([out] [retval] Windows.UI.Xaml.Media.Animation.FillBehavior* value);
                        [propput] HRESULT FillBehavior([in] Windows.UI.Xaml.Media.Animation.FillBehavior value);
                        [propget] HRESULT RepeatBehavior([out] [retval] Windows.UI.Xaml.Media.Animation.RepeatBehavior* value);
                        [propput] HRESULT RepeatBehavior([in] Windows.UI.Xaml.Media.Animation.RepeatBehavior value);
                        [eventadd] HRESULT Completed([in] Windows.Foundation.EventHandler<IInspectable*>* value, [out] [retval] EventRegistrationToken* token);
                        [eventremove] HRESULT Completed([in] EventRegistrationToken token);
                    }

                    [uuid(A902ED4E-EF10-4D6F-9A40-93CB8895F4E5)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Timeline)]
                    [version(0x06020000)]
                    interface ITimelineStatics : IInspectable
                    {
                        [propget] HRESULT AllowDependentAnimations([out] [retval] boolean* value);
                        [propput] HRESULT AllowDependentAnimations([in] boolean value);
                        [propget] HRESULT AutoReverseProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT BeginTimeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT DurationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT SpeedRatioProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FillBehaviorProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT RepeatBehaviorProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(1D56BB07-BDA4-478B-8ADA-EB04D580CD5E)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Timeline)]
                    [version(0x06020000)]
                    interface ITimelineFactory : IInspectable
                    {
                        HRESULT CreateInstance([in] IInspectable* outer, [out] IInspectable** inner, [out] [retval] Windows.UI.Xaml.Media.Animation.Timeline** instance);
                    }

                    [uuid(C108383F-2C02-4151-8ECD-68DDAA3F0D9B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingFunctionBase)]
                    interface IEasingFunctionBase : IInspectable
                    {
                        [propget] HRESULT EasingMode([out] [retval] Windows.UI.Xaml.Media.Animation.EasingMode* value);
                        [propput] HRESULT EasingMode([in] Windows.UI.Xaml.Media.Animation.EasingMode value);
                        HRESULT Ease([in] DOUBLE normalizedTime, [out] [retval] DOUBLE* returnValue);
                    }

                    [uuid(2A5031AA-2C50-4A1D-BB04-D75E07B71548)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingFunctionBase)]
                    [version(0x06020000)]
                    interface IEasingFunctionBaseStatics : IInspectable
                    {
                        [propget] HRESULT EasingModeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(1830FE6A-F01B-43E0-B61F-B452A1C66FD2)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingFunctionBase)]
                    [version(0x06020000)]
                    interface IEasingFunctionBaseFactory : IInspectable
                    {
                    }

                    [uuid(53A3BDB2-9177-4E6E-A043-5082D889AB1F)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.CircleEase)]
                    interface ICircleEase : IInspectable
                    {
                    }

                    [uuid(E47796E7-F805-4A8F-81C9-38E6472CAA94)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BackEase)]
                    interface IBackEase : IInspectable
                    {
                        [propget] HRESULT Amplitude([out] [retval] DOUBLE* value);
                        [propput] HRESULT Amplitude([in] DOUBLE value);
                    }

                    [uuid(3C70A2FF-A0A0-4786-926C-22321F8F25B7)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BackEase)]
                    [version(0x06020000)]
                    interface IBackEaseStatics : IInspectable
                    {
                        [propget] HRESULT AmplitudeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(7CB9E41D-F0BB-4BCA-9DA5-9BA3A11734C4)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ExponentialEase)]
                    [version(0x06020000)]
                    interface IExponentialEase : IInspectable
                    {
                        [propget] HRESULT Exponent([out] [retval] DOUBLE* value);
                        [propput] HRESULT Exponent([in] DOUBLE value);
                    }

                    [uuid(F37EE7E3-A761-4352-9AD6-70794567581A)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ExponentialEase)]
                    [version(0x06020000)]
                    interface IExponentialEaseStatics : IInspectable
                    {
                        [propget] HRESULT ExponentProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(69C80579-EEDF-405B-8680-D9606880C937)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PowerEase)]
                    interface IPowerEase : IInspectable
                    {
                        [propget] HRESULT Power([out] [retval] DOUBLE* value);
                        [propput] HRESULT Power([in] DOUBLE value);
                    }

                    [uuid(A5955103-91A2-460C-9C41-D28F6A939BDA)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PowerEase)]
                    interface IPowerEaseStatics : IInspectable
                    {
                        [propget] HRESULT PowerProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(E1510E91-EF6D-44F0-803D-68D16DE0DDFC)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.QuadraticEase)]
                    [version(0x06020000)]
                    interface IQuadraticEase : IInspectable
                    {
                    }

                    [uuid(1B94FC76-DAD7-4354-B1A2-7969FBF6A70D)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.CubicEase)]
                    interface ICubicEase : IInspectable
                    {
                    }

                    [uuid(E8698814-FE42-4A05-B5B8-081F41157815)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.QuarticEase)]
                    [version(0x06020000)]
                    interface IQuarticEase : IInspectable
                    {
                    }

                    [uuid(92EE793B-3C49-4108-AA11-AB786603DA21)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.QuinticEase)]
                    [version(0x06020000)]
                    interface IQuinticEase : IInspectable
                    {
                    }

                    [uuid(EF5BA58C-B0B6-4A6C-9CA8-FB4233F12459)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ElasticEase)]
                    interface IElasticEase : IInspectable
                    {
                        [propget] HRESULT Oscillations([out] [retval] INT32* value);
                        [propput] HRESULT Oscillations([in] INT32 value);
                        [propget] HRESULT Springiness([out] [retval] DOUBLE* value);
                        [propput] HRESULT Springiness([in] DOUBLE value);
                    }

                    [uuid(A9F566EC-FE9C-4B2B-8E52-BB785D562185)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ElasticEase)]
                    interface IElasticEaseStatics : IInspectable
                    {
                        [propget] HRESULT OscillationsProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT SpringinessProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(2BF1464E-FC71-47ED-85A1-3BA9577718B4)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BounceEase)]
                    [version(0x06020000)]
                    interface IBounceEase : IInspectable
                    {
                        [propget] HRESULT Bounces([out] [retval] INT32* value);
                        [propput] HRESULT Bounces([in] INT32 value);
                        [propget] HRESULT Bounciness([out] [retval] DOUBLE* value);
                        [propput] HRESULT Bounciness([in] DOUBLE value);
                    }

                    [uuid(C0701DA2-4F73-41C9-B2CB-2EA3105107FF)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BounceEase)]
                    interface IBounceEaseStatics : IInspectable
                    {
                        [propget] HRESULT BouncesProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT BouncinessProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(A9382962-230B-49DA-9E0D-664987892343)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SineEase)]
                    interface ISineEase : IInspectable
                    {
                    }

                    [uuid(64189FCD-49EC-4E52-A6F6-55324C921053)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BeginStoryboard)]
                    interface IBeginStoryboard : IInspectable
                    {
                        [propget] HRESULT Storyboard([out] [retval] Windows.UI.Xaml.Media.Animation.Storyboard** value);
                        [propput] HRESULT Storyboard([in] Windows.UI.Xaml.Media.Animation.Storyboard* value);
                    }

                    [uuid(12CFF18C-AA91-4C4A-B82F-DF34FC57F94B)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.BeginStoryboard)]
                    [version(0x06020000)]
                    interface IBeginStoryboardStatics : IInspectable
                    {
                        [propget] HRESULT StoryboardProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(D45C1E6E-3594-460E-981A-32271BD3AA06)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Storyboard)]
                    interface IStoryboard : IInspectable
                    {
                        [propget] HRESULT Children([out] [retval] Windows.UI.Xaml.Media.Animation.TimelineCollection** value);
                        HRESULT Seek([in] Windows.Foundation.TimeSpan offset);
                        HRESULT Stop();
                        HRESULT Begin();
                        HRESULT Pause();
                        HRESULT Resume();
                        HRESULT GetCurrentState([out] [retval] Windows.UI.Xaml.Media.Animation.ClockState* returnValue);
                        HRESULT GetCurrentTime([out] [retval] Windows.Foundation.TimeSpan* returnValue);
                        HRESULT SeekAlignedToLastTick([in] Windows.Foundation.TimeSpan offset);
                        HRESULT SkipToFill();
                    }

                    [uuid(D82F07D8-73D5-4379-BD48-7E05184A8BAD)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Storyboard)]
                    [version(0x06020000)]
                    interface IStoryboardStatics : IInspectable
                    {
                        [propget] HRESULT TargetPropertyProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        HRESULT GetTargetProperty([in] Windows.UI.Xaml.Media.Animation.Timeline* element, [out] [retval] HSTRING* path);
                        HRESULT SetTargetProperty([in] Windows.UI.Xaml.Media.Animation.Timeline* element, [in] HSTRING path);
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        HRESULT GetTargetName([in] Windows.UI.Xaml.Media.Animation.Timeline* element, [out] [retval] HSTRING* name);
                        HRESULT SetTargetName([in] Windows.UI.Xaml.Media.Animation.Timeline* element, [in] HSTRING name);
                        HRESULT SetTarget([in] Windows.UI.Xaml.Media.Animation.Timeline* timeline, [in] Windows.UI.Xaml.DependencyObject* target);
                    }

                    [uuid(6D4BC8F5-A918-4477-8078-554C68812AB8)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation)]
                    interface IFadeInThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(7F0117E1-BEA9-4923-B23A-0DDF4D7B8737)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation)]
                    interface IFadeInThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(89276BA9-FFD4-45B6-9B9A-CED48951E712)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation)]
                    [version(0x06020000)]
                    interface IFadeOutThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(FE17A81A-4168-4F68-A28C-E5DD98CF680F)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation)]
                    [version(0x06020000)]
                    interface IFadeOutThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(196938C1-1C07-4C28-8847-F9F055B32855)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopInThemeAnimation)]
                    [version(0x06020000)]
                    interface IPopInThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                        [propget] HRESULT FromHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT FromVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromVerticalOffset([in] DOUBLE value);
                    }

                    [uuid(EFAA99D3-218A-4701-977F-F1BFAE8BA649)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopInThemeAnimation)]
                    interface IPopInThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(4786AB49-0E48-4E81-A2E5-CC5AA19E48D3)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation)]
                    [version(0x06020000)]
                    interface IPopOutThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(1D492C09-03C1-4490-99DC-909FEAB357FB)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation)]
                    interface IPopOutThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(ECDA24E8-8945-4949-A1BF-62109965A7E9)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation)]
                    interface IRepositionThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                        [propget] HRESULT FromHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT FromVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromVerticalOffset([in] DOUBLE value);
                    }

                    [uuid(4D92B1B1-860B-4BF9-A59D-1EB1CCBE8FE0)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation)]
                    [version(0x06020000)]
                    interface IRepositionThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(E9E9D07D-6340-4828-AD12-690694B9910B)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation)]
                    [version(0x06020000)]
                    interface IPointerUpThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(7C618F9C-7992-4139-8BFC-0883B9727A7E)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation)]
                    interface IPointerUpThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(B58E714E-C49D-4788-A233-0AE85D99DD5A)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation)]
                    interface IPointerDownThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(63A7CB7B-6D46-4494-B94A-E72F3B492A61)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation)]
                    [version(0x06020000)]
                    interface IPointerDownThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(785FD7AA-5456-4639-8FD2-26BAE6A5FFE4)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation)]
                    [version(0x06020000)]
                    interface ISplitOpenThemeAnimation : IInspectable
                    {
                        [propget] HRESULT OpenedTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT OpenedTargetName([in] HSTRING value);
                        [propget] HRESULT OpenedTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT OpenedTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT ClosedTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT ClosedTargetName([in] HSTRING value);
                        [propget] HRESULT ClosedTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT ClosedTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT ContentTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT ContentTargetName([in] HSTRING value);
                        [propget] HRESULT ContentTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT ContentTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT OpenedLength([out] [retval] DOUBLE* value);
                        [propput] HRESULT OpenedLength([in] DOUBLE value);
                        [propget] HRESULT ClosedLength([out] [retval] DOUBLE* value);
                        [propput] HRESULT ClosedLength([in] DOUBLE value);
                        [propget] HRESULT OffsetFromCenter([out] [retval] DOUBLE* value);
                        [propput] HRESULT OffsetFromCenter([in] DOUBLE value);
                        [propget] HRESULT ContentTranslationDirection([out] [retval] Windows.UI.Xaml.Controls.Primitives.AnimationDirection* value);
                        [propput] HRESULT ContentTranslationDirection([in] Windows.UI.Xaml.Controls.Primitives.AnimationDirection value);
                        [propget] HRESULT ContentTranslationOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT ContentTranslationOffset([in] DOUBLE value);
                    }

                    [uuid(8D4CFA89-3A91-458D-B0FB-4CAD625CBF8D)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation)]
                    [version(0x06020000)]
                    interface ISplitOpenThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT OpenedTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OpenedTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OpenedLengthProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedLengthProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OffsetFromCenterProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTranslationDirectionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTranslationOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(4F799518-FF39-4E90-BB74-2ABD56027402)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation)]
                    [version(0x06020000)]
                    interface ISplitCloseThemeAnimation : IInspectable
                    {
                        [propget] HRESULT OpenedTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT OpenedTargetName([in] HSTRING value);
                        [propget] HRESULT OpenedTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT OpenedTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT ClosedTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT ClosedTargetName([in] HSTRING value);
                        [propget] HRESULT ClosedTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT ClosedTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT ContentTargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT ContentTargetName([in] HSTRING value);
                        [propget] HRESULT ContentTarget([out] [retval] Windows.UI.Xaml.DependencyObject** value);
                        [propput] HRESULT ContentTarget([in] Windows.UI.Xaml.DependencyObject* value);
                        [propget] HRESULT OpenedLength([out] [retval] DOUBLE* value);
                        [propput] HRESULT OpenedLength([in] DOUBLE value);
                        [propget] HRESULT ClosedLength([out] [retval] DOUBLE* value);
                        [propput] HRESULT ClosedLength([in] DOUBLE value);
                        [propget] HRESULT OffsetFromCenter([out] [retval] DOUBLE* value);
                        [propput] HRESULT OffsetFromCenter([in] DOUBLE value);
                        [propget] HRESULT ContentTranslationDirection([out] [retval] Windows.UI.Xaml.Controls.Primitives.AnimationDirection* value);
                        [propput] HRESULT ContentTranslationDirection([in] Windows.UI.Xaml.Controls.Primitives.AnimationDirection value);
                        [propget] HRESULT ContentTranslationOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT ContentTranslationOffset([in] DOUBLE value);
                    }

                    [uuid(7AA94DE9-CC9B-4E90-A11A-0050A2216A9E)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation)]
                    [version(0x06020000)]
                    interface ISplitCloseThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT OpenedTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OpenedTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTargetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OpenedLengthProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ClosedLengthProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT OffsetFromCenterProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTranslationDirectionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ContentTranslationOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(A38A4214-0BCA-4D2D-95F7-CEBA57FBAF60)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation)]
                    interface ISwipeBackThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                        [propget] HRESULT FromHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT FromVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromVerticalOffset([in] DOUBLE value);
                    }

                    [uuid(693F31BF-4DA6-468A-8CE0-996C9AAD42E0)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation)]
                    [version(0x06020000)]
                    interface ISwipeBackThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(CDD067C0-580E-4E40-BE98-F202D3D84365)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation)]
                    [version(0x06020000)]
                    interface ISwipeHintThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                        [propget] HRESULT ToHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT ToHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT ToVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT ToVerticalOffset([in] DOUBLE value);
                    }

                    [uuid(23D61A57-9115-4D63-B04A-B89F1C744DC0)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation)]
                    [version(0x06020000)]
                    interface ISwipeHintThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(0C7D5DB5-7ED6-4949-B4E6-A78C9F4F978D)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation)]
                    [version(0x06020000)]
                    interface IDragItemThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(6218B9F5-013A-4FB1-86FC-92BC4E8D0241)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation)]
                    interface IDragItemThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(1881C968-1824-462B-87E8-C357212B977B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation)]
                    interface IDropTargetItemThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                    }

                    [uuid(AE80F486-2E56-4513-BF18-D77470164AE5)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation)]
                    interface IDropTargetItemThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(72F762F7-7E51-4A6B-B937-DC4B4C1C5458)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation)]
                    interface IDragOverThemeAnimation : IInspectable
                    {
                        [propget] HRESULT TargetName([out] [retval] HSTRING* value);
                        [propput] HRESULT TargetName([in] HSTRING value);
                        [propget] HRESULT ToOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT ToOffset([in] DOUBLE value);
                        [propget] HRESULT Direction([out] [retval] Windows.UI.Xaml.Controls.Primitives.AnimationDirection* value);
                        [propput] HRESULT Direction([in] Windows.UI.Xaml.Controls.Primitives.AnimationDirection value);
                    }

                    [uuid(146FFE57-3C9D-41D9-A5FF-8D7239516810)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation)]
                    [version(0x06020000)]
                    interface IDragOverThemeAnimationStatics : IInspectable
                    {
                        [propget] HRESULT TargetNameProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT DirectionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(7E9F3D59-0F07-4BC9-977D-03763FF8154F)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleAnimation)]
                    interface IDoubleAnimation : IInspectable
                    {
                        [propget] HRESULT From([out] [retval] Windows.Foundation.IReference<DOUBLE>** value);
                        [propput] HRESULT From([in] Windows.Foundation.IReference<DOUBLE>* value);
                        [propget] HRESULT To([out] [retval] Windows.Foundation.IReference<DOUBLE>** value);
                        [propput] HRESULT To([in] Windows.Foundation.IReference<DOUBLE>* value);
                        [propget] HRESULT By([out] [retval] Windows.Foundation.IReference<DOUBLE>** value);
                        [propput] HRESULT By([in] Windows.Foundation.IReference<DOUBLE>* value);
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(E27A935D-F111-43B7-B824-832B58D7786B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleAnimation)]
                    interface IDoubleAnimationStatics : IInspectable
                    {
                        [propget] HRESULT FromProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ByProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(B8AE8A15-0F63-4694-9467-BDAFAC1253EA)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorAnimation)]
                    interface IColorAnimation : IInspectable
                    {
                        [propget] HRESULT From([out] [retval] Windows.Foundation.IReference<Windows.UI.Color>** value);
                        [propput] HRESULT From([in] Windows.Foundation.IReference<Windows.UI.Color>* value);
                        [propget] HRESULT To([out] [retval] Windows.Foundation.IReference<Windows.UI.Color>** value);
                        [propput] HRESULT To([in] Windows.Foundation.IReference<Windows.UI.Color>* value);
                        [propget] HRESULT By([out] [retval] Windows.Foundation.IReference<Windows.UI.Color>** value);
                        [propput] HRESULT By([in] Windows.Foundation.IReference<Windows.UI.Color>* value);
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(55EAF6E2-87E3-4F48-958F-855B2F9EA9EC)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorAnimation)]
                    interface IColorAnimationStatics : IInspectable
                    {
                        [propget] HRESULT FromProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ByProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(30F04312-7726-4F88-B8E2-2FA54518963B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointAnimation)]
                    interface IPointAnimation : IInspectable
                    {
                        [propget] HRESULT From([out] [retval] Windows.Foundation.IReference<Windows.Foundation.Point>** value);
                        [propput] HRESULT From([in] Windows.Foundation.IReference<Windows.Foundation.Point>* value);
                        [propget] HRESULT To([out] [retval] Windows.Foundation.IReference<Windows.Foundation.Point>** value);
                        [propput] HRESULT To([in] Windows.Foundation.IReference<Windows.Foundation.Point>* value);
                        [propget] HRESULT By([out] [retval] Windows.Foundation.IReference<Windows.Foundation.Point>** value);
                        [propput] HRESULT By([in] Windows.Foundation.IReference<Windows.Foundation.Point>* value);
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(2F99B356-E737-408B-A0FD-327826D32255)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointAnimation)]
                    [version(0x06020000)]
                    interface IPointAnimationStatics : IInspectable
                    {
                        [propget] HRESULT FromProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ToProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT ByProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(77A163BB-D5CA-4A32-BA0B-7DFF988E58A0)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.KeySpline)]
                    interface IKeySpline : IInspectable
                    {
                        [propget] HRESULT ControlPoint1([out] [retval] Windows.Foundation.Point* value);
                        [propput] HRESULT ControlPoint1([in] Windows.Foundation.Point value);
                        [propget] HRESULT ControlPoint2([out] [retval] Windows.Foundation.Point* value);
                        [propput] HRESULT ControlPoint2([in] Windows.Foundation.Point value);
                    }

                    [uuid(4FEE628F-BFEE-4F75-83C2-A93B39488473)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames)]
                    [version(0x06020000)]
                    interface IDoubleAnimationUsingKeyFrames : IInspectable
                    {
                        [propget] HRESULT KeyFrames([out] [retval] Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection** value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(109BF2F6-C60F-49AA-ABF6-F696D492116B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames)]
                    interface IDoubleAnimationUsingKeyFramesStatics : IInspectable
                    {
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(674456FD-E81E-4F4E-B4AD-0ACFED9ECD68)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)]
                    interface IDoubleKeyFrame : IInspectable
                    {
                        [propget] HRESULT Value([out] [retval] DOUBLE* value);
                        [propput] HRESULT Value([in] DOUBLE value);
                        [propget] HRESULT KeyTime([out] [retval] Windows.UI.Xaml.Media.Animation.KeyTime* value);
                        [propput] HRESULT KeyTime([in] Windows.UI.Xaml.Media.Animation.KeyTime value);
                    }

                    [uuid(324641B0-7D37-427A-ADEB-43F38BB61A4D)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)]
                    [version(0x06020000)]
                    interface IDoubleKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT ValueProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT KeyTimeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(AC97DEC3-7538-40B9-B152-696F7FBF4722)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DoubleKeyFrame)]
                    interface IDoubleKeyFrameFactory : IInspectable
                    {
                        HRESULT CreateInstance([in] IInspectable* outer, [out] IInspectable** inner, [out] [retval] Windows.UI.Xaml.Media.Animation.DoubleKeyFrame** instance);
                    }

                    [uuid(F5F51F3A-AD11-49CE-8E1C-08FDF1447446)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DiscreteDoubleKeyFrame)]
                    interface IDiscreteDoubleKeyFrame : IInspectable
                    {
                    }

                    [uuid(8EFDF265-9A7B-431D-8F0C-14C56B5EA4D9)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.LinearDoubleKeyFrame)]
                    [version(0x06020000)]
                    interface ILinearDoubleKeyFrame : IInspectable
                    {
                    }

                    [uuid(00D72D38-6B2B-4843-838E-C8B115EEC801)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame)]
                    interface ISplineDoubleKeyFrame : IInspectable
                    {
                        [propget] HRESULT KeySpline([out] [retval] Windows.UI.Xaml.Media.Animation.KeySpline** value);
                        [propput] HRESULT KeySpline([in] Windows.UI.Xaml.Media.Animation.KeySpline* value);
                    }

                    [uuid(060A8FFC-975F-4E4E-9EC7-13C5AEE02062)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame)]
                    interface ISplineDoubleKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT KeySplineProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(965ADB8D-9A54-4108-B4FF-B5A5212CB338)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame)]
                    interface IEasingDoubleKeyFrame : IInspectable
                    {
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                    }

                    [uuid(C8D3D845-DBAE-4E5B-8B84-D9537398E5B1)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame)]
                    [version(0x06020000)]
                    interface IEasingDoubleKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(F5C82640-13C3-42AA-9AE2-7E6B51C92F95)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames)]
                    [version(0x06020000)]
                    interface IColorAnimationUsingKeyFrames : IInspectable
                    {
                        [propget] HRESULT KeyFrames([out] [retval] Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection** value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(B4723CDC-96E9-48F9-8D92-9B648B2F1CC6)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames)]
                    [version(0x06020000)]
                    interface IColorAnimationUsingKeyFramesStatics : IInspectable
                    {
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(B51D82D9-0910-4589-A284-B0C9205858E9)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)]
                    interface IColorKeyFrame : IInspectable
                    {
                        [propget] HRESULT Value([out] [retval] Windows.UI.Color* value);
                        [propput] HRESULT Value([in] Windows.UI.Color value);
                        [propget] HRESULT KeyTime([out] [retval] Windows.UI.Xaml.Media.Animation.KeyTime* value);
                        [propput] HRESULT KeyTime([in] Windows.UI.Xaml.Media.Animation.KeyTime value);
                    }

                    [uuid(C043AE99-210C-430F-9DA5-DF1082692055)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)]
                    interface IColorKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT ValueProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT KeyTimeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(769BD88A-9CFB-4A7D-96C4-A1E7DE6FDB4B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ColorKeyFrame)]
                    interface IColorKeyFrameFactory : IInspectable
                    {
                        HRESULT CreateInstance([in] IInspectable* outer, [out] IInspectable** inner, [out] [retval] Windows.UI.Xaml.Media.Animation.ColorKeyFrame** instance);
                    }

                    [uuid(230C08F4-E062-4CB1-8E2A-14093D73ED8C)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DiscreteColorKeyFrame)]
                    [version(0x06020000)]
                    interface IDiscreteColorKeyFrame : IInspectable
                    {
                    }

                    [uuid(66FDB6EF-AC81-4611-B1D2-61F545983F03)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.LinearColorKeyFrame)]
                    interface ILinearColorKeyFrame : IInspectable
                    {
                    }

                    [uuid(1A4A5941-1FE0-473A-8EFE-4316D8C86229)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame)]
                    interface ISplineColorKeyFrame : IInspectable
                    {
                        [propget] HRESULT KeySpline([out] [retval] Windows.UI.Xaml.Media.Animation.KeySpline** value);
                        [propput] HRESULT KeySpline([in] Windows.UI.Xaml.Media.Animation.KeySpline* value);
                    }

                    [uuid(61D1D997-8589-4F2F-8FBB-7D03EDC98DD3)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame)]
                    interface ISplineColorKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT KeySplineProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(C733D630-F4B9-4934-9BDD-27AC5ED1CFD8)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame)]
                    [version(0x06020000)]
                    interface IEasingColorKeyFrame : IInspectable
                    {
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                    }

                    [uuid(6F3837FC-8E3D-4522-9B0F-003DB8609851)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame)]
                    interface IEasingColorKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(9B944F72-446A-41D0-A129-41A620F4595D)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames)]
                    interface IPointAnimationUsingKeyFrames : IInspectable
                    {
                        [propget] HRESULT KeyFrames([out] [retval] Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection** value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(5F454C87-2390-46EA-BAA7-762F4BC30D04)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames)]
                    interface IPointAnimationUsingKeyFramesStatics : IInspectable
                    {
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(FCC88D01-7F82-4DAE-8026-7B7E086878B3)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointKeyFrame)]
                    [version(0x06020000)]
                    interface IPointKeyFrame : IInspectable
                    {
                        [propget] HRESULT Value([out] [retval] Windows.Foundation.Point* value);
                        [propput] HRESULT Value([in] Windows.Foundation.Point value);
                        [propget] HRESULT KeyTime([out] [retval] Windows.UI.Xaml.Media.Animation.KeyTime* value);
                        [propput] HRESULT KeyTime([in] Windows.UI.Xaml.Media.Animation.KeyTime value);
                    }

                    [uuid(95CF1B27-7965-4BEC-B9FB-FBE94B65518E)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointKeyFrame)]
                    [version(0x06020000)]
                    interface IPointKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT ValueProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT KeyTimeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(CB214BDF-426A-4392-8355-C2AE52852623)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PointKeyFrame)]
                    [version(0x06020000)]
                    interface IPointKeyFrameFactory : IInspectable
                    {
                        HRESULT CreateInstance([in] IInspectable* outer, [out] IInspectable** inner, [out] [retval] Windows.UI.Xaml.Media.Animation.PointKeyFrame** instance);
                    }

                    [uuid(E0A9070D-4C42-4A90-983A-75F5A83A2FBE)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DiscretePointKeyFrame)]
                    interface IDiscretePointKeyFrame : IInspectable
                    {
                    }

                    [uuid(E7C9B8EF-AF24-49EE-84F1-A86600A4E319)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.LinearPointKeyFrame)]
                    [version(0x06020000)]
                    interface ILinearPointKeyFrame : IInspectable
                    {
                    }

                    [uuid(0F19F306-7036-494F-BC3C-780DF0CC524A)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame)]
                    [version(0x06020000)]
                    interface ISplinePointKeyFrame : IInspectable
                    {
                        [propget] HRESULT KeySpline([out] [retval] Windows.UI.Xaml.Media.Animation.KeySpline** value);
                        [propput] HRESULT KeySpline([in] Windows.UI.Xaml.Media.Animation.KeySpline* value);
                    }

                    [uuid(E97A32C2-0A7A-4766-95CB-0D692611CB4C)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame)]
                    [version(0x06020000)]
                    interface ISplinePointKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT KeySplineProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(B3C91380-6868-4225-A70B-3981CC0B2947)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame)]
                    [version(0x06020000)]
                    interface IEasingPointKeyFrame : IInspectable
                    {
                        [propget] HRESULT EasingFunction([out] [retval] Windows.UI.Xaml.Media.Animation.EasingFunctionBase** value);
                        [propput] HRESULT EasingFunction([in] Windows.UI.Xaml.Media.Animation.EasingFunctionBase* value);
                    }

                    [uuid(E22DBFC4-080C-402C-A6B5-F48D0A98116B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame)]
                    interface IEasingPointKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT EasingFunctionProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(334A2D92-B74A-4C64-B9A6-58BCFA314F22)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames)]
                    [version(0x06020000)]
                    interface IObjectAnimationUsingKeyFrames : IInspectable
                    {
                        [propget] HRESULT KeyFrames([out] [retval] Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection** value);
                        [propget] HRESULT EnableDependentAnimation([out] [retval] boolean* value);
                        [propput] HRESULT EnableDependentAnimation([in] boolean value);
                    }

                    [uuid(EB736182-6AF1-49A3-97B6-783ED97400FE)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames)]
                    interface IObjectAnimationUsingKeyFramesStatics : IInspectable
                    {
                        [propget] HRESULT EnableDependentAnimationProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(9852A851-8593-48EE-A6A4-D5D4720F029A)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)]
                    [version(0x06020000)]
                    interface IObjectKeyFrame : IInspectable
                    {
                        [propget] HRESULT Value([out] [retval] IInspectable** value);
                        [propput] HRESULT Value([in] IInspectable* value);
                        [propget] HRESULT KeyTime([out] [retval] Windows.UI.Xaml.Media.Animation.KeyTime* value);
                        [propput] HRESULT KeyTime([in] Windows.UI.Xaml.Media.Animation.KeyTime value);
                    }

                    [uuid(2CD6AB00-5319-4286-8EED-4E755EA0CF9C)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)]
                    [version(0x06020000)]
                    interface IObjectKeyFrameStatics : IInspectable
                    {
                        [propget] HRESULT ValueProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT KeyTimeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(1626143E-3E6D-44D8-9B9A-04AEA70F8492)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)]
                    interface IObjectKeyFrameFactory : IInspectable
                    {
                        HRESULT CreateInstance([in] IInspectable* outer, [out] IInspectable** inner, [out] [retval] Windows.UI.Xaml.Media.Animation.ObjectKeyFrame** instance);
                    }

                    [uuid(C7DCDE89-F12D-4A9C-8199-E7A9ECE3A473)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.DiscreteObjectKeyFrame)]
                    interface IDiscreteObjectKeyFrame : IInspectable
                    {
                    }

                    [uuid(3C677C7C-01D0-4DCE-B333-976F93312B08)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Transition)]
                    [version(0x06020000)]
                    interface ITransition : IInspectable
                    {
                    }

                    [uuid(DC9AB2CF-3BC9-44AA-B3FC-883A83233A2C)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.Transition)]
                    [version(0x06020000)]
                    interface ITransitionFactory : IInspectable
                    {
                    }

                    [uuid(88329B82-98F3-455A-AC53-2E7083B6E22C)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.RepositionThemeTransition)]
                    interface IRepositionThemeTransition : IInspectable
                    {
                    }

                    [uuid(ADEC852E-4424-4DAB-99C1-3A04E36A3C48)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.AddDeleteThemeTransition)]
                    interface IAddDeleteThemeTransition : IInspectable
                    {
                    }

                    [uuid(5C86C19B-49D7-19EC-CF19-83A73C6DE75E)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition)]
                    interface IEdgeUIThemeTransition : IInspectable
                    {
                        [propget] HRESULT Edge([out] [retval] Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation* value);
                        [propput] HRESULT Edge([in] Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation value);
                    }

                    [uuid(16A2B13B-4705-302B-27C6-2AAC92F645AC)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition)]
                    [version(0x06020000)]
                    interface IEdgeUIThemeTransitionStatics : IInspectable
                    {
                        [propget] HRESULT EdgeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(4708EB8E-4BFC-EE46-D4F9-708DEF3FBB2B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PaneThemeTransition)]
                    interface IPaneThemeTransition : IInspectable
                    {
                        [propget] HRESULT Edge([out] [retval] Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation* value);
                        [propput] HRESULT Edge([in] Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation value);
                    }

                    [uuid(316B382F-4BE4-1797-B45C-CD900BBE0CAA)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PaneThemeTransition)]
                    [version(0x06020000)]
                    interface IPaneThemeTransitionStatics : IInspectable
                    {
                        [propget] HRESULT EdgeProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(F66FC5C3-5915-437D-8E3B-ADF8E7F0AB57)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ContentThemeTransition)]
                    [version(0x06020000)]
                    interface IContentThemeTransition : IInspectable
                    {
                        [propget] HRESULT HorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT HorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT VerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT VerticalOffset([in] DOUBLE value);
                    }

                    [uuid(0E8EE385-9A42-4459-AFA9-337DC41E1587)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ContentThemeTransition)]
                    [version(0x06020000)]
                    interface IContentThemeTransitionStatics : IInspectable
                    {
                        [propget] HRESULT HorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT VerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(47843552-4283-545E-C791-268DCA22CE4B)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopupThemeTransition)]
                    interface IPopupThemeTransition : IInspectable
                    {
                        [propget] HRESULT FromHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT FromVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromVerticalOffset([in] DOUBLE value);
                    }

                    [uuid(E5A1640E-490D-1505-9F6B-8FAFC044DEC5)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.PopupThemeTransition)]
                    interface IPopupThemeTransitionStatics : IInspectable
                    {
                        [propget] HRESULT FromHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(07698C09-A8E3-419A-A01D-7410A0AE8EC8)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EntranceThemeTransition)]
                    [version(0x06020000)]
                    interface IEntranceThemeTransition : IInspectable
                    {
                        [propget] HRESULT FromHorizontalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromHorizontalOffset([in] DOUBLE value);
                        [propget] HRESULT FromVerticalOffset([out] [retval] DOUBLE* value);
                        [propput] HRESULT FromVerticalOffset([in] DOUBLE value);
                        [propget] HRESULT IsStaggeringEnabled([out] [retval] boolean* value);
                        [propput] HRESULT IsStaggeringEnabled([in] boolean value);
                    }

                    [uuid(37CC0577-FF98-4AED-B86E-5EC23702F877)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.EntranceThemeTransition)]
                    [version(0x06020000)]
                    interface IEntranceThemeTransitionStatics : IInspectable
                    {
                        [propget] HRESULT FromHorizontalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT FromVerticalOffsetProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                        [propget] HRESULT IsStaggeringEnabledProperty([out] [retval] Windows.UI.Xaml.DependencyProperty** value);
                    }

                    [uuid(F2065C6C-D052-4AD1-8362-B71B36DF7497)]
                    [version(0x06020000)]
                    [exclusiveto(Windows.UI.Xaml.Media.Animation.ReorderThemeTransition)]
                    interface IReorderThemeTransition : IInspectable
                    {
                    }

                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IRepeatBehaviorHelperStatics, 0x06020000)]
                    [threading(both)]
                    [marshaling_behavior(agile)]
                    runtimeclass RepeatBehaviorHelper
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IRepeatBehaviorHelper;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IKeyTimeHelperStatics, 0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass KeyTimeHelper
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IKeyTimeHelper;
                    }

                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    runtimeclass TransitionCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.Transition*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.Transition*>;
                    }

                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.ITimelineStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [composable(Windows.UI.Xaml.Media.Animation.ITimelineFactory, protected, 0x06020000)]
                    [version(0x06020000)]
                    runtimeclass Timeline : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ITimeline;
                    }

                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IEasingFunctionBaseStatics, 0x06020000)]
                    [version(0x06020000)]
                    [composable(Windows.UI.Xaml.Media.Animation.IEasingFunctionBaseFactory, protected, 0x06020000)]
                    [threading(both)]
                    runtimeclass EasingFunctionBase : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEasingFunctionBase;
                    }

                    [threading(both)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass CircleEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ICircleEase;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IBackEaseStatics, 0x06020000)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass BackEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IBackEase;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IExponentialEaseStatics, 0x06020000)]
                    runtimeclass ExponentialEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IExponentialEase;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPowerEaseStatics, 0x06020000)]
                    [threading(both)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    runtimeclass PowerEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPowerEase;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    runtimeclass QuadraticEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IQuadraticEase;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    runtimeclass CubicEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ICubicEase;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    runtimeclass QuarticEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IQuarticEase;
                    }

                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    runtimeclass QuinticEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IQuinticEase;
                    }

                    [threading(both)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IElasticEaseStatics, 0x06020000)]
                    runtimeclass ElasticEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IElasticEase;
                    }

                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IBounceEaseStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass BounceEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IBounceEase;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass SineEase : Windows.UI.Xaml.Media.Animation.EasingFunctionBase
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISineEase;
                    }

                    [threading(both)]
                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IBeginStoryboardStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    runtimeclass BeginStoryboard : Windows.UI.Xaml.TriggerAction
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IBeginStoryboard;
                    }

                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IStoryboardStatics, 0x06020000)]
                    [version(0x06020000)]
                    runtimeclass Storyboard : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IStoryboard;
                    }

                    [threading(both)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass TimelineCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.Timeline*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.Timeline*>;
                    }

                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IFadeInThemeAnimationStatics, 0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass FadeInThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IFadeInThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IFadeOutThemeAnimationStatics, 0x06020000)]
                    runtimeclass FadeOutThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IFadeOutThemeAnimation;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPopInThemeAnimationStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass PopInThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPopInThemeAnimation;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPopOutThemeAnimationStatics, 0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass PopOutThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPopOutThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IRepositionThemeAnimationStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass RepositionThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IRepositionThemeAnimation;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPointerUpThemeAnimationStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [threading(both)]
                    runtimeclass PointerUpThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPointerUpThemeAnimation;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPointerDownThemeAnimationStatics, 0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    runtimeclass PointerDownThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPointerDownThemeAnimation;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.ISplitOpenThemeAnimationStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass SplitOpenThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation;
                    }

                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.ISplitCloseThemeAnimationStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass SplitCloseThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation;
                    }

                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.ISwipeBackThemeAnimationStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass SwipeBackThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.ISwipeHintThemeAnimationStatics, 0x06020000)]
                    [version(0x06020000)]
                    runtimeclass SwipeHintThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IDragItemThemeAnimationStatics, 0x06020000)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass DragItemThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDragItemThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimationStatics, 0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass DropTargetItemThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IDragOverThemeAnimationStatics, 0x06020000)]
                    runtimeclass DragOverThemeAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDragOverThemeAnimation;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IDoubleAnimationStatics, 0x06020000)]
                    runtimeclass DoubleAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDoubleAnimation;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IColorAnimationStatics, 0x06020000)]
                    runtimeclass ColorAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IColorAnimation;
                    }

                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IPointAnimationStatics, 0x06020000)]
                    [threading(both)]
                    runtimeclass PointAnimation : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPointAnimation;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [marshaling_behavior(agile)]
                    runtimeclass KeySpline : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IKeySpline;
                    }

                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass ColorKeyFrameCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.ColorKeyFrame*>;
                    }

                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass DoubleKeyFrameCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.DoubleKeyFrame*>;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass PointKeyFrameCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.PointKeyFrame*>;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass ObjectKeyFrameCollection
                    {
                        [default] interface Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;
                        interface Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Media.Animation.ObjectKeyFrame*>;
                    }

                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IDoubleAnimationUsingKeyFramesStatics, 0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass DoubleAnimationUsingKeyFrames : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDoubleAnimationUsingKeyFrames;
                    }

                    [threading(both)]
                    [version(0x06020000)]
                    [composable(Windows.UI.Xaml.Media.Animation.IDoubleKeyFrameFactory, protected, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IDoubleKeyFrameStatics, 0x06020000)]
                    runtimeclass DoubleKeyFrame : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDoubleKeyFrame;
                    }

                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass DiscreteDoubleKeyFrame : Windows.UI.Xaml.Media.Animation.DoubleKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDiscreteDoubleKeyFrame;
                    }

                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass LinearDoubleKeyFrame : Windows.UI.Xaml.Media.Animation.DoubleKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ILinearDoubleKeyFrame;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.ISplineDoubleKeyFrameStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass SplineDoubleKeyFrame : Windows.UI.Xaml.Media.Animation.DoubleKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISplineDoubleKeyFrame;
                    }

                    [threading(both)]
                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IEasingDoubleKeyFrameStatics, 0x06020000)]
                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass EasingDoubleKeyFrame : Windows.UI.Xaml.Media.Animation.DoubleKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEasingDoubleKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IColorAnimationUsingKeyFramesStatics, 0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    runtimeclass ColorAnimationUsingKeyFrames : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IColorAnimationUsingKeyFrames;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IColorKeyFrameStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [composable(Windows.UI.Xaml.Media.Animation.IColorKeyFrameFactory, protected, 0x06020000)]
                    [threading(both)]
                    runtimeclass ColorKeyFrame : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IColorKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    runtimeclass DiscreteColorKeyFrame : Windows.UI.Xaml.Media.Animation.ColorKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDiscreteColorKeyFrame;
                    }

                    [threading(both)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    runtimeclass LinearColorKeyFrame : Windows.UI.Xaml.Media.Animation.ColorKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ILinearColorKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.ISplineColorKeyFrameStatics, 0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass SplineColorKeyFrame : Windows.UI.Xaml.Media.Animation.ColorKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISplineColorKeyFrame;
                    }

                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IEasingColorKeyFrameStatics, 0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass EasingColorKeyFrame : Windows.UI.Xaml.Media.Animation.ColorKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEasingColorKeyFrame;
                    }

                    [threading(both)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [static(Windows.UI.Xaml.Media.Animation.IPointAnimationUsingKeyFramesStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    runtimeclass PointAnimationUsingKeyFrames : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPointAnimationUsingKeyFrames;
                    }

                    [composable(Windows.UI.Xaml.Media.Animation.IPointKeyFrameFactory, protected, 0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IPointKeyFrameStatics, 0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass PointKeyFrame : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPointKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass DiscretePointKeyFrame : Windows.UI.Xaml.Media.Animation.PointKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDiscretePointKeyFrame;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass LinearPointKeyFrame : Windows.UI.Xaml.Media.Animation.PointKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ILinearPointKeyFrame;
                    }

                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.ISplinePointKeyFrameStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [activatable(0x06020000)]
                    runtimeclass SplinePointKeyFrame : Windows.UI.Xaml.Media.Animation.PointKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ISplinePointKeyFrame;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IEasingPointKeyFrameStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    runtimeclass EasingPointKeyFrame : Windows.UI.Xaml.Media.Animation.PointKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEasingPointKeyFrame;
                    }

                    [version(0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IObjectAnimationUsingKeyFramesStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    runtimeclass ObjectAnimationUsingKeyFrames : Windows.UI.Xaml.Media.Animation.Timeline
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IObjectAnimationUsingKeyFrames;
                    }

                    [composable(Windows.UI.Xaml.Media.Animation.IObjectKeyFrameFactory, protected, 0x06020000)]
                    [version(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IObjectKeyFrameStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass ObjectKeyFrame : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IObjectKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [version(0x06020000)]
                    runtimeclass DiscreteObjectKeyFrame : Windows.UI.Xaml.Media.Animation.ObjectKeyFrame
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IDiscreteObjectKeyFrame;
                    }

                    [marshaling_behavior(agile)]
                    [composable(Windows.UI.Xaml.Media.Animation.ITransitionFactory, public, 0x06020000)]
                    [version(0x06020000)]
                    [threading(both)]
                    runtimeclass Transition : Windows.UI.Xaml.DependencyObject
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.ITransition;
                    }

                    [activatable(0x06020000)]
                    [threading(both)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    runtimeclass RepositionThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IRepositionThemeTransition;
                    }

                    [threading(both)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    runtimeclass AddDeleteThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IAddDeleteThemeTransition;
                    }

                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IEdgeUIThemeTransitionStatics, 0x06020000)]
                    [version(0x06020000)]
                    runtimeclass EdgeUIThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEdgeUIThemeTransition;
                    }

                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IPaneThemeTransitionStatics, 0x06020000)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    [threading(both)]
                    runtimeclass PaneThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPaneThemeTransition;
                    }

                    [marshaling_behavior(agile)]
                    [activatable(0x06020000)]
                    [static(Windows.UI.Xaml.Media.Animation.IContentThemeTransitionStatics, 0x06020000)]
                    [version(0x06020000)]
                    [threading(both)]
                    runtimeclass ContentThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IContentThemeTransition;
                    }

                    [static(Windows.UI.Xaml.Media.Animation.IPopupThemeTransitionStatics, 0x06020000)]
                    [activatable(0x06020000)]
                    [threading(both)]
                    [marshaling_behavior(agile)]
                    [version(0x06020000)]
                    runtimeclass PopupThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IPopupThemeTransition;
                    }

                    [activatable(0x06020000)]
                    [version(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    [static(Windows.UI.Xaml.Media.Animation.IEntranceThemeTransitionStatics, 0x06020000)]
                    runtimeclass EntranceThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IEntranceThemeTransition;
                    }

                    [version(0x06020000)]
                    [activatable(0x06020000)]
                    [marshaling_behavior(agile)]
                    [threading(both)]
                    runtimeclass ReorderThemeTransition : Windows.UI.Xaml.Media.Animation.Transition
                    {
                        [default] interface Windows.UI.Xaml.Media.Animation.IReorderThemeTransition;
                    }
                }
            }
        }
    }
}
