1. changednamespace
    1. changednamespace
      1. changednamespace
        1. addedinterface
          1. addedproperty

            Description { get; } : String

          2. addedproperty

            IsRequired { get; } : Boolean

          3. addedproperty

            Kind { get; } : LearningModelFeatureKind

          4. addedproperty

            Name { get; } : String

        2. addedinterface
          1. addedproperty

            Kind { get; } : LearningModelFeatureKind

        3. addedinterface

          ILearningModelOperatorProvider

        4. addedclass
          1. addedproperty

            BitmapAlphaMode { get; } : BitmapAlphaMode

          2. addedproperty

            BitmapPixelFormat { get; } : BitmapPixelFormat

          3. addedproperty

            Description { get; } : String

          4. addedproperty

            Height { get; } : UInt32

          5. addedproperty

            IsRequired { get; } : Boolean

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Name { get; } : String

          8. addedproperty

            Width { get; } : UInt32

        5. addedclass
          1. addedmethod

            CreateFromVideoFrame(VideoFrame image) static : ImageFeatureValue

          2. addedproperty

            Kind { get; } : LearningModelFeatureKind

          3. addedproperty

            VideoFrame { get; } : VideoFrame

        6. addedinterface
          1. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          2. addedproperty

            TensorKind { get; } : TensorKind

        7. addedclass
          1. addedproperty

            Author { get; } : String

          2. addedproperty

            Description { get; } : String

          3. addedmethod

            Dispose() : Void

          4. addedproperty

            Domain { get; } : String

          5. addedproperty

            InputFeatures { get; } : IReadOnlyList<ILearningModelFeatureDescriptor>

          6. addedmethod

            LoadFromFilePath(String filePath) static : LearningModel

          7. addedmethod

            LoadFromFilePath(String filePath, ILearningModelOperatorProvider operatorProvider) static : LearningModel

          8. addedmethod

            LoadFromStorageFileAsync(IStorageFile modelFile) static : IAsyncOperation<LearningModel>

          9. addedmethod

            LoadFromStorageFileAsync(IStorageFile modelFile, ILearningModelOperatorProvider operatorProvider) static : IAsyncOperation<LearningModel>

          10. addedmethod

            LoadFromStream(IRandomAccessStreamReference modelStream) static : LearningModel

          11. addedmethod

            LoadFromStream(IRandomAccessStreamReference modelStream, ILearningModelOperatorProvider operatorProvider) static : LearningModel

          12. addedmethod

            LoadFromStreamAsync(IRandomAccessStreamReference modelStream) static : IAsyncOperation<LearningModel>

          13. addedmethod

            LoadFromStreamAsync(IRandomAccessStreamReference modelStream, ILearningModelOperatorProvider operatorProvider) static : IAsyncOperation<LearningModel>

          14. addedproperty

            Metadata { get; } : IReadOnlyDictionary<String,String>

          15. addedproperty

            Name { get; } : String

          16. addedproperty

            OutputFeatures { get; } : IReadOnlyList<ILearningModelFeatureDescriptor>

          17. addedproperty

            Version { get; } : Int64

        8. addedclass
          1. addedmethod

            Bind(String name, Object value) : Void

          2. addedmethod

            Bind(String name, Object value, IPropertySet props) : Void

          3. addedmethod

            Clear() : Void

          4. addedmethod

            ctor(LearningModelSession session)

          5. addedproperty

            Size { get; } : UInt32

        9. addedclass
          1. addedproperty

            AdapterId { get; } : DisplayAdapterId

          2. addedmethod

            CreateFromDirect3D11Device(IDirect3DDevice device) static : LearningModelDevice

          3. addedmethod

            ctor(LearningModelDeviceKind deviceKind)

          4. addedproperty

            Direct3D11Device { get; } : IDirect3DDevice

        10. addedenum
          1. addedenum

            Default : 0,

          2. addedenum

            Cpu : 1,

          3. addedenum

            DirectX : 2,

          4. addedenum

            DirectXHighPerformance : 3,

          5. addedenum

            DirectXMinPower : 4,

        11. addedclass
          1. addedproperty

            CorrelationId { get; } : String

          2. addedproperty

            ErrorStatus { get; } : Int32

          3. addedproperty

            Outputs { get; } : IReadOnlyDictionary<String,Object>

          4. addedproperty

            Succeeded { get; } : Boolean

        12. addedenum
          1. addedenum

            Tensor : 0,

          2. addedenum

            Sequence : 1,

          3. addedenum

            Map : 2,

          4. addedenum

            Image : 3,

        13. addedclass
          1. addedmethod

            ctor(LearningModel model)

          2. addedmethod

            ctor(LearningModel model, LearningModelDevice deviceToRunOn)

          3. addedproperty

            Device { get; } : LearningModelDevice

          4. addedmethod

            Dispose() : Void

          5. addedmethod

            Evaluate(LearningModelBinding bindings, String correlationId) : LearningModelEvaluationResult

          6. addedmethod

            EvaluateAsync(LearningModelBinding bindings, String correlationId) : IAsyncOperation<LearningModelEvaluationResult>

          7. addedmethod

            EvaluateFeatures(IDictionary<String,Object> features, String correlationId) : LearningModelEvaluationResult

          8. addedmethod

            EvaluateFeaturesAsync(IDictionary<String,Object> features, String correlationId) : IAsyncOperation<LearningModelEvaluationResult>

          9. addedproperty

            EvaluationProperties { get; } : IPropertySet

          10. addedproperty

            Model { get; } : LearningModel

        14. addedstruct

          MachineLearningContract

        15. addedclass
          1. addedproperty

            Description { get; } : String

          2. addedproperty

            IsRequired { get; } : Boolean

          3. addedproperty

            KeyKind { get; } : TensorKind

          4. addedproperty

            Kind { get; } : LearningModelFeatureKind

          5. addedproperty

            Name { get; } : String

          6. addedproperty

            ValueDescriptor { get; } : ILearningModelFeatureDescriptor

        16. addedclass
          1. addedproperty

            Description { get; } : String

          2. addedproperty

            ElementDescriptor { get; } : ILearningModelFeatureDescriptor

          3. addedproperty

            IsRequired { get; } : Boolean

          4. addedproperty

            Kind { get; } : LearningModelFeatureKind

          5. addedproperty

            Name { get; } : String

        17. addedclass
          1. addedmethod

            Create() static : TensorBoolean

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorBoolean

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Boolean[] data) static : TensorBoolean

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Boolean> data) static : TensorBoolean

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Boolean>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        18. addedclass
          1. addedmethod

            Create() static : TensorDouble

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorDouble

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Double[] data) static : TensorDouble

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Double> data) static : TensorDouble

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Double>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        19. addedclass
          1. addedproperty

            Description { get; } : String

          2. addedproperty

            IsRequired { get; } : Boolean

          3. addedproperty

            Kind { get; } : LearningModelFeatureKind

          4. addedproperty

            Name { get; } : String

          5. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          6. addedproperty

            TensorKind { get; } : TensorKind

        20. addedclass
          1. addedmethod

            Create() static : TensorFloat

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorFloat

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Single[] data) static : TensorFloat

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Single> data) static : TensorFloat

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Single>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        21. addedclass
          1. addedmethod

            Create() static : TensorFloat16Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorFloat16Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Single[] data) static : TensorFloat16Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Single> data) static : TensorFloat16Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Single>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        22. addedclass
          1. addedmethod

            Create() static : TensorInt16Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorInt16Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Int16[] data) static : TensorInt16Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Int16> data) static : TensorInt16Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Int16>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        23. addedclass
          1. addedmethod

            Create() static : TensorInt32Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorInt32Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Int32[] data) static : TensorInt32Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Int32> data) static : TensorInt32Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Int32>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        24. addedclass
          1. addedmethod

            Create() static : TensorInt64Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorInt64Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Int64[] data) static : TensorInt64Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Int64> data) static : TensorInt64Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Int64>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        25. addedclass
          1. addedmethod

            Create() static : TensorInt8Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorInt8Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Byte[] data) static : TensorInt8Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Byte> data) static : TensorInt8Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Byte>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        26. addedenum
          1. addedenum

            Undefined : 0,

          2. addedenum

            Float : 1,

          3. addedenum

            UInt8 : 2,

          4. addedenum

            Int8 : 3,

          5. addedenum

            UInt16 : 4,

          6. addedenum

            Int16 : 5,

          7. addedenum

            Int32 : 6,

          8. addedenum

            Int64 : 7,

          9. addedenum

            String : 8,

          10. addedenum

            Boolean : 9,

          11. addedenum

            Float16 : 10,

          12. addedenum

            Double : 11,

          13. addedenum

            UInt32 : 12,

          14. addedenum

            UInt64 : 13,

          15. addedenum

            Complex64 : 14,

          16. addedenum

            Complex128 : 15,

        27. addedclass
          1. addedmethod

            Create() static : TensorString

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorString

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, String[] data) static : TensorString

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<String> data) static : TensorString

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<String>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        28. addedclass
          1. addedmethod

            Create() static : TensorUInt16Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorUInt16Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, UInt16[] data) static : TensorUInt16Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<UInt16> data) static : TensorUInt16Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<UInt16>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        29. addedclass
          1. addedmethod

            Create() static : TensorUInt32Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorUInt32Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, UInt32[] data) static : TensorUInt32Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<UInt32> data) static : TensorUInt32Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<UInt32>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        30. addedclass
          1. addedmethod

            Create() static : TensorUInt64Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorUInt64Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, UInt64[] data) static : TensorUInt64Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<UInt64> data) static : TensorUInt64Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<UInt64>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

        31. addedclass
          1. addedmethod

            Create() static : TensorUInt8Bit

          2. addedmethod

            Create(IEnumerable<Int64> shape) static : TensorUInt8Bit

          3. addedmethod

            CreateFromArray(IEnumerable<Int64> shape, Byte[] data) static : TensorUInt8Bit

          4. addedmethod

            CreateFromIterable(IEnumerable<Int64> shape, IEnumerable<Byte> data) static : TensorUInt8Bit

          5. addedmethod

            GetAsVectorView() : IReadOnlyList<Byte>

          6. addedproperty

            Kind { get; } : LearningModelFeatureKind

          7. addedproperty

            Shape { get; } : IReadOnlyList<Int64>

          8. addedproperty

            TensorKind { get; } : TensorKind

    2. changednamespace
      1. changednamespace
        1. addedclass

          CommunicationBlockingAppSetAsActiveTrigger

      2. changednamespace
        1. addednamespace
          1. addedclass
            1. addedproperty

              Category { get; set; } : String

            2. addedproperty

              CategoryDescription { get; set; } : String

            3. addedproperty

              DisplayName { get; set; } : String

            4. addedproperty

              DisplayPicture { get; set; } : StorageFile

            5. addedproperty

              Location { get; set; } : String

          2. addedclass
            1. addedproperty

              IsCurrentAppActiveCallOriginApp static { get; } : Boolean

            2. addedmethod

              RequestSetAsActiveCallOriginAppAsync() static : IAsyncOperation<Boolean>

            3. addedmethod

              SetCallOrigin(Guid requestId, PhoneCallOrigin callOrigin) static : Void

            4. addedmethod

              ShowPhoneCallOriginSettingsUI() static : Void

        2. addedstruct

          CallsPhoneContract

        3. addedenum
          1. addedenum

            Continuous : 0,

          2. addedenum

            Burst : 1,

        4. addedenum
          1. addedenum

            Default : 0,

          2. addedenum

            Bluetooth : 1,

          3. addedenum

            Speakerphone : 2,

        5. addedclass
          1. addedproperty

            BlockPrivateNumbers static { get; set; } : Boolean

          2. addedproperty

            BlockUnknownNumbers static { get; set; } : Boolean

          3. addedmethod

            SetCallBlockingListAsync(IEnumerable<String> phoneNumberList) static : IAsyncOperation<Boolean>

        6. addedclass
          1. addedevent

            CallStateChanged static event : EventHandler<Object>

          2. addedproperty

            IsCallActive static { get; } : Boolean

          3. addedproperty

            IsCallIncoming static { get; } : Boolean

          4. addedmethod

            RequestStoreAsync() static : IAsyncOperation<PhoneCallStore>

          5. addedmethod

            ShowPhoneCallSettingsUI() static : Void

          6. addedmethod

            ShowPhoneCallUI(String phoneNumber, String displayName) static : Void

        7. addedenum
          1. addedenum

            Audio : 0,

          2. addedenum

            AudioAndVideo : 1,

          3. addedenum

            AudioAndRealTimeText : 2,

        8. addedclass
          1. addedmethod

            GetDefaultLineAsync() : IAsyncOperation<Guid>

          2. addedmethod

            IsEmergencyPhoneNumberAsync(String number) : IAsyncOperation<Boolean>

          3. addedmethod

            RequestLineWatcher() : PhoneLineWatcher

        9. addedclass
          1. addedproperty

            IsVideoCallingCapable { get; } : Boolean

        10. addedclass
          1. addedmethod

            GetCapabilitiesAsync(String phoneNumber) static : IAsyncOperation<PhoneCallVideoCapabilities>

        11. addedclass
          1. addedproperty

            AudioEndpoint { get; set; } : PhoneAudioRoutingEndpoint

          2. addedproperty

            Contact { get; set; } : Contact

          3. addedproperty

            ContactPhone { get; set; } : ContactPhone

          4. addedproperty

            DisplayName { get; set; } : String

          5. addedproperty

            Media { get; set; } : PhoneCallMedia

          6. addedproperty

            Number { get; set; } : String

        12. addedclass
          1. addedproperty

            CanDial { get; } : Boolean

          2. addedproperty

            CellularDetails { get; } : PhoneLineCellularDetails

          3. addedmethod

            Dial(String number, String displayName) : Void

          4. addedmethod

            DialWithOptions(PhoneDialOptions options) : Void

          5. addedproperty

            DisplayColor { get; } : Color

          6. addedproperty

            DisplayName { get; } : String

          7. addedmethod

            FromIdAsync(Guid lineId) static : IAsyncOperation<PhoneLine>

          8. addedproperty

            Id { get; } : Guid

          9. addedmethod

            IsImmediateDialNumberAsync(String number) : IAsyncOperation<Boolean>

          10. addedproperty

            LineConfiguration { get; } : PhoneLineConfiguration

          11. addedevent

            LineChanged event : TypedEventHandler<PhoneLine,Object>

          12. addedproperty

            NetworkName { get; } : String

          13. addedproperty

            NetworkState { get; } : PhoneNetworkState

          14. addedproperty

            SupportsTile { get; } : Boolean

          15. addedproperty

            Transport { get; } : PhoneLineTransport

          16. addedproperty

            VideoCallingCapabilities { get; } : PhoneCallVideoCapabilities

          17. addedproperty

            Voicemail { get; } : PhoneVoicemail

        13. addedclass
          1. addedmethod

            GetNetworkOperatorDisplayText(PhoneLineNetworkOperatorDisplayTextLocation location) : String

          2. addedproperty

            IsModemOn { get; } : Boolean

          3. addedproperty

            RegistrationRejectCode { get; } : Int32

          4. addedproperty

            SimSlotIndex { get; } : Int32

          5. addedproperty

            SimState { get; } : PhoneSimState

        14. addedclass
          1. addedproperty

            ExtendedProperties { get; } : IReadOnlyDictionary<String,Object>

          2. addedproperty

            IsVideoCallingEnabled { get; } : Boolean

        15. addedenum
          1. addedenum

            Default : 0,

          2. addedenum

            Tile : 1,

          3. addedenum

            Dialer : 2,

          4. addedenum

            InCallUI : 3,

        16. addedenum
          1. addedenum

            Cellular : 0,

          2. addedenum

            VoipApp : 1,

        17. addedclass
          1. addedevent

            EnumerationCompleted event : TypedEventHandler<PhoneLineWatcher,Object>

          2. addedevent

            LineAdded event : TypedEventHandler<PhoneLineWatcher,PhoneLineWatcherEventArgs>

          3. addedevent

            LineRemoved event : TypedEventHandler<PhoneLineWatcher,PhoneLineWatcherEventArgs>

          4. addedevent

            LineUpdated event : TypedEventHandler<PhoneLineWatcher,PhoneLineWatcherEventArgs>

          5. addedmethod

            Start() : Void

          6. addedproperty

            Status { get; } : PhoneLineWatcherStatus

          7. addedmethod

            Stop() : Void

          8. addedevent

            Stopped event : TypedEventHandler<PhoneLineWatcher,Object>

        18. addedclass
          1. addedproperty

            LineId { get; } : Guid

        19. addedenum
          1. addedenum

            Created : 0,

          2. addedenum

            Started : 1,

          3. addedenum

            EnumerationCompleted : 2,

          4. addedenum

            Stopped : 3,

        20. addedenum
          1. addedenum

            Unknown : 0,

          2. addedenum

            NoSignal : 1,

          3. addedenum

            Deregistered : 2,

          4. addedenum

            Denied : 3,

          5. addedenum

            Searching : 4,

          6. addedenum

            Home : 5,

          7. addedenum

            RoamingInternational : 6,

          8. addedenum

            RoamingDomestic : 7,

        21. addedenum
          1. addedenum

            Unknown : 0,

          2. addedenum

            PinNotRequired : 1,

          3. addedenum

            PinUnlocked : 2,

          4. addedenum

            PinLocked : 3,

          5. addedenum

            PukLocked : 4,

          6. addedenum

            NotInserted : 5,

          7. addedenum

            Invalid : 6,

          8. addedenum

            Disabled : 7,

        22. addedclass
          1. addedmethod

            DialVoicemailAsync() : IAsyncAction

          2. addedproperty

            MessageCount { get; } : Int32

          3. addedproperty

            Number { get; } : String

          4. addedproperty

            Type { get; } : PhoneVoicemailType

        23. addedenum
          1. addedenum

            None : 0,

          2. addedenum

            Traditional : 1,

          3. addedenum

            Visual : 2,

        24. changedclass
          1. addedmethod

            ReserveCallResourcesAsync() : IAsyncOperation<VoipPhoneCallResourceReservationStatus>

      3. addednamespace
        1. addedclass
          1. addedmethod

            IsBlockedNumberAsync(String number) static : IAsyncOperation<Boolean>

          2. addedproperty

            IsBlockingActive static { get; } : Boolean

          3. addedmethod

            ShowBlockedCallsUI() static : Void

          4. addedmethod

            ShowBlockedMessagesUI() static : Void

          5. addedmethod

            ShowBlockNumbersUI(IEnumerable<String> phoneNumbers) static : Boolean

          6. addedmethod

            ShowUnblockNumbersUI(IEnumerable<String> phoneNumbers) static : Boolean

        2. addedclass
          1. addedproperty

            IsCurrentAppActiveBlockingApp static { get; } : Boolean

          2. addedmethod

            RequestSetAsActiveBlockingAppAsync() static : IAsyncOperation<Boolean>

          3. addedmethod

            ShowCommunicationBlockingSettingsUI() static : Void

        3. addedstruct

          CommunicationBlockingContract

      4. changednamespace
        1. changedclass
          1. addedmethod

            ClearHistory() static : Boolean

          2. addedmethod

            DeleteItemFromHistory(ClipboardHistoryItem item) static : Boolean

          3. addedmethod

            GetHistoryItemsAsync() static : IAsyncOperation<ClipboardHistoryItemsResult>

          4. addedevent

            HistoryEnabledChanged static event : EventHandler<Object>

          5. addedevent

            HistoryChanged static event : EventHandler<ClipboardHistoryChangedEventArgs>

          6. addedmethod

            IsHistoryEnabled() static : Boolean

          7. addedmethod

            IsRoamingEnabled() static : Boolean

          8. addedevent

            RoamingEnabledChanged static event : EventHandler<Object>

          9. addedmethod

            SetContentWithOptions(DataPackage content, ClipboardContentOptions options) static : Boolean

          10. addedmethod

            SetHistoryItemAsContent(ClipboardHistoryItem item) static : SetHistoryItemAsContentStatus

        2. addedclass
          1. addedproperty

            HistoryFormats { get; } : IList<String>

          2. addedproperty

            IsAllowedInHistory { get; set; } : Boolean

          3. addedproperty

            IsRoamable { get; set; } : Boolean

          4. addedproperty

            RoamingFormats { get; } : IList<String>

        3. addedclass

          ClipboardHistoryChangedEventArgs

        4. addedclass
          1. addedproperty

            Content { get; } : DataPackageView

          2. addedproperty

            Id { get; } : String

          3. addedproperty

            Timestamp { get; } : DateTimeOffset

        5. addedclass
          1. addedproperty

            Items { get; } : IReadOnlyList<ClipboardHistoryItem>

          2. addedproperty

            Status { get; } : ClipboardHistoryItemsResultStatus

        6. addedenum
          1. addedenum

            Success : 0,

          2. addedenum

            AccessDenied : 1,

          3. addedenum

            ClipboardHistoryDisabled : 2,

        7. changedclass
          1. addedproperty

            IsFromRoamingClipboard { get; } : Boolean

        8. addedenum
          1. addedenum

            Success : 0,

          2. addedenum

            AccessDenied : 1,

          3. addedenum

            ItemDeleted : 2,

      5. changednamespace
        1. changedclass
          1. addedmethod

            GetCachedCapabilitiesAsync(String address, String transportId) static : IAsyncOperation<ChatCapabilities>

          2. addedmethod

            GetCapabilitiesFromNetworkAsync(String address, String transportId) static : IAsyncOperation<ChatCapabilities>

        2. changedclass
          1. addedevent

            TransportListChanged static event : EventHandler<Object>

      6. changednamespace
        1. changednamespace
          1. changednamespace
            1. addedenum
              1. addedenum

                Default : 0,

              2. addedenum

                Toast : 1,

              3. addedenum

                ToastWithoutPopup : 2,

              4. addedenum

                NoToast : 3,

            2. changedclass
              1. addedproperty

                CompletedInstallToastNotificationMode { get; set; } : AppInstallationToastNotificationMode

              2. addedproperty

                InstallInProgressToastNotificationMode { get; set; } : AppInstallationToastNotificationMode

              3. addedproperty

                PinToDesktopAfterInstall { get; set; } : Boolean

              4. addedproperty

                PinToStartAfterInstall { get; set; } : Boolean

              5. addedproperty

                PinToTaskbarAfterInstall { get; set; } : Boolean

            3. changedclass
              1. addedproperty

                CanInstallForAllUsers { get; } : Boolean

            4. changedclass
              1. addedproperty

                CampaignId { get; set; } : String

              2. addedproperty

                CompletedInstallToastNotificationMode { get; set; } : AppInstallationToastNotificationMode

              3. addedproperty

                ExtendedCampaignId { get; set; } : String

              4. addedproperty

                InstallForAllUsers { get; set; } : Boolean

              5. addedproperty

                InstallInProgressToastNotificationMode { get; set; } : AppInstallationToastNotificationMode

              6. addedproperty

                PinToDesktopAfterInstall { get; set; } : Boolean

              7. addedproperty

                PinToStartAfterInstall { get; set; } : Boolean

              8. addedproperty

                PinToTaskbarAfterInstall { get; set; } : Boolean

              9. addedproperty

                StageButDoNotInstall { get; set; } : Boolean

            5. changedclass
              1. addedproperty

                AutomaticallyDownloadAndInstallUpdateIfFound { get; set; } : Boolean

          2. addedenum
            1. addedenum

              Simple : 0,

            2. addedenum

              HttpOnly : 1,

            3. addedenum

              Lan : 2,

            4. addedenum

              Group : 3,

            5. addedenum

              Internet : 4,

            6. addedenum

              Bypass : 5,

          3. addedenum
            1. addedenum

              Default : 0,

            2. addedenum

              Policy : 1,

          4. addedclass
            1. addedproperty

              DownloadMode { get; } : DeliveryOptimizationDownloadMode

            2. addedproperty

              DownloadModeSource { get; } : DeliveryOptimizationDownloadModeSource

            3. addedmethod

              GetCurrentSettings() static : DeliveryOptimizationSettings

          5. changedclass
            1. addedmethod

              IsPinToDesktopSupported() static : Boolean

            2. addedmethod

              IsPinToStartSupported() static : Boolean

            3. addedmethod

              IsPinToTaskbarSupported() static : Boolean

            4. addedmethod

              PinToDesktop(String appPackageFamilyName) static : Void

            5. addedmethod

              PinToDesktopForUser(User user, String appPackageFamilyName) static : Void

      7. changednamespace
        1. changedclass
          1. addedproperty

            IsRoamable { get; set; } : Boolean

      8. addedclass
        1. addedproperty

          Uri { get; } : Uri

      9. addedclass
        1. addedproperty

          EstimatedRemovalDate { get; } : Nullable<DateTimeOffset>

        2. addedproperty

          FeatureId { get; } : String

        3. addedproperty

          Status { get; } : LimitedAccessFeatureStatus

      10. addedclass
        1. addedmethod

          TryUnlockFeature(String featureId, String token, String attestation) static : LimitedAccessFeatureRequestResult

      11. addedenum
        1. addedenum

          Unavailable : 0,

        2. addedenum

          Available : 1,

        3. addedenum

          AvailableWithoutToken : 2,

        4. addedenum

          Unknown : 3,

      12. changedclass
        1. addedmethod

          GetAppInstallerInfo() : AppInstallerInfo

        2. addedmethod

          CheckUpdateAvailabilityAsync() : IAsyncOperation<PackageUpdateAvailabilityResult>

      13. addedenum
        1. addedenum

          Unknown : 0,

        2. addedenum

          NoUpdates : 1,

        3. addedenum

          Available : 2,

        4. addedenum

          Required : 3,

        5. addedenum

          Error : 4,

      14. addedclass
        1. addedproperty

          Availability { get; } : PackageUpdateAvailability

        2. addedproperty

          ExtendedError { get; } : Exception

    3. changednamespace
      1. changednamespace
        1. changedclass
          1. addedmethod

            GetCandidatesAsync(String input, UInt32 maxCandidates, TextPredictionOptions predictionOptions, IEnumerable<String> previousStrings) : IAsyncOperation<IReadOnlyList<String>>

          2. addedmethod

            GetNextWordCandidatesAsync(UInt32 maxCandidates, IEnumerable<String> previousStrings) : IAsyncOperation<IReadOnlyList<String>>

          3. addedproperty

            InputScope { get; set; } : CoreTextInputScope

        2. addedenum
          1. addedenum

            None : 0,

          2. addedenum

            Predictions : 1,

          3. addedenum

            Corrections : 2,

    4. changednamespace
      1. changednamespace
        1. addednamespace
          1. addedclass
            1. addedproperty

              DeviceInterfacePath { get; } : String

            2. addedmethod

              FromId(DisplayAdapterId id) static : DisplayAdapter

            3. addedproperty

              Id { get; } : DisplayAdapterId

            4. addedproperty

              PciDeviceId { get; } : UInt32

            5. addedproperty

              PciRevision { get; } : UInt32

            6. addedproperty

              PciSubSystemId { get; } : UInt32

            7. addedproperty

              PciVendorId { get; } : UInt32

            8. addedproperty

              Properties { get; } : IReadOnlyDictionary<Guid,Object>

            9. addedproperty

              SourceCount { get; } : UInt32

          2. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              Bpc6 : 1,

            3. addedenum

              Bpc8 : 2,

            4. addedenum

              Bpc10 : 4,

            5. addedenum

              Bpc12 : 8,

            6. addedenum

              Bpc14 : 16,

            7. addedenum

              Bpc16 : 32,

          3. addedclass
            1. addedmethod

              CreatePeriodicFence(DisplayTarget target, TimeSpan offsetFromVBlank) : DisplayFence

            2. addedmethod

              CreatePrimary(DisplayTarget target, DisplayPrimaryDescription desc) : DisplaySurface

            3. addedmethod

              CreateScanoutSource(DisplayTarget target) : DisplaySource

            4. addedmethod

              CreateSimpleScanout(DisplaySource pSource, DisplaySurface pSurface, UInt32 SubResourceIndex, UInt32 SyncInterval) : DisplayScanout

            5. addedmethod

              CreateTaskPool() : DisplayTaskPool

            6. addedmethod

              IsCapabilitySupported(DisplayDeviceCapability capability) : Boolean

            7. addedmethod

              WaitForVBlank(DisplaySource source) : Void

          4. addedenum
            1. addedenum

              FlipOverride : 0,

          5. addedclass

            DisplayFence

          6. addedclass
            1. addedmethod

              Create(DisplayManagerOptions options) static : DisplayManager

            2. addedmethod

              CreateDisplayDevice(DisplayAdapter adapter) : DisplayDevice

            3. addedevent

              Disabled event : TypedEventHandler<DisplayManager,DisplayManagerDisabledEventArgs>

            4. addedmethod

              Dispose() : Void

            5. addedevent

              Enabled event : TypedEventHandler<DisplayManager,DisplayManagerEnabledEventArgs>

            6. addedmethod

              GetCurrentAdapters() : IReadOnlyList<DisplayAdapter>

            7. addedmethod

              GetCurrentTargets() : IReadOnlyList<DisplayTarget>

            8. addedevent

              Changed event : TypedEventHandler<DisplayManager,DisplayManagerChangedEventArgs>

            9. addedevent

              PathsFailedOrInvalidated event : TypedEventHandler<DisplayManager,DisplayManagerPathsFailedOrInvalidatedEventArgs>

            10. addedmethod

              ReleaseTarget(DisplayTarget target) : Void

            11. addedmethod

              Start() : Void

            12. addedmethod

              Stop() : Void

            13. addedmethod

              TryAcquireTarget(DisplayTarget target) : DisplayManagerResult

            14. addedmethod

              TryAcquireTargetsAndCreateEmptyState(IEnumerable<DisplayTarget> targets) : DisplayManagerResultWithState

            15. addedmethod

              TryAcquireTargetsAndCreateSubstate(DisplayState existingState, IEnumerable<DisplayTarget> targets) : DisplayManagerResultWithState

            16. addedmethod

              TryAcquireTargetsAndReadCurrentState(IEnumerable<DisplayTarget> targets) : DisplayManagerResultWithState

            17. addedmethod

              TryReadCurrentStateForAllTargets() : DisplayManagerResultWithState

          7. addedclass
            1. addedmethod

              GetDeferral() : Deferral

            2. addedproperty

              Handled { get; set; } : Boolean

          8. addedclass
            1. addedmethod

              GetDeferral() : Deferral

            2. addedproperty

              Handled { get; set; } : Boolean

          9. addedclass
            1. addedmethod

              GetDeferral() : Deferral

            2. addedproperty

              Handled { get; set; } : Boolean

          10. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              EnforceSourceOwnership : 1,

          11. addedclass
            1. addedmethod

              GetDeferral() : Deferral

            2. addedproperty

              Handled { get; set; } : Boolean

          12. addedenum
            1. addedenum

              Success : 0,

            2. addedenum

              UnknownFailure : 1,

            3. addedenum

              TargetAccessDenied : 2,

            4. addedenum

              TargetStale : 3,

            5. addedenum

              RemoteSessionNotSupported : 4,

          13. addedclass
            1. addedproperty

              ErrorCode { get; } : DisplayManagerResult

            2. addedproperty

              ExtendedErrorCode { get; } : Exception

            3. addedproperty

              State { get; } : DisplayState

          14. addedclass
            1. addedmethod

              GetWireFormatSupportedBitsPerChannel(DisplayWireFormatPixelEncoding encoding) : DisplayBitsPerChannel

            2. addedproperty

              IsInterlaced { get; } : Boolean

            3. addedproperty

              IsStereo { get; } : Boolean

            4. addedmethod

              IsWireFormatSupported(DisplayWireFormat wireFormat) : Boolean

            5. addedproperty

              PresentationRate { get; } : DisplayPresentationRate

            6. addedproperty

              Properties { get; } : IReadOnlyDictionary<Guid,Object>

            7. addedproperty

              SourcePixelFormat { get; } : DirectXPixelFormat

            8. addedproperty

              SourceResolution { get; } : SizeInt32

            9. addedproperty

              TargetResolution { get; } : SizeInt32

          15. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              OnlyPreferredResolution : 1,

          16. addedclass
            1. addedmethod

              ApplyPropertiesFromMode(DisplayModeInfo modeResult) : Void

            2. addedmethod

              FindModes(DisplayModeQueryOptions flags) : IReadOnlyList<DisplayModeInfo>

            3. addedproperty

              IsInterlaced { get; set; } : Nullable<Boolean>

            4. addedproperty

              IsStereo { get; set; } : Boolean

            5. addedproperty

              PresentationRate { get; set; } : Nullable<DisplayPresentationRate>

            6. addedproperty

              Properties { get; } : IDictionary<Guid,Object>

            7. addedproperty

              Rotation { get; set; } : DisplayRotation

            8. addedproperty

              Scaling { get; set; } : DisplayPathScaling

            9. addedproperty

              SourcePixelFormat { get; set; } : DirectXPixelFormat

            10. addedproperty

              SourceResolution { get; set; } : Nullable<SizeInt32>

            11. addedproperty

              Status { get; } : DisplayPathStatus

            12. addedproperty

              Target { get; } : DisplayTarget

            13. addedproperty

              TargetResolution { get; set; } : Nullable<SizeInt32>

            14. addedproperty

              View { get; } : DisplayView

            15. addedproperty

              WireFormat { get; set; } : DisplayWireFormat

          17. addedenum
            1. addedenum

              Identity : 0,

            2. addedenum

              Centered : 1,

            3. addedenum

              Stretched : 2,

            4. addedenum

              AspectRatioStretched : 3,

            5. addedenum

              Custom : 4,

            6. addedenum

              DriverPreferred : 5,

          18. addedenum
            1. addedenum

              Unknown : 0,

            2. addedenum

              Succeeded : 1,

            3. addedenum

              Pending : 2,

            4. addedenum

              Failed : 3,

            5. addedenum

              FailedAsync : 4,

            6. addedenum

              InvalidatedAsync : 5,

          19. addedstruct
            1. addedfield

              VerticalSyncRate : Rational

            2. addedfield

              VerticalSyncsPerPresentation : Int32

          20. addedclass
            1. addedproperty

              ColorSpace { get; } : DirectXColorSpace

            2. addedmethod

              CreateWithProperties(IEnumerable<KeyValuePair<Guid,Object>> extraProperties, UInt32 width, UInt32 height, DirectXPixelFormat pixelFormat, DirectXColorSpace colorSpace, Boolean isStereo, Direct3DMultisampleDescription multisampleDescription) static : DisplayPrimaryDescription

            3. addedmethod

              ctor(UInt32 width, UInt32 height, DirectXPixelFormat pixelFormat, DirectXColorSpace colorSpace, Boolean isStereo, Direct3DMultisampleDescription multisampleDescription)

            4. addedproperty

              Format { get; } : DirectXPixelFormat

            5. addedproperty

              Height { get; } : UInt32

            6. addedproperty

              IsStereo { get; } : Boolean

            7. addedproperty

              MultisampleDescription { get; } : Direct3DMultisampleDescription

            8. addedproperty

              Properties { get; } : IReadOnlyDictionary<Guid,Object>

            9. addedproperty

              Width { get; } : UInt32

          21. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              Clockwise90Degrees : 1,

            3. addedenum

              Clockwise180Degrees : 2,

            4. addedenum

              Clockwise270Degrees : 3,

          22. addedclass

            DisplayScanout

          23. addedclass
            1. addedproperty

              AdapterId { get; } : DisplayAdapterId

            2. addedmethod

              GetMetadata(Guid Key) : IBuffer

            3. addedproperty

              SourceId { get; } : UInt32

          24. addedclass
            1. addedmethod

              CanConnectTargetToView(DisplayTarget target, DisplayView view) : Boolean

            2. addedmethod

              Clone() : DisplayState

            3. addedmethod

              ConnectTarget(DisplayTarget target) : DisplayPath

            4. addedmethod

              ConnectTarget(DisplayTarget target, DisplayView view) : DisplayPath

            5. addedmethod

              DisconnectTarget(DisplayTarget target) : Void

            6. addedmethod

              GetPathForTarget(DisplayTarget target) : DisplayPath

            7. addedmethod

              GetViewForTarget(DisplayTarget target) : DisplayView

            8. addedproperty

              IsReadOnly { get; } : Boolean

            9. addedproperty

              IsStale { get; } : Boolean

            10. addedproperty

              Properties { get; } : IDictionary<Guid,Object>

            11. addedproperty

              Targets { get; } : IReadOnlyList<DisplayTarget>

            12. addedmethod

              TryApply(DisplayStateApplyOptions options) : DisplayStateOperationResult

            13. addedmethod

              TryFunctionalize(DisplayStateFunctionalizeOptions options) : DisplayStateOperationResult

            14. addedproperty

              Views { get; } : IReadOnlyList<DisplayView>

          25. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              FailIfStateChanged : 1,

            3. addedenum

              ForceReapply : 2,

            4. addedenum

              ForceModeEnumeration : 4,

          26. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              FailIfStateChanged : 1,

            3. addedenum

              ValidateTopologyOnly : 2,

          27. addedclass
            1. addedproperty

              ExtendedErrorCode { get; } : Exception

            2. addedproperty

              Status { get; } : DisplayStateOperationStatus

          28. addedenum
            1. addedenum

              Success : 0,

            2. addedenum

              PartialFailure : 1,

            3. addedenum

              UnknownFailure : 2,

            4. addedenum

              TargetOwnershipLost : 3,

            5. addedenum

              SystemStateChanged : 4,

            6. addedenum

              TooManyPathsForAdapter : 5,

            7. addedenum

              ModesNotSupported : 6,

            8. addedenum

              RemoteSessionNotSupported : 7,

          29. addedclass

            DisplaySurface

          30. addedclass
            1. addedproperty

              Adapter { get; } : DisplayAdapter

            2. addedproperty

              AdapterRelativeId { get; } : UInt32

            3. addedproperty

              DeviceInterfacePath { get; } : String

            4. addedproperty

              IsConnected { get; } : Boolean

            5. addedmethod

              IsEqual(DisplayTarget otherTarget) : Boolean

            6. addedmethod

              IsSame(DisplayTarget otherTarget) : Boolean

            7. addedproperty

              IsStale { get; } : Boolean

            8. addedproperty

              IsVirtualModeEnabled { get; } : Boolean

            9. addedproperty

              IsVirtualTopologyEnabled { get; } : Boolean

            10. addedproperty

              MonitorPersistence { get; } : DisplayTargetPersistence

            11. addedproperty

              Properties { get; } : IReadOnlyDictionary<Guid,Object>

            12. addedproperty

              StableMonitorId { get; } : String

            13. addedmethod

              TryGetMonitor() : DisplayMonitor

            14. addedproperty

              UsageKind { get; } : DisplayMonitorUsageKind

          31. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              BootPersisted : 1,

            3. addedenum

              TemporaryPersisted : 2,

            4. addedenum

              PathPersisted : 3,

          32. addedclass
            1. addedmethod

              SetScanout(DisplayScanout scanout) : Void

            2. addedmethod

              SetWait(DisplayFence readyFence, UInt64 readyFenceValue) : Void

          33. addedclass
            1. addedmethod

              CreateTask() : DisplayTask

            2. addedmethod

              ExecuteTask(DisplayTask task) : Void

          34. addedenum
            1. addedenum

              OnPresentFlipAway : 0,

          35. addedclass
            1. addedproperty

              ContentResolution { get; set; } : Nullable<SizeInt32>

            2. addedproperty

              Paths { get; } : IReadOnlyList<DisplayPath>

            3. addedproperty

              Properties { get; } : IDictionary<Guid,Object>

            4. addedmethod

              SetPrimaryPath(DisplayPath path) : Void

          36. addedclass
            1. addedproperty

              BitsPerChannel { get; } : Int32

            2. addedproperty

              ColorSpace { get; } : DisplayWireFormatColorSpace

            3. addedmethod

              CreateWithProperties(IEnumerable<KeyValuePair<Guid,Object>> extraProperties, DisplayWireFormatPixelEncoding pixelEncoding, Int32 bitsPerChannel, DisplayWireFormatColorSpace colorSpace, DisplayWireFormatEotf eotf, DisplayWireFormatHdrMetadata hdrMetadata) static : DisplayWireFormat

            4. addedmethod

              ctor(DisplayWireFormatPixelEncoding pixelEncoding, Int32 bitsPerChannel, DisplayWireFormatColorSpace colorSpace, DisplayWireFormatEotf eotf, DisplayWireFormatHdrMetadata hdrMetadata)

            5. addedproperty

              Eotf { get; } : DisplayWireFormatEotf

            6. addedproperty

              HdrMetadata { get; } : DisplayWireFormatHdrMetadata

            7. addedproperty

              PixelEncoding { get; } : DisplayWireFormatPixelEncoding

            8. addedproperty

              Properties { get; } : IReadOnlyDictionary<Guid,Object>

          37. addedenum
            1. addedenum

              BT709 : 0,

            2. addedenum

              BT2020 : 1,

            3. addedenum

              ProfileDefinedWideColorGamut : 2,

          38. addedenum
            1. addedenum

              Sdr : 0,

            2. addedenum

              HdrSmpte2084 : 1,

          39. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              Hdr10 : 1,

            3. addedenum

              Hdr10Plus : 2,

            4. addedenum

              DolbyVisionLowLatency : 3,

          40. addedenum
            1. addedenum

              Rgb444 : 0,

            2. addedenum

              Ycc444 : 1,

            3. addedenum

              Ycc422 : 2,

            4. addedenum

              Ycc420 : 3,

            5. addedenum

              Intensity : 4,

      2. changednamespace
        1. changednamespace
          1. changedenum
            1. addedenum

              DevicePanel : 8,

        2. changedenum
          1. addedenum

            DevicePanel : 8,

        3. changedclass
          1. addedmethod

            TryRegisterForAllInboundPairingRequestsWithProtectionLevel(DevicePairingKinds pairingKindsSupported, DevicePairingProtectionLevel minProtectionLevel) static : Boolean

      3. changednamespace
        1. addednamespace
          1. addedinterface
            1. addedproperty

              ZIndex { get; set; } : Int32

          2. addedclass
            1. addedevent

              BitmapRequested event : TypedEventHandler<LampArrayBitmapEffect,LampArrayBitmapRequestedEventArgs>

            2. addedmethod

              ctor(LampArray lampArray, Int32[] lampIndexes)

            3. addedproperty

              Duration { get; set; } : TimeSpan

            4. addedproperty

              StartDelay { get; set; } : TimeSpan

            5. addedproperty

              SuggestedBitmapSize { get; } : Size

            6. addedproperty

              UpdateInterval { get; set; } : TimeSpan

            7. addedproperty

              ZIndex { get; set; } : Int32

          3. addedclass
            1. addedproperty

              SinceStarted { get; } : TimeSpan

            2. addedmethod

              UpdateBitmap(SoftwareBitmap bitmap) : Void

          4. addedclass
            1. addedproperty

              AttackDuration { get; set; } : TimeSpan

            2. addedproperty

              Color { get; set; } : Color

            3. addedmethod

              ctor(LampArray lampArray, Int32[] lampIndexes)

            4. addedproperty

              DecayDuration { get; set; } : TimeSpan

            5. addedproperty

              Occurrences { get; set; } : Int32

            6. addedproperty

              RepetitionDelay { get; set; } : TimeSpan

            7. addedproperty

              RepetitionMode { get; set; } : LampArrayRepetitionMode

            8. addedproperty

              StartDelay { get; set; } : TimeSpan

            9. addedproperty

              SustainDuration { get; set; } : TimeSpan

            10. addedproperty

              ZIndex { get; set; } : Int32

          5. addedclass
            1. addedproperty

              Color { get; set; } : Color

            2. addedproperty

              CompletionBehavior { get; set; } : LampArrayEffectCompletionBehavior

            3. addedmethod

              ctor(LampArray lampArray, Int32[] lampIndexes)

            4. addedproperty

              RampDuration { get; set; } : TimeSpan

            5. addedproperty

              StartDelay { get; set; } : TimeSpan

            6. addedproperty

              ZIndex { get; set; } : Int32

          6. addedclass
            1. addedmethod

              ctor(LampArray lampArray, Int32[] lampIndexes)

            2. addedproperty

              Duration { get; set; } : TimeSpan

            3. addedproperty

              UpdateInterval { get; set; } : TimeSpan

            4. addedevent

              UpdateRequested event : TypedEventHandler<LampArrayCustomEffect,LampArrayUpdateRequestedEventArgs>

            5. addedproperty

              ZIndex { get; set; } : Int32

          7. addedenum
            1. addedenum

              ClearState : 0,

            2. addedenum

              KeepState : 1,

          8. addedclass
            1. addedmethod

              Append(ILampArrayEffect effect) : Void

            2. addedproperty

              EffectStartMode { get; set; } : LampArrayEffectStartMode

            3. addedproperty

              Occurrences { get; set; } : Int32

            4. addedmethod

              OverrideZIndex(Int32 zIndex) : Void

            5. addedmethod

              Pause() : Void

            6. addedmethod

              PauseAll(IEnumerable<LampArrayEffectPlaylist> value) static : Void

            7. addedproperty

              RepetitionMode { get; set; } : LampArrayRepetitionMode

            8. addedproperty

              Size { get; } : UInt32

            9. addedmethod

              Start() : Void

            10. addedmethod

              StartAll(IEnumerable<LampArrayEffectPlaylist> value) static : Void

            11. addedmethod

              Stop() : Void

            12. addedmethod

              StopAll(IEnumerable<LampArrayEffectPlaylist> value) static : Void

          9. addedenum
            1. addedenum

              Sequential : 0,

            2. addedenum

              Simultaneous : 1,

          10. addedenum
            1. addedenum

              Occurrences : 0,

            2. addedenum

              Forever : 1,

          11. addedclass
            1. addedproperty

              Color { get; set; } : Color

            2. addedproperty

              CompletionBehavior { get; set; } : LampArrayEffectCompletionBehavior

            3. addedmethod

              ctor(LampArray lampArray, Int32[] lampIndexes)

            4. addedproperty

              Duration { get; set; } : TimeSpan

            5. addedproperty

              StartDelay { get; set; } : TimeSpan

            6. addedproperty

              ZIndex { get; set; } : Int32

          12. addedclass
            1. addedmethod

              SetColor(Color desiredColor) : Void

            2. addedmethod

              SetColorForIndex(Int32 lampIndex, Color desiredColor) : Void

            3. addedmethod

              SetColorsForIndices(Color[] desiredColors, Int32[] lampIndexes) : Void

            4. addedmethod

              SetSingleColorForIndices(Color desiredColor, Int32[] lampIndexes) : Void

            5. addedproperty

              SinceStarted { get; } : TimeSpan

        2. addedclass
          1. addedproperty

            BoundingBox { get; } : Vector3

          2. addedproperty

            BrightnessLevel { get; set; } : Double

          3. addedproperty

            DeviceId { get; } : String

          4. addedmethod

            FromIdAsync(String deviceId) static : IAsyncOperation<LampArray>

          5. addedmethod

            GetDeviceSelector() static : String

          6. addedmethod

            GetIndicesForKey(VirtualKey key) : Int32[]

          7. addedmethod

            GetIndicesForPurposes(LampPurposes purposes) : Int32[]

          8. addedmethod

            GetLampInfo(Int32 lampIndex) : LampInfo

          9. addedproperty

            HardwareProductId { get; } : UInt16

          10. addedproperty

            HardwareVendorId { get; } : UInt16

          11. addedproperty

            HardwareVersion { get; } : UInt16

          12. addedproperty

            IsConnected { get; } : Boolean

          13. addedproperty

            IsEnabled { get; set; } : Boolean

          14. addedproperty

            LampArrayKind { get; } : LampArrayKind

          15. addedproperty

            LampCount { get; } : Int32

          16. addedproperty

            MinUpdateInterval { get; } : TimeSpan

          17. addedmethod

            RequestMessageAsync(Int32 messageId) : IAsyncOperation<IBuffer>

          18. addedmethod

            SendMessageAsync(Int32 messageId, IBuffer message) : IAsyncAction

          19. addedmethod

            SetColor(Color desiredColor) : Void

          20. addedmethod

            SetColorForIndex(Int32 lampIndex, Color desiredColor) : Void

          21. addedmethod

            SetColorsForIndices(Color[] desiredColors, Int32[] lampIndexes) : Void

          22. addedmethod

            SetColorsForKey(Color desiredColor, VirtualKey key) : Void

          23. addedmethod

            SetColorsForKeys(Color[] desiredColors, VirtualKey[] keys) : Void

          24. addedmethod

            SetColorsForPurposes(Color desiredColor, LampPurposes purposes) : Void

          25. addedmethod

            SetSingleColorForIndices(Color desiredColor, Int32[] lampIndexes) : Void

          26. addedproperty

            SupportsVirtualKeys { get; } : Boolean

        3. addedenum
          1. addedenum

            Undefined : 0,

          2. addedenum

            Keyboard : 1,

          3. addedenum

            Mouse : 2,

          4. addedenum

            GameController : 3,

          5. addedenum

            Peripheral : 4,

          6. addedenum

            Scene : 5,

          7. addedenum

            Notification : 6,

          8. addedenum

            Chassis : 7,

          9. addedenum

            Wearable : 8,

          10. addedenum

            Furniture : 9,

          11. addedenum

            Art : 10,

        4. addedclass
          1. addedproperty

            BlueLevelCount { get; } : Int32

          2. addedproperty

            FixedColor { get; } : Nullable<Color>

          3. addedproperty

            GainLevelCount { get; } : Int32

          4. addedmethod

            GetNearestSupportedColor(Color desiredColor) : Color

          5. addedproperty

            GreenLevelCount { get; } : Int32

          6. addedproperty

            Index { get; } : Int32

          7. addedproperty

            Position { get; } : Vector3

          8. addedproperty

            Purposes { get; } : LampPurposes

          9. addedproperty

            RedLevelCount { get; } : Int32

          10. addedproperty

            UpdateLatency { get; } : TimeSpan

        5. addedenum
          1. addedenum

            Undefined : 0,

          2. addedenum

            Control : 1,

          3. addedenum

            Accent : 2,

          4. addedenum

            Branding : 4,

          5. addedenum

            Status : 8,

          6. addedenum

            Illumination : 16,

          7. addedenum

            Presentation : 32,

      4. changednamespace
        1. changednamespace
          1. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          2. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          3. addedclass
            1. addedproperty

              Connection { get; } : BarcodeScannerProviderConnection

            2. addedmethod

              Dispose() : Void

            3. addedevent

              FrameArrived event : TypedEventHandler<BarcodeScannerFrameReader,BarcodeScannerFrameReaderFrameArrivedEventArgs>

            4. addedmethod

              StartAsync() : IAsyncOperation<Boolean>

            5. addedmethod

              StopAsync() : IAsyncAction

            6. addedmethod

              TryAcquireLatestFrameAsync() : IAsyncOperation<BarcodeScannerVideoFrame>

          4. addedclass
            1. addedmethod

              GetDeferral() : Deferral

          5. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          6. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          7. changedclass
            1. addedmethod

              CreateFrameReaderAsync() : IAsyncOperation<BarcodeScannerFrameReader>

            2. addedmethod

              CreateFrameReaderAsync(BitmapPixelFormat preferredFormat) : IAsyncOperation<BarcodeScannerFrameReader>

            3. addedmethod

              CreateFrameReaderAsync(BitmapPixelFormat preferredFormat, BitmapSize preferredSize) : IAsyncOperation<BarcodeScannerFrameReader>

          8. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          9. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          10. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          11. changedclass
            1. addedmethod

              ReportFailedAsync(Int32 reason) : IAsyncAction

            2. addedmethod

              ReportFailedAsync(Int32 reason, String failedReasonDescription) : IAsyncAction

          12. addedclass
            1. addedmethod

              Dispose() : Void

            2. addedproperty

              Format { get; } : BitmapPixelFormat

            3. addedproperty

              Height { get; } : UInt32

            4. addedproperty

              PixelData { get; } : IBuffer

            5. addedproperty

              Width { get; } : UInt32

        2. changedclass
          1. addedproperty

            IsVideoPreviewSupported { get; } : Boolean

        3. changedclass
          1. addedevent

            Closed event : TypedEventHandler<ClaimedBarcodeScanner,ClaimedBarcodeScannerClosedEventArgs>

        4. addedclass

          ClaimedBarcodeScannerClosedEventArgs

        5. changedclass
          1. addedevent

            Closed event : TypedEventHandler<ClaimedCashDrawer,ClaimedCashDrawerClosedEventArgs>

        6. addedclass

          ClaimedCashDrawerClosedEventArgs

        7. changedclass
          1. addedevent

            Closed event : TypedEventHandler<ClaimedLineDisplay,ClaimedLineDisplayClosedEventArgs>

        8. addedclass

          ClaimedLineDisplayClosedEventArgs

        9. changedclass
          1. addedevent

            Closed event : TypedEventHandler<ClaimedMagneticStripeReader,ClaimedMagneticStripeReaderClosedEventArgs>

        10. addedclass

          ClaimedMagneticStripeReaderClosedEventArgs

        11. changedclass
          1. addedevent

            Closed event : TypedEventHandler<ClaimedPosPrinter,ClaimedPosPrinterClosedEventArgs>

        12. addedclass

          ClaimedPosPrinterClosedEventArgs

      5. changednamespace
        1. addedclass
          1. addedproperty

            AngleInDegrees { get; } : Double

          2. addedproperty

            Properties { get; } : IReadOnlyDictionary<String,Object>

          3. addedproperty

            Timestamp { get; } : DateTimeOffset

        2. addedclass
          1. addedproperty

            DeviceId { get; } : String

          2. addedmethod

            FromIdAsync(String deviceId) static : IAsyncOperation<HingeAngleSensor>

          3. addedmethod

            GetCurrentReadingAsync() : IAsyncOperation<HingeAngleReading>

          4. addedmethod

            GetDefaultAsync() static : IAsyncOperation<HingeAngleSensor>

          5. addedmethod

            GetDeviceSelector() static : String

          6. addedmethod

            GetRelatedToAdjacentPanelsAsync(String firstPanelId, String secondPanelId) static : IAsyncOperation<HingeAngleSensor>

          7. addedproperty

            MinReportThresholdInDegrees { get; } : Double

          8. addedevent

            ReadingChanged event : TypedEventHandler<HingeAngleSensor,HingeAngleSensorReadingChangedEventArgs>

          9. addedproperty

            ReportThresholdInDegrees { get; set; } : Double

        3. addedclass
          1. addedproperty

            Reading { get; } : HingeAngleReading

        4. changedclass
          1. addedmethod

            FromIdAsync(String deviceId) static : IAsyncOperation<SimpleOrientationSensor>

          2. addedmethod

            GetDeviceSelector() static : String

      6. changednamespace
        1. addedclass
          1. addedproperty

            PaymentSystemEnvironment static { get; } : IBuffer

          2. addedproperty

            ProximityPaymentSystemEnvironment static { get; } : IBuffer

        2. changedclass
          1. addedproperty

            Description { get; set; } : String

          2. addedproperty

            Logo { get; set; } : IRandomAccessStreamReference

          3. addedproperty

            Properties { get; } : ValueSet

          4. addedproperty

            SecureUserAuthenticationRequired { get; set; } : Boolean

        3. changedclass
          1. addedmethod

            SetPropertiesAsync(ValueSet props) : IAsyncAction

          2. addedproperty

            SmartCardReaderId { get; } : String

      7. changednamespace
        1. changedenum
          1. addedenum

            HE : 10,

    5. changednamespace
      1. addedclass
        1. addedmethod

          CreateNewGuid() static : Guid

        2. addedproperty

          Empty static { get; } : Guid

    6. changednamespace
      1. changednamespace
        1. removedclass

          GameMonitor

        2. removedenum

          GameMonitoringPermission

    7. changednamespace
      1. changedclass
        1. addedproperty

          MRU static { get; } : String

        2. addedproperty

          SSP static { get; } : String

        3. addedproperty

          STN static { get; } : String

        4. addedproperty

          VES static { get; } : String

    8. changednamespace
      1. changednamespace
        1. changedclass
          1. addedmethod

            CreateFreeThreaded(IDirect3DDevice device, DirectXPixelFormat pixelFormat, Int32 numberOfBuffers, SizeInt32 size) static : Direct3D11CaptureFramePool

        2. changedclass
          1. addedmethod

            CreateFromVisual(Visual visual) static : GraphicsCaptureItem

      2. changednamespace
        1. changednamespace
          1. changedenum
            1. addedenum

              DolbyVisionLowLatency : 3,

          2. changedclass
            1. addedproperty

              IsDolbyVisionLowLatencySupported { get; } : Boolean

      3. changednamespace
        1. changedclass
          1. addedproperty

            IsHardwareContentProtectionEnabled { get; set; } : Boolean

          2. addedproperty

            IsHardwareContentProtectionSupported { get; } : Boolean

        2. changedclass
          1. addedmethod

            AcquireBufferToUpdateContentWithHardwareProtection() : IDirect3DSurface

          2. addedproperty

            CanAcquireWithHardwareProtection { get; } : Boolean

      4. changednamespace
        1. changedclass
          1. addedproperty

            HeifDecoderId static { get; } : Guid

          2. addedproperty

            WebpDecoderId static { get; } : Guid

        2. changedclass
          1. addedproperty

            HeifEncoderId static { get; } : Guid

    9. changednamespace
      1. changednamespace
        1. changedenum
          1. addedenum

            ForceUpdateFromAnyVersion : 262144,

        2. changedclass
          1. addedmethod

            DeprovisionPackageForAllUsersAsync(String packageFamilyName) : IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress>

        3. changedenum
          1. addedenum

            RemoveForAllUsers : 524288,

    10. changednamespace
      1. changednamespace
        1. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        2. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        3. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        4. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        5. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        6. changedclass
          1. addedproperty

            ExtendedError { get; } : Exception

        7. addedenum
          1. addedenum

            UseMixedRealityDefaultSpatialAudioFormat : 0,

          2. addedenum

            UseDeviceConfigurationDefaultSpatialAudioFormat : 1,

        8. addedclass
          1. addedproperty

            Status { get; } : SetDefaultSpatialAudioFormatStatus

        9. addedenum
          1. addedenum

            Succeeded : 0,

          2. addedenum

            AccessDenied : 1,

          3. addedenum

            LicenseExpired : 2,

          4. addedenum

            LicenseNotValidForAudioEndpoint : 3,

          5. addedenum

            NotSupportedOnAudioEndpoint : 4,

          6. addedenum

            UnknownError : 5,

        10. addedclass
          1. addedproperty

            ActiveSpatialAudioFormat { get; } : String

          2. addedevent

            ConfigurationChanged event : TypedEventHandler<SpatialAudioDeviceConfiguration,Object>

          3. addedproperty

            DefaultSpatialAudioFormat { get; } : String

          4. addedproperty

            DeviceId { get; } : String

          5. addedmethod

            GetForDeviceId(String deviceId) static : SpatialAudioDeviceConfiguration

          6. addedmethod

            IsSpatialAudioFormatSupported(String subtype) : Boolean

          7. addedproperty

            IsSpatialAudioSupported { get; } : Boolean

          8. addedmethod

            SetDefaultSpatialAudioFormatAsync(String subtype) : IAsyncOperation<SetDefaultSpatialAudioFormatResult>

        11. addedclass
          1. addedmethod

            GetDefault() static : SpatialAudioFormatConfiguration

          2. addedproperty

            MixedRealityExclusiveModePolicy { get; set; } : MixedRealitySpatialAudioFormatPolicy

          3. addedmethod

            ReportConfigurationChangedAsync(String subtype) : IAsyncAction

          4. addedmethod

            ReportLicenseChangedAsync(String subtype) : IAsyncAction

        12. addedclass
          1. addedproperty

            DolbyAtmosForHeadphones static { get; } : String

          2. addedproperty

            DolbyAtmosForHomeTheater static { get; } : String

          3. addedproperty

            DolbyAtmosForSpeakers static { get; } : String

          4. addedproperty

            DTSHeadphoneX static { get; } : String

          5. addedproperty

            DTSXUltra static { get; } : String

          6. addedproperty

            WindowsSonic static { get; } : String

      2. addednamespace
        1. addedclass

          CurrentSessionChangedEventArgs

        2. addedclass
          1. addedmethod

            GetPlaybackInfo() : GlobalSystemMediaTransportControlsSessionPlaybackInfo

          2. addedmethod

            GetTimelineProperties() : GlobalSystemMediaTransportControlsSessionTimelineProperties

          3. addedevent

            MediaPropertiesChanged event : TypedEventHandler<GlobalSystemMediaTransportControlsSession,MediaPropertiesChangedEventArgs>

          4. addedevent

            PlaybackInfoChanged event : TypedEventHandler<GlobalSystemMediaTransportControlsSession,PlaybackInfoChangedEventArgs>

          5. addedproperty

            SourceAppUserModelId { get; } : String

          6. addedevent

            TimelinePropertiesChanged event : TypedEventHandler<GlobalSystemMediaTransportControlsSession,TimelinePropertiesChangedEventArgs>

          7. addedmethod

            TryFastForwardAsync() : IAsyncOperation<Boolean>

          8. addedmethod

            TryGetMediaPropertiesAsync() : IAsyncOperation<GlobalSystemMediaTransportControlsSessionMediaProperties>

          9. addedmethod

            TryChangeAutoRepeatModeAsync(MediaPlaybackAutoRepeatMode requestedAutoRepeatMode) : IAsyncOperation<Boolean>

          10. addedmethod

            TryChangeChannelDownAsync() : IAsyncOperation<Boolean>

          11. addedmethod

            TryChangeChannelUpAsync() : IAsyncOperation<Boolean>

          12. addedmethod

            TryChangePlaybackPositionAsync(Int64 requestedPlaybackPosition) : IAsyncOperation<Boolean>

          13. addedmethod

            TryChangePlaybackRateAsync(Double requestedPlaybackRate) : IAsyncOperation<Boolean>

          14. addedmethod

            TryChangeShuffleActiveAsync(Boolean requestedShuffleState) : IAsyncOperation<Boolean>

          15. addedmethod

            TryPauseAsync() : IAsyncOperation<Boolean>

          16. addedmethod

            TryPlayAsync() : IAsyncOperation<Boolean>

          17. addedmethod

            TryRecordAsync() : IAsyncOperation<Boolean>

          18. addedmethod

            TryRewindAsync() : IAsyncOperation<Boolean>

          19. addedmethod

            TrySkipNextAsync() : IAsyncOperation<Boolean>

          20. addedmethod

            TrySkipPreviousAsync() : IAsyncOperation<Boolean>

          21. addedmethod

            TryStopAsync() : IAsyncOperation<Boolean>

          22. addedmethod

            TryTogglePlayPauseAsync() : IAsyncOperation<Boolean>

        3. addedclass
          1. addedevent

            CurrentSessionChanged event : TypedEventHandler<GlobalSystemMediaTransportControlsSessionManager,CurrentSessionChangedEventArgs>

          2. addedmethod

            GetCurrentSession() : GlobalSystemMediaTransportControlsSession

          3. addedmethod

            GetSessions() : IReadOnlyList<GlobalSystemMediaTransportControlsSession>

          4. addedmethod

            RequestAsync() static : IAsyncOperation<GlobalSystemMediaTransportControlsSessionManager>

          5. addedevent

            SessionsChanged event : TypedEventHandler<GlobalSystemMediaTransportControlsSessionManager,SessionsChangedEventArgs>

        4. addedclass
          1. addedproperty

            AlbumArtist { get; } : String

          2. addedproperty

            AlbumTitle { get; } : String

          3. addedproperty

            AlbumTrackCount { get; } : Int32

          4. addedproperty

            Artist { get; } : String

          5. addedproperty

            Genres { get; } : IReadOnlyList<String>

          6. addedproperty

            PlaybackType { get; } : Nullable<MediaPlaybackType>

          7. addedproperty

            Subtitle { get; } : String

          8. addedproperty

            Thumbnail { get; } : IRandomAccessStreamReference

          9. addedproperty

            Title { get; } : String

          10. addedproperty

            TrackNumber { get; } : Int32

        5. addedclass
          1. addedproperty

            IsFastForwardEnabled { get; } : Boolean

          2. addedproperty

            IsChannelDownEnabled { get; } : Boolean

          3. addedproperty

            IsChannelUpEnabled { get; } : Boolean

          4. addedproperty

            IsNextEnabled { get; } : Boolean

          5. addedproperty

            IsPauseEnabled { get; } : Boolean

          6. addedproperty

            IsPlaybackPositionEnabled { get; } : Boolean

          7. addedproperty

            IsPlaybackRateEnabled { get; } : Boolean

          8. addedproperty

            IsPlayEnabled { get; } : Boolean

          9. addedproperty

            IsPlayPauseToggleEnabled { get; } : Boolean

          10. addedproperty

            IsPreviousEnabled { get; } : Boolean

          11. addedproperty

            IsRecordEnabled { get; } : Boolean

          12. addedproperty

            IsRepeatEnabled { get; } : Boolean

          13. addedproperty

            IsRewindEnabled { get; } : Boolean

          14. addedproperty

            IsShuffleEnabled { get; } : Boolean

          15. addedproperty

            IsStopEnabled { get; } : Boolean

        6. addedclass
          1. addedproperty

            AutoRepeatMode { get; } : Nullable<MediaPlaybackAutoRepeatMode>

          2. addedproperty

            Controls { get; } : GlobalSystemMediaTransportControlsSessionPlaybackControls

          3. addedproperty

            IsShuffleActive { get; } : Nullable<Boolean>

          4. addedproperty

            PlaybackRate { get; } : Nullable<Double>

          5. addedproperty

            PlaybackStatus { get; } : GlobalSystemMediaTransportControlsSessionPlaybackStatus

          6. addedproperty

            PlaybackType { get; } : Nullable<MediaPlaybackType>

        7. addedenum
          1. addedenum

            Closed : 0,

          2. addedenum

            Opened : 1,

          3. addedenum

            Changing : 2,

          4. addedenum

            Stopped : 3,

          5. addedenum

            Playing : 4,

          6. addedenum

            Paused : 5,

        8. addedclass
          1. addedproperty

            EndTime { get; } : TimeSpan

          2. addedproperty

            LastUpdatedTime { get; } : DateTimeOffset

          3. addedproperty

            MaxSeekTime { get; } : TimeSpan

          4. addedproperty

            MinSeekTime { get; } : TimeSpan

          5. addedproperty

            Position { get; } : TimeSpan

          6. addedproperty

            StartTime { get; } : TimeSpan

        9. addedclass

          MediaPropertiesChangedEventArgs

        10. addedclass

          PlaybackInfoChangedEventArgs

        11. addedclass

          SessionsChangedEventArgs

        12. addedclass

          TimelinePropertiesChangedEventArgs

      3. changednamespace
        1. changedclass
          1. addedmethod

            CreateFromDirect3D11Surface(IDirect3DSurface surface, TimeSpan timestamp) static : MediaStreamSample

          2. addedproperty

            Direct3D11Surface { get; } : IDirect3DSurface

      4. changednamespace
        1. changednamespace
          1. changedclass
            1. addedmethod

              ctor(Vector2 focalLength, Vector2 principalPoint, Vector3 radialDistortion, Vector2 tangentialDistortion, UInt32 imageWidth, UInt32 imageHeight)

      5. changednamespace
        1. changedenum
          1. addedenum

            ImagesAndVideosFromCameraRoll : 3,

        2. changedclass
          1. addedproperty

            Path { get; } : String

      6. changednamespace
        1. changedclass
          1. addedmethod

            CreateHeif() static : ImageEncodingProperties

        2. changedclass
          1. addedproperty

            Heif static { get; } : String

      7. changednamespace
        1. changednamespace
          1. changedclass
            1. addedproperty

              HardwareDRMDisabledAtTime static { get; } : Nullable<DateTimeOffset>

            2. addedproperty

              HardwareDRMDisabledUntilTime static { get; } : Nullable<DateTimeOffset>

            3. addedmethod

              ResetHardwareDRMDisabled() static : Void

      8. changednamespace
        1. changednamespace
          1. changedenum
            1. addedenum

              MediaSegmentIndex : 5,

    11. changednamespace
      1. changednamespace
        1. changedenum
          1. addedenum

            Low : 2,

      2. changednamespace
        1. changedclass
          1. addedproperty

            CanDelete { get; } : Boolean

          2. addedmethod

            TryDeleteAsync() : IAsyncOperation<ConnectionProfileDeleteStatus>

        2. addedenum
          1. addedenum

            Success : 0,

          2. addedenum

            DeniedByUser : 1,

          3. addedenum

            DeniedBySystem : 2,

          4. addedenum

            UnknownError : 3,

      3. changednamespace
        1. changedenum
          1. addedenum

            CardGeneralFailure : 13,

          2. addedenum

            ConfirmationCodeMissing : 14,

          3. addedenum

            InvalidMatchingId : 15,

          4. addedenum

            NoEligibleProfileForThisDevice : 16,

          5. addedenum

            OperationAborted : 17,

          6. addedenum

            EidMismatch : 18,

          7. addedenum

            ProfileNotAvailableForNewBinding : 19,

          8. addedenum

            ProfileNotReleasedByOperator : 20,

          9. addedenum

            OperationProhibitedByProfileClass : 21,

          10. addedenum

            ProfileNotPresent : 22,

          11. addedenum

            NoCorrespondingRequest : 23,

    12. changednamespace
      1. changednamespace
        1. addednamespace
          1. addedclass
            1. addedmethod

              CreateCoordinateSystemForNode(Guid nodeId) static : SpatialCoordinateSystem

            2. addedmethod

              CreateCoordinateSystemForNode(Guid nodeId, Vector3 relativePosition) static : SpatialCoordinateSystem

            3. addedmethod

              CreateCoordinateSystemForNode(Guid nodeId, Vector3 relativePosition, Quaternion relativeOrientation) static : SpatialCoordinateSystem

            4. addedmethod

              CreateLocatorForNode(Guid nodeId) static : SpatialLocator

        2. addedclass
          1. addedmethod

            GetAnchorExportSufficiencyAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose) : IAsyncOperation<SpatialAnchorExportSufficiency>

          2. addedmethod

            GetDefault() static : SpatialAnchorExporter

          3. addedmethod

            RequestAccessAsync() static : IAsyncOperation<SpatialPerceptionAccessStatus>

          4. addedmethod

            TryExportAnchorAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose, IOutputStream stream) : IAsyncOperation<Boolean>

        3. addedenum
          1. addedenum

            Relocalization : 0,

          2. addedenum

            Sharing : 1,

        4. addedclass
          1. addedproperty

            IsMinimallySufficient { get; } : Boolean

          2. addedproperty

            RecommendedSufficiencyLevel { get; } : Double

          3. addedproperty

            SufficiencyLevel { get; } : Double

        5. changedclass
          1. addedproperty

            AbsoluteAngularAccelerationAxisAngle { get; } : Vector3

          2. addedproperty

            AbsoluteAngularVelocityAxisAngle { get; } : Vector3

      2. changedclass
        1. addedproperty

          SystemRelativeTargetTime { get; } : TimeSpan

      3. changedclass
        1. addedmethod

          FromSystemRelativeTargetTime(TimeSpan targetTime) static : PerceptionTimestamp

    13. changednamespace
      1. changednamespace
        1. addedclass
          1. addedmethod

            GetDefault() static : CortanaActionableInsights

          2. addedmethod

            GetForUser(User user) static : CortanaActionableInsights

          3. addedmethod

            IsAvailableAsync() : IAsyncOperation<Boolean>

          4. addedmethod

            ShowInsightsAsync(DataPackage datapackage) : IAsyncAction

          5. addedmethod

            ShowInsightsAsync(DataPackage datapackage, CortanaActionableInsightsOptions options) : IAsyncAction

          6. addedmethod

            ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream) : IAsyncAction

          7. addedmethod

            ShowInsightsForImageAsync(IRandomAccessStreamReference imageStream, CortanaActionableInsightsOptions options) : IAsyncAction

          8. addedmethod

            ShowInsightsForTextAsync(String text) : IAsyncAction

          9. addedmethod

            ShowInsightsForTextAsync(String text, CortanaActionableInsightsOptions options) : IAsyncAction

          10. addedproperty

            User { get; } : User

        2. addedclass
          1. addedproperty

            ContentSourceWebLink { get; set; } : Uri

          2. addedproperty

            SurroundingText { get; set; } : String

      2. changednamespace
        1. changedclass
          1. addedproperty

            IsDiscLicense { get; } : Boolean

        2. changedclass
          1. addedmethod

            RequestRateAndReviewAppAsync() : IAsyncOperation<StoreRateAndReviewResult>

          2. addedmethod

            SetInstallOrderForAssociatedStoreQueueItemsAsync(IEnumerable<StoreQueueItem> items) : IAsyncOperation<IReadOnlyList<StoreQueueItem>>

        3. changedclass
          1. addedmethod

            CancelInstallAsync() : IAsyncAction

          2. addedmethod

            PauseInstallAsync() : IAsyncAction

          3. addedmethod

            ResumeInstallAsync() : IAsyncAction

        4. addedclass
          1. addedproperty

            ExtendedError { get; } : Exception

          2. addedproperty

            ExtendedJsonData { get; } : String

          3. addedproperty

            Status { get; } : StoreRateAndReviewStatus

          4. addedproperty

            WasUpdated { get; } : Boolean

        5. addedenum
          1. addedenum

            Succeeded : 0,

          2. addedenum

            CanceledByUser : 1,

          3. addedenum

            NetworkError : 2,

          4. addedenum

            Error : 3,

    14. changednamespace
      1. changednamespace
        1. changedenum
          1. addedenum

            AutoDehydrationAllowed : 4,

        2. changedclass
          1. addedproperty

            ProviderId { get; set; } : Guid

    15. changednamespace
      1. addednamespace
        1. addedenum
          1. addedenum

            Unknown : 0,

          2. addedenum

            Closed : 1,

          3. addedenum

            Concave : 2,

          4. addedenum

            Flat : 3,

          5. addedenum

            Convex : 4,

          6. addedenum

            Full : 5,

        2. addedclass
          1. addedmethod

            GetCurrentPostureAsync() : IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading>

          2. addedmethod

            GetDefaultAsync() static : IAsyncOperation<TwoPanelHingedDevicePosturePreview>

          3. addedevent

            PostureChanged event : TypedEventHandler<TwoPanelHingedDevicePosturePreview,TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs>

        3. addedclass
          1. addedproperty

            HingeState { get; } : HingeState

          2. addedproperty

            Panel1Id { get; } : String

          3. addedproperty

            Panel1Orientation { get; } : SimpleOrientation

          4. addedproperty

            Panel2Id { get; } : String

          5. addedproperty

            Panel2Orientation { get; } : SimpleOrientation

          6. addedproperty

            Timestamp { get; } : DateTimeOffset

        4. addedclass
          1. addedproperty

            Reading { get; } : TwoPanelHingedDevicePosturePreviewReading

      2. changednamespace
        1. changednamespace
          1. addedclass
            1. addedproperty

              FriendlyName { get; } : String

            2. addedproperty

              OperatingSystem { get; } : String

            3. addedproperty

              SystemFirmwareVersion { get; } : String

            4. addedproperty

              SystemHardwareVersion { get; } : String

            5. addedproperty

              SystemManufacturer { get; } : String

            6. addedproperty

              SystemProductName { get; } : String

            7. addedproperty

              SystemSku { get; } : String

          2. changedclass
            1. addedproperty

              LocalDeviceInfo static { get; } : SystemSupportDeviceInfo

        2. addedenum
          1. addedenum

            NotStarted : 0,

          2. addedenum

            InProgress : 1,

          3. addedenum

            Completed : 2,

        3. addedclass
          1. addedproperty

            OutOfBoxExperienceState static { get; } : SystemOutOfBoxExperienceState

          2. addedevent

            OutOfBoxExperienceStateChanged static event : EventHandler<Object>

        4. addedclass
          1. addedproperty

            CanDisable static { get; } : Boolean

          2. addedproperty

            IsDisableSupported static { get; } : Boolean

          3. addedproperty

            IsEnabled static { get; } : Boolean

          4. addedproperty

            IsEnabledForTrial static { get; } : Boolean

          5. addedevent

            PolicyChanged static event : EventHandler<Object>

      3. changednamespace
        1. changedclass
          1. addedproperty

            Apps { get; } : IReadOnlyList<RemoteSystemApp>

        2. addedclass
          1. addedproperty

            Attributes { get; } : IReadOnlyDictionary<String,String>

          2. addedproperty

            DisplayName { get; } : String

          3. addedproperty

            Id { get; } : String

          4. addedproperty

            IsAvailableByProximity { get; } : Boolean

          5. addedproperty

            IsAvailableBySpatialProximity { get; } : Boolean

        3. addedclass
          1. addedproperty

            Attributes { get; } : IDictionary<String,String>

          2. addedmethod

            GetDefault() static : RemoteSystemAppRegistration

          3. addedmethod

            GetForUser(User user) static : RemoteSystemAppRegistration

          4. addedmethod

            SaveAsync() : IAsyncOperation<Boolean>

          5. addedproperty

            User { get; } : User

        4. addedclass
          1. addedproperty

            IsProximal { get; } : Boolean

          2. addedmethod

            TryCreateFromAppServiceConnection(AppServiceConnection connection) static : RemoteSystemConnectionInfo

        5. changedclass
          1. addedmethod

            CreateForApp(RemoteSystemApp remoteSystemApp) static : RemoteSystemConnectionRequest

          2. addedproperty

            RemoteSystemApp { get; } : RemoteSystemApp

        6. addedclass
          1. addedproperty

            Account { get; } : WebAccount

          2. addedmethod

            ctor(WebAccount account)

      4. addednamespace
        1. addedenum
          1. addedenum

            None : 0,

          2. addedenum

            NetworkRequired : 1,

          3. addedenum

            InsufficientDiskSpace : 2,

          4. addedenum

            InsufficientBattery : 3,

          5. addedenum

            UpdateBlocked : 4,

        2. addedclass
          1. addedproperty

            Description { get; } : String

          2. addedproperty

            DownloadProgress { get; } : Double

          3. addedproperty

            ExtendedError { get; } : Exception

          4. addedproperty

            Id { get; } : String

          5. addedproperty

            InstallProgress { get; } : Double

          6. addedproperty

            Revision { get; } : UInt32

          7. addedproperty

            State { get; } : SystemUpdateItemState

          8. addedproperty

            Title { get; } : String

        3. addedenum
          1. addedenum

            NotStarted : 0,

          2. addedenum

            Initializing : 1,

          3. addedenum

            Preparing : 2,

          4. addedenum

            Calculating : 3,

          5. addedenum

            Downloading : 4,

          6. addedenum

            Installing : 5,

          7. addedenum

            Completed : 6,

          8. addedenum

            RebootRequired : 7,

          9. addedenum

            Error : 8,

        4. addedclass
          1. addedproperty

            ExtendedError { get; } : Exception

          2. addedproperty

            IsInteractive { get; } : Boolean

          3. addedproperty

            State { get; } : SystemUpdateManagerState

        5. addedclass
          1. addedproperty

            AttentionRequiredReason static { get; } : SystemUpdateAttentionRequiredReason

          2. addedmethod

            BlockAutomaticRebootAsync(String lockId) static : IAsyncOperation<Boolean>

          3. addedproperty

            DownloadProgress static { get; } : Double

          4. addedproperty

            ExtendedError static { get; } : Exception

          5. addedmethod

            GetAutomaticRebootBlockIds() static : IReadOnlyList<String>

          6. addedmethod

            GetFlightRing() static : String

          7. addedmethod

            GetUpdateItems() static : IReadOnlyList<SystemUpdateItem>

          8. addedproperty

            InstallProgress static { get; } : Double

          9. addedmethod

            IsSupported() static : Boolean

          10. addedproperty

            LastErrorInfo static { get; } : SystemUpdateLastErrorInfo

          11. addedproperty

            LastUpdateCheckTime static { get; } : DateTimeOffset

          12. addedproperty

            LastUpdateInstallTime static { get; } : DateTimeOffset

          13. addedmethod

            RebootToCompleteInstall() static : Void

          14. addedmethod

            SetFlightRing(String flightRing) static : Boolean

          15. addedmethod

            StartCancelUpdates() static : Void

          16. addedmethod

            StartInstall(SystemUpdateStartInstallAction action) static : Void

          17. addedproperty

            State static { get; } : SystemUpdateManagerState

          18. addedevent

            StateChanged static event : EventHandler<Object>

          19. addedmethod

            TrySetUserActiveHours(TimeSpan start, TimeSpan end) static : Boolean

          20. addedmethod

            UnblockAutomaticRebootAsync(String lockId) static : IAsyncOperation<Boolean>

          21. addedproperty

            UserActiveHoursEnd static { get; } : TimeSpan

          22. addedproperty

            UserActiveHoursMax static { get; } : Int32

          23. addedproperty

            UserActiveHoursStart static { get; } : TimeSpan

        6. addedenum
          1. addedenum

            Idle : 0,

          2. addedenum

            Detecting : 1,

          3. addedenum

            ReadyToDownload : 2,

          4. addedenum

            Downloading : 3,

          5. addedenum

            ReadyToInstall : 4,

          6. addedenum

            Installing : 5,

          7. addedenum

            RebootRequired : 6,

          8. addedenum

            ReadyToFinalize : 7,

          9. addedenum

            Finalizing : 8,

          10. addedenum

            Completed : 9,

          11. addedenum

            AttentionRequired : 10,

          12. addedenum

            Error : 11,

        7. addedenum
          1. addedenum

            UpToReboot : 0,

          2. addedenum

            AllowReboot : 1,

      5. changednamespace
        1. addedclass
          1. addedmethod

            GetDefault() static : AssignedAccessSettings

          2. addedmethod

            GetForUser(User user) static : AssignedAccessSettings

          3. addedproperty

            IsEnabled { get; } : Boolean

          4. addedproperty

            IsSingleAppKioskMode { get; } : Boolean

          5. addedproperty

            User { get; } : User

      6. addedclass
        1. addedmethod

          ctor()

        2. addedmethod

          ctor(String name)

        3. addedproperty

          Name { get; set; } : String

      7. addedclass
        1. addedmethod

          GetAppAddedHostsAsync() : IAsyncOperation<IList<AppUriHandlerHost>>

        2. addedproperty

          Name { get; } : String

        3. addedmethod

          SetAppAddedHostsAsync(IEnumerable<AppUriHandlerHost> hosts) : IAsyncAction

        4. addedproperty

          User { get; } : User

      8. addedclass
        1. addedmethod

          GetDefault() static : AppUriHandlerRegistrationManager

        2. addedmethod

          GetForUser(User user) static : AppUriHandlerRegistrationManager

        3. addedmethod

          TryGetRegistration(String name) : AppUriHandlerRegistration

        4. addedproperty

          User { get; } : User

      9. changedclass
        1. addedmethod

          LaunchFolderPathAsync(String path) static : IAsyncOperation<Boolean>

        2. addedmethod

          LaunchFolderPathAsync(String path, FolderLauncherOptions options) static : IAsyncOperation<Boolean>

        3. addedmethod

          LaunchFolderPathForUserAsync(User user, String path) static : IAsyncOperation<Boolean>

        4. addedmethod

          LaunchFolderPathForUserAsync(User user, String path, FolderLauncherOptions options) static : IAsyncOperation<Boolean>

    16. changednamespace
      1. addednamespace
        1. addedclass
          1. addedproperty

            IsReadingText { get; } : Boolean

          2. addedproperty

            ScreenPositionInRawPixels { get; } : Rect

        2. addedclass
          1. addedproperty

            CurrentScreenReaderPosition { get; } : ScreenReaderPositionChangedEventArgs

          2. addedevent

            ScreenReaderPositionChanged event : TypedEventHandler<ScreenReaderService,ScreenReaderPositionChangedEventArgs>

      2. changednamespace
        1. changednamespace
          1. addedclass
            1. addedproperty

              PositionXSourceMode { get; set; } : InteractionSourceRedirectionMode

            2. addedproperty

              PositionYSourceMode { get; set; } : InteractionSourceRedirectionMode

            3. addedproperty

              ScaleSourceMode { get; set; } : InteractionSourceRedirectionMode

          2. addedenum
            1. addedenum

              Disabled : 0,

            2. addedenum

              Enabled : 1,

          3. changedclass
            1. addedproperty

              IsInertiaFromImpulse { get; } : Boolean

            2. addedmethod

              TryUpdatePosition(Vector3 value, InteractionTrackerClampingOption option) : Int32

            3. addedmethod

              TryUpdatePositionBy(Vector3 amount, InteractionTrackerClampingOption option) : Int32

          4. addedenum
            1. addedenum

              Auto : 0,

            2. addedenum

              Disabled : 1,

          5. changedclass
            1. addedproperty

              IsInertiaFromImpulse { get; } : Boolean

          6. changedclass
            1. addedproperty

              PointerWheelConfig { get; } : InteractionSourceConfiguration

        2. addedenum
          1. addedenum

            None : 0,

          2. addedenum

            ReadOnly : 1,

          3. addedenum

            WriteOnly : 2,

          4. addedenum

            ReadWrite : 3,

        3. addedclass
          1. addedproperty

            AccessMode { get; set; } : AnimationPropertyAccessMode

        4. addedclass
          1. addedmethod

            InsertKeyFrame(Single normalizedProgressKey, Boolean value) : Void

        5. changedclass
          1. addedmethod

            SetExpressionReferenceParameter(String parameterName, IAnimationObject source) : Void

        6. changedenum
          1. addedenum

            InfiniteAnimation : 4,

          2. addedenum

            AllAnimations : 5,

        7. addedclass
          1. addedproperty

            Geometry { get; set; } : CompositionGeometry

          2. addedproperty

            ViewBox { get; set; } : CompositionViewBox

        8. changedclass
          1. addedproperty

            MappingMode { get; set; } : CompositionMappingMode

        9. addedenum
          1. addedenum

            Absolute : 0,

          2. addedenum

            Relative : 1,

        10. changedclass
          1. addedmethod

            PopulatePropertyInfo(String propertyName, AnimationPropertyInfo propertyInfo) : Void

          2. addedmethod

            StartAnimationGroupWithIAnimationObject(IAnimationObject target, ICompositionAnimationBase animation) static : Void

          3. addedmethod

            StartAnimationWithIAnimationObject(IAnimationObject target, String propertyName, CompositionAnimation animation) static : Void

        11. changedclass
          1. addedmethod

            CreateBooleanKeyFrameAnimation() : BooleanKeyFrameAnimation

          2. addedmethod

            CreateGeometricClip() : CompositionGeometricClip

          3. addedmethod

            CreateGeometricClip(CompositionGeometry geometry) : CompositionGeometricClip

          4. addedmethod

            CreateRedirectVisual() : RedirectVisual

          5. addedmethod

            CreateRedirectVisual(Visual source) : RedirectVisual

        12. addedinterface
          1. addedmethod

            PopulatePropertyInfo(String propertyName, AnimationPropertyInfo propertyInfo) : Void

        13. addedclass
          1. addedproperty

            Source { get; set; } : Visual

      3. changednamespace
        1. changednamespace
          1. addednamespace
            1. addedclass
              1. addedmethod

                CreateForVisual(Visual inputPanelVisual, Rect inputPanelRect) static : PalmRejectionDelayZonePreview

              2. addedmethod

                CreateForVisual(Visual inputPanelVisual, Rect inputPanelRect, Visual viewportVisual, Rect viewportRect) static : PalmRejectionDelayZonePreview

              3. addedmethod

                Dispose() : Void

          2. addedenum
            1. addedenum

              Small : 0,

            2. addedenum

              Medium : 1,

            3. addedenum

              Large : 2,

          3. addedclass
            1. addedproperty

              FontFamilyName { get; } : String

            2. addedmethod

              GetDefault() static : PenAndInkSettings

            3. addedproperty

              HandwritingLineHeight { get; } : HandwritingLineHeight

            4. addedproperty

              IsHandwritingDirectlyIntoTextFieldEnabled { get; } : Boolean

            5. addedproperty

              IsTouchHandwritingEnabled { get; } : Boolean

            6. addedproperty

              PenHandedness { get; } : PenHandedness

            7. addedproperty

              UserConsentsToHandwritingTelemetryCollection { get; } : Boolean

          4. addedenum
            1. addedenum

              Right : 0,

            2. addedenum

              Left : 1,

      4. changednamespace
        1. addedclass
          1. addedproperty

            Cancel { get; set; } : Boolean

          2. addedmethod

            GetDeferral() : Deferral

          3. addedproperty

            ScheduledToastNotification { get; } : ScheduledToastNotification

        2. changedclass
          1. addedevent

            ScheduledToastNotificationShowing event : TypedEventHandler<ToastNotifier,ScheduledToastNotificationShowingEventArgs>

      5. changednamespace
        1. addedenum
          1. addedenum

            WebProtection : 0,

        2. addedclass
          1. addedmethod

            Register(SecurityAppKind kind, String displayName, Uri detailsUri, Boolean registerPerUser) : Guid

          2. addedmethod

            Unregister(SecurityAppKind kind, Guid guidRegistration) : Void

          3. addedmethod

            UpdateState(SecurityAppKind kind, Guid guidRegistration, SecurityAppState state, SecurityAppSubstatus substatus, Uri detailsUri) : Void

        3. addedstruct

          SecurityAppManagerContract

        4. addedenum
          1. addedenum

            Disabled : 0,

          2. addedenum

            Enabled : 1,

        5. addedenum
          1. addedenum

            Undetermined : 0,

          2. addedenum

            NoActionNeeded : 1,

          3. addedenum

            ActionRecommended : 2,

          4. addedenum

            ActionNeeded : 3,

        6. changedclass
          1. addedmethod

            IsSecondaryTilePinnedAsync(String tileId) : IAsyncOperation<Boolean>

          2. addedmethod

            RequestPinSecondaryTileAsync(SecondaryTile secondaryTile) : IAsyncOperation<Boolean>

          3. addedmethod

            TryUnpinSecondaryTileAsync(String tileId) : IAsyncOperation<Boolean>

      6. changednamespace
        1. changedclass
          1. addedmethod

            ContainsSecondaryTileAsync(String tileId) : IAsyncOperation<Boolean>

          2. addedmethod

            TryRemoveSecondaryTileAsync(String tileId) : IAsyncOperation<Boolean>

      7. changednamespace
        1. changednamespace
          1. changedclass
            1. addedproperty

              LayoutBoundsVisualPixels { get; } : CoreTextLayoutBounds

        2. changedclass
          1. addedmethod

            ClearUndoRedoHistory() : Void

      8. changednamespace
        1. changednamespace
          1. changedclass
            1. addedmethod

              TryHide() : Boolean

            2. addedmethod

              TryShow() : Boolean

            3. addedmethod

              TryShow(CoreInputViewKind type) : Boolean

          2. addedenum
            1. addedenum

              Default : 0,

            2. addedenum

              Keyboard : 1,

            3. addedenum

              Handwriting : 2,

            4. addedenum

              Emoji : 3,

        2. changedenum
          1. addedenum

            CompactOverlay : 3,

          2. addedenum

            Maximized : 4,

      9. changednamespace
        1. addeddelegate

          BackgroundActivatedEventHandler

        2. addedclass
          1. addedproperty

            TaskInstance { get; } : IBackgroundTaskInstance

        3. addedclass
          1. addedproperty

            ActivatedEventArgs { get; } : IActivatedEventArgs

          2. addedmethod

            GetDeferral() : Deferral

          3. addedproperty

            HasPendingNavigate { get; } : Boolean

          4. addedproperty

            WebUIView { get; } : WebUIView

        4. changedclass
          1. addedevent

            BackgroundActivated static event : BackgroundActivatedEventHandler

          2. addedevent

            NewWebUIViewCreated static event : EventHandler<NewWebUIViewCreatedEventArgs>

        5. addedclass
          1. addedevent

            Activated event : TypedEventHandler<WebUIView,IActivatedEventArgs>

          2. addedmethod

            AddInitializeScript(String script) : Void

          3. addedproperty

            ApplicationViewId { get; } : Int32

          4. addedmethod

            BuildLocalStreamUri(String contentIdentifier, String relativePath) : Uri

          5. addedproperty

            CanGoBack { get; } : Boolean

          6. addedproperty

            CanGoForward { get; } : Boolean

          7. addedmethod

            CapturePreviewToStreamAsync(IRandomAccessStream stream) : IAsyncAction

          8. addedmethod

            CaptureSelectedContentToDataPackageAsync() : IAsyncOperation<DataPackage>

          9. addedevent

            Closed event : TypedEventHandler<WebUIView,Object>

          10. addedproperty

            ContainsFullScreenElement { get; } : Boolean

          11. addedevent

            ContainsFullScreenElementChanged event : TypedEventHandler<IWebViewControl,Object>

          12. addedevent

            ContentLoading event : TypedEventHandler<IWebViewControl,WebViewControlContentLoadingEventArgs>

          13. addedmethod

            CreateAsync() static : IAsyncOperation<WebUIView>

          14. addedmethod

            CreateAsync(Uri uri) static : IAsyncOperation<WebUIView>

          15. addedproperty

            DefaultBackgroundColor { get; set; } : Color

          16. addedproperty

            DeferredPermissionRequests { get; } : IReadOnlyList<WebViewControlDeferredPermissionRequest>

          17. addedproperty

            DocumentTitle { get; } : String

          18. addedevent

            DOMContentLoaded event : TypedEventHandler<IWebViewControl,WebViewControlDOMContentLoadedEventArgs>

          19. addedevent

            FrameContentLoading event : TypedEventHandler<IWebViewControl,WebViewControlContentLoadingEventArgs>

          20. addedevent

            FrameDOMContentLoaded event : TypedEventHandler<IWebViewControl,WebViewControlDOMContentLoadedEventArgs>

          21. addedevent

            FrameNavigationCompleted event : TypedEventHandler<IWebViewControl,WebViewControlNavigationCompletedEventArgs>

          22. addedevent

            FrameNavigationStarting event : TypedEventHandler<IWebViewControl,WebViewControlNavigationStartingEventArgs>

          23. addedmethod

            GetDeferredPermissionRequestById(UInt32 id, WebViewControlDeferredPermissionRequest& result) : Void

          24. addedmethod

            GoBack() : Void

          25. addedmethod

            GoForward() : Void

          26. addedproperty

            IgnoreApplicationContentUriRulesNavigationRestrictions { get; set; } : Boolean

          27. addedmethod

            InvokeScriptAsync(String scriptName, IEnumerable<String> arguments) : IAsyncOperation<String>

          28. addedevent

            LongRunningScriptDetected event : TypedEventHandler<IWebViewControl,WebViewControlLongRunningScriptDetectedEventArgs>

          29. addedmethod

            Navigate(Uri source) : Void

          30. addedmethod

            NavigateToLocalStreamUri(Uri source, IUriToStreamResolver streamResolver) : Void

          31. addedmethod

            NavigateToString(String text) : Void

          32. addedmethod

            NavigateWithHttpRequestMessage(HttpRequestMessage requestMessage) : Void

          33. addedevent

            NavigationCompleted event : TypedEventHandler<IWebViewControl,WebViewControlNavigationCompletedEventArgs>

          34. addedevent

            NavigationStarting event : TypedEventHandler<IWebViewControl,WebViewControlNavigationStartingEventArgs>

          35. addedevent

            NewWindowRequested event : TypedEventHandler<IWebViewControl,WebViewControlNewWindowRequestedEventArgs>

          36. addedevent

            PermissionRequested event : TypedEventHandler<IWebViewControl,WebViewControlPermissionRequestedEventArgs>

          37. addedmethod

            Refresh() : Void

          38. addedevent

            ScriptNotify event : TypedEventHandler<IWebViewControl,WebViewControlScriptNotifyEventArgs>

          39. addedproperty

            Settings { get; } : WebViewControlSettings

          40. addedproperty

            Source { get; set; } : Uri

          41. addedmethod

            Stop() : Void

          42. addedevent

            UnsafeContentWarningDisplaying event : TypedEventHandler<IWebViewControl,Object>

          43. addedevent

            UnsupportedUriSchemeIdentified event : TypedEventHandler<IWebViewControl,WebViewControlUnsupportedUriSchemeIdentifiedEventArgs>

          44. addedevent

            UnviewableContentIdentified event : TypedEventHandler<IWebViewControl,WebViewControlUnviewableContentIdentifiedEventArgs>

          45. addedevent

            WebResourceRequested event : TypedEventHandler<IWebViewControl,WebViewControlWebResourceRequestedEventArgs>

      10. changednamespace
        1. changednamespace
          1. changednamespace
            1. changedclass
              1. addedmethod

                Collapse() : Void

              2. addedmethod

                Expand() : Void

              3. addedproperty

                ExpandCollapseState { get; } : ExpandCollapseState

            2. changedclass
              1. addedmethod

                IsDialog() : Boolean

            3. addedclass
              1. addedmethod

                ctor(MenuBar owner)

            4. addedclass
              1. addedmethod

                Collapse() : Void

              2. addedmethod

                ctor(MenuBarItem owner)

              3. addedmethod

                Expand() : Void

              4. addedproperty

                ExpandCollapseState { get; } : ExpandCollapseState

              5. addedmethod

                Invoke() : Void

          2. changedclass
            1. addedproperty

              IsDialogProperty static { get; } : AutomationProperty

          3. changedclass
            1. addedmethod

              GetIsDialog(DependencyObject element) static : Boolean

            2. addedproperty

              IsDialogProperty static { get; } : DependencyProperty

            3. addedmethod

              SetIsDialog(DependencyObject element, Boolean value) static : Void

        2. changednamespace
          1. changednamespace
            1. addedenum
              1. addedenum

                Stopped : 0,

              2. addedenum

                Paused : 1,

              3. addedenum

                Playing : 2,

            2. changedclass
              1. addedproperty

                FrameIndex { get; } : Int32

            3. changedclass
              1. addedproperty

                AnimationState { get; } : MapTileAnimationState

              2. addedproperty

                AnimationStateProperty static { get; } : DependencyProperty

              3. addedproperty

                AutoPlay { get; set; } : Boolean

              4. addedproperty

                AutoPlayProperty static { get; } : DependencyProperty

              5. addedproperty

                FrameCount { get; set; } : Int32

              6. addedproperty

                FrameCountProperty static { get; } : DependencyProperty

              7. addedproperty

                FrameDuration { get; set; } : TimeSpan

              8. addedproperty

                FrameDurationProperty static { get; } : DependencyProperty

              9. addedmethod

                Pause() : Void

              10. addedmethod

                Play() : Void

              11. addedmethod

                Stop() : Void

            4. changedclass
              1. addedproperty

                FrameIndex { get; } : Int32

          2. changednamespace
            1. addedclass
              1. addedproperty

                FlyoutTemplateSettings { get; } : CommandBarFlyoutCommandBarTemplateSettings

            2. addedclass
              1. addedproperty

                CloseAnimationEndPosition { get; } : Double

              2. addedproperty

                ContentClipRect { get; } : Rect

              3. addedproperty

                CurrentWidth { get; } : Double

              4. addedproperty

                ExpandDownAnimationEndPosition { get; } : Double

              5. addedproperty

                ExpandDownAnimationHoldPosition { get; } : Double

              6. addedproperty

                ExpandDownAnimationStartPosition { get; } : Double

              7. addedproperty

                ExpandDownOverflowVerticalPosition { get; } : Double

              8. addedproperty

                ExpandedWidth { get; } : Double

              9. addedproperty

                ExpandUpAnimationEndPosition { get; } : Double

              10. addedproperty

                ExpandUpAnimationHoldPosition { get; } : Double

              11. addedproperty

                ExpandUpAnimationStartPosition { get; } : Double

              12. addedproperty

                ExpandUpOverflowVerticalPosition { get; } : Double

              13. addedproperty

                OpenAnimationEndPosition { get; } : Double

              14. addedproperty

                OpenAnimationStartPosition { get; } : Double

              15. addedproperty

                OverflowContentClipRect { get; } : Rect

              16. addedproperty

                WidthExpansionAnimationEndPosition { get; } : Double

              17. addedproperty

                WidthExpansionAnimationStartPosition { get; } : Double

              18. addedproperty

                WidthExpansionDelta { get; } : Double

              19. addedproperty

                WidthExpansionMoreButtonAnimationEndPosition { get; } : Double

              20. addedproperty

                WidthExpansionMoreButtonAnimationStartPosition { get; } : Double

            3. changedclass
              1. addedproperty

                AreOpenCloseAnimationsEnabled { get; set; } : Boolean

              2. addedproperty

                AreOpenCloseAnimationsEnabledProperty static { get; } : DependencyProperty

              3. addedproperty

                InputDevicePrefersPrimaryCommands { get; } : Boolean

              4. addedproperty

                InputDevicePrefersPrimaryCommandsProperty static { get; } : DependencyProperty

              5. addedproperty

                IsOpen { get; } : Boolean

              6. addedproperty

                IsOpenProperty static { get; } : DependencyProperty

              7. addedmethod

                ShowAt(DependencyObject placementTarget, FlyoutShowOptions showOptions) : Void

              8. addedproperty

                ShowMode { get; set; } : FlyoutShowMode

              9. addedproperty

                ShowModeProperty static { get; } : DependencyProperty

              10. addedproperty

                TargetProperty static { get; } : DependencyProperty

            4. changedenum
              1. addedenum

                TopEdgeAlignedLeft : 5,

              2. addedenum

                TopEdgeAlignedRight : 6,

              3. addedenum

                BottomEdgeAlignedLeft : 7,

              4. addedenum

                BottomEdgeAlignedRight : 8,

              5. addedenum

                LeftEdgeAlignedTop : 9,

              6. addedenum

                LeftEdgeAlignedBottom : 10,

              7. addedenum

                RightEdgeAlignedTop : 11,

              8. addedenum

                RightEdgeAlignedBottom : 12,

              9. addedenum

                Auto : 13,

            5. addedenum
              1. addedenum

                Auto : 0,

              2. addedenum

                Standard : 1,

              3. addedenum

                Transient : 2,

              4. addedenum

                TransientWithDismissOnPointerMoveAway : 3,

            6. addedclass
              1. addedproperty

                ExclusionRect { get; set; } : Nullable<Rect>

              2. addedproperty

                Placement { get; set; } : FlyoutPlacementMode

              3. addedproperty

                Position { get; set; } : Nullable<Point>

              4. addedproperty

                ShowMode { get; set; } : FlyoutShowMode

            7. addedclass
              1. addedproperty

                Icon { get; set; } : IconElement

              2. addedproperty

                IconProperty static { get; } : DependencyProperty

          3. addedclass
            1. addedproperty

              Anchor { get; set; } : UIElement

            2. addedproperty

              AnchorCandidates { get; } : IList<UIElement>

          4. addedclass
            1. addedproperty

              DynamicOverflowOrder { get; set; } : Int32

            2. addedproperty

              DynamicOverflowOrderProperty static { get; } : DependencyProperty

            3. addedproperty

              IsCompact { get; set; } : Boolean

            4. addedproperty

              IsCompactProperty static { get; } : DependencyProperty

            5. addedproperty

              IsInOverflow { get; } : Boolean

            6. addedproperty

              IsInOverflowProperty static { get; } : DependencyProperty

          5. changedclass
            1. addedproperty

              Description { get; set; } : Object

            2. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

          6. addedenum
            1. addedenum

              InnerBorderEdge : 0,

            2. addedenum

              OuterBorderEdge : 1,

          7. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

            3. addedproperty

              BackgroundTransition { get; set; } : BrushTransition

          8. changedclass
            1. addedproperty

              Description { get; set; } : Object

            2. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

          9. changedclass
            1. addedproperty

              Description { get; set; } : Object

            2. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

            3. removedproperty

              IsEditable { get; } : Boolean

            4. addedproperty

              IsEditable { get; set; } : Boolean

            5. addedproperty

              IsEditableProperty static { get; } : DependencyProperty

            6. addedproperty

              Text { get; set; } : String

            7. addedproperty

              TextBoxStyle { get; set; } : Style

            8. addedproperty

              TextBoxStyleProperty static { get; } : DependencyProperty

            9. addedproperty

              TextProperty static { get; } : DependencyProperty

            10. addedevent

              TextSubmitted event : TypedEventHandler<ComboBox,ComboBoxTextSubmittedEventArgs>

          10. addedclass
            1. addedproperty

              Handled { get; set; } : Boolean

            2. addedproperty

              Text { get; } : String

          11. addedclass
            1. addedproperty

              PrimaryCommands { get; } : IObservableVector<ICommandBarElement>

            2. addedproperty

              SecondaryCommands { get; } : IObservableVector<ICommandBarElement>

          12. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

            3. addedproperty

              BackgroundTransition { get; set; } : BrushTransition

          13. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

            3. addedproperty

              CornerRadius { get; set; } : CornerRadius

            4. addedproperty

              CornerRadiusProperty static { get; } : DependencyProperty

          14. changedclass
            1. addedmethod

              GetElement(ElementFactoryGetArgs args) : UIElement

            2. addedmethod

              RecycleElement(ElementFactoryRecycleArgs args) : Void

          15. changedclass
            1. addedproperty

              SelectedDate { get; set; } : Nullable<DateTimeOffset>

            2. addedevent

              SelectedDateChanged event : TypedEventHandler<DatePicker,DatePickerSelectedValueChangedEventArgs>

            3. addedproperty

              SelectedDateProperty static { get; } : DependencyProperty

          16. addedclass
            1. addedproperty

              NewDate { get; } : Nullable<DateTimeOffset>

            2. addedproperty

              OldDate { get; } : Nullable<DateTimeOffset>

          17. addedclass

            DropDownButton

          18. addedclass
            1. addedmethod

              Collapse() : Void

            2. addedmethod

              ctor(DropDownButton owner)

            3. addedmethod

              Expand() : Void

            4. addedproperty

              ExpandCollapseState { get; } : ExpandCollapseState

          19. changedclass
            1. addedproperty

              IsNavigationStackEnabled { get; set; } : Boolean

            2. addedproperty

              IsNavigationStackEnabledProperty static { get; } : DependencyProperty

            3. addedmethod

              NavigateToType(Type sourcePageType, Object parameter, FrameNavigationOptions navigationOptions) : Boolean

          20. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

          21. addedclass
            1. addedproperty

              IconSource { get; set; } : IconSource

            2. addedproperty

              IconSourceProperty static { get; } : DependencyProperty

          22. addedinterface
            1. addedproperty

              CurrentAnchor { get; } : UIElement

            2. addedmethod

              RegisterAnchorCandidate(UIElement element) : Void

            3. addedmethod

              UnregisterAnchorCandidate(UIElement element) : Void

          23. addedclass
            1. addedproperty

              Items { get; } : IList<MenuBarItem>

            2. addedproperty

              ItemsProperty static { get; } : DependencyProperty

          24. addedclass
            1. addedproperty

              Items { get; } : IList<MenuFlyoutItemBase>

            2. addedproperty

              ItemsProperty static { get; } : DependencyProperty

            3. addedproperty

              Title { get; set; } : String

            4. addedproperty

              TitleProperty static { get; } : DependencyProperty

          25. addedclass

            MenuBarItemFlyout

          26. changedclass
            1. addedproperty

              ContentOverlay { get; set; } : UIElement

            2. addedproperty

              ContentOverlayProperty static { get; } : DependencyProperty

            3. addedproperty

              IsPaneVisible { get; set; } : Boolean

            4. addedproperty

              IsPaneVisibleProperty static { get; } : DependencyProperty

            5. addedproperty

              OverflowLabelMode { get; set; } : NavigationViewOverflowLabelMode

            6. addedproperty

              OverflowLabelModeProperty static { get; } : DependencyProperty

            7. addedproperty

              PaneCustomContent { get; set; } : UIElement

            8. addedproperty

              PaneCustomContentProperty static { get; } : DependencyProperty

            9. addedproperty

              PaneDisplayMode { get; set; } : NavigationViewPaneDisplayMode

            10. addedproperty

              PaneDisplayModeProperty static { get; } : DependencyProperty

            11. addedproperty

              PaneHeader { get; set; } : UIElement

            12. addedproperty

              PaneHeaderProperty static { get; } : DependencyProperty

            13. addedproperty

              SelectionFollowsFocus { get; set; } : NavigationViewSelectionFollowsFocus

            14. addedproperty

              SelectionFollowsFocusProperty static { get; } : DependencyProperty

            15. addedproperty

              ShoulderNavigationEnabled { get; set; } : NavigationViewShoulderNavigationEnabled

            16. addedproperty

              ShoulderNavigationEnabledProperty static { get; } : DependencyProperty

            17. addedproperty

              TemplateSettings { get; } : NavigationViewTemplateSettings

            18. addedproperty

              TemplateSettingsProperty static { get; } : DependencyProperty

          27. changedclass
            1. addedproperty

              SelectsOnInvoked { get; set; } : Boolean

            2. addedproperty

              SelectsOnInvokedProperty static { get; } : DependencyProperty

          28. changedclass
            1. addedproperty

              InvokedItemContainer { get; } : NavigationViewItemBase

            2. addedproperty

              RecommendedNavigationTransitionInfo { get; } : NavigationTransitionInfo

          29. addedenum
            1. addedenum

              MoreLabel : 0,

            2. addedenum

              NoLabel : 1,

          30. addedenum
            1. addedenum

              Auto : 0,

            2. addedenum

              Left : 1,

            3. addedenum

              Top : 2,

            4. addedenum

              LeftCompact : 3,

            5. addedenum

              LeftMinimal : 4,

          31. addedenum
            1. addedenum

              Disabled : 0,

            2. addedenum

              Enabled : 1,

          32. changedclass
            1. addedproperty

              RecommendedNavigationTransitionInfo { get; } : NavigationTransitionInfo

            2. addedproperty

              SelectedItemContainer { get; } : NavigationViewItemBase

          33. addedenum
            1. addedenum

              WhenSelectionFollowsFocus : 0,

            2. addedenum

              Always : 1,

            3. addedenum

              Never : 2,

          34. addedclass
            1. addedproperty

              BackButtonVisibility { get; } : Visibility

            2. addedproperty

              BackButtonVisibilityProperty static { get; } : DependencyProperty

            3. addedproperty

              LeftPaneVisibility { get; } : Visibility

            4. addedproperty

              LeftPaneVisibilityProperty static { get; } : DependencyProperty

            5. addedproperty

              OverflowButtonVisibility { get; } : Visibility

            6. addedproperty

              OverflowButtonVisibilityProperty static { get; } : DependencyProperty

            7. addedproperty

              PaneToggleButtonVisibility { get; } : Visibility

            8. addedproperty

              PaneToggleButtonVisibilityProperty static { get; } : DependencyProperty

            9. addedproperty

              SingleSelectionFollowsFocus { get; } : Boolean

            10. addedproperty

              SingleSelectionFollowsFocusProperty static { get; } : DependencyProperty

            11. addedproperty

              TopPadding { get; } : Double

            12. addedproperty

              TopPaddingProperty static { get; } : DependencyProperty

            13. addedproperty

              TopPaneVisibility { get; } : Visibility

            14. addedproperty

              TopPaneVisibilityProperty static { get; } : DependencyProperty

          35. changedclass
            1. addedproperty

              BackgroundTransition { get; set; } : BrushTransition

          36. changedclass
            1. addedproperty

              CanPasteClipboardContent { get; } : Boolean

            2. addedproperty

              CanPasteClipboardContentProperty static { get; } : DependencyProperty

            3. addedproperty

              Description { get; set; } : Object

            4. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

            5. addedmethod

              PasteFromClipboard() : Void

            6. addedproperty

              SelectionFlyout { get; set; } : FlyoutBase

            7. addedproperty

              SelectionFlyoutProperty static { get; } : DependencyProperty

          37. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

          38. changedclass
            1. addedproperty

              Description { get; set; } : Object

            2. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

            3. addedproperty

              ProofingMenuFlyout { get; } : FlyoutBase

            4. addedproperty

              ProofingMenuFlyoutProperty static { get; } : DependencyProperty

            5. addedproperty

              SelectionFlyout { get; set; } : FlyoutBase

            6. addedproperty

              SelectionFlyoutProperty static { get; } : DependencyProperty

            7. addedevent

              SelectionChanging event : TypedEventHandler<RichEditBox,RichEditBoxSelectionChangingEventArgs>

            8. addedproperty

              TextDocument { get; } : RichEditTextDocument

          39. addedclass
            1. addedproperty

              Cancel { get; set; } : Boolean

            2. addedproperty

              SelectionLength { get; } : Int32

            3. addedproperty

              SelectionStart { get; } : Int32

          40. changedclass
            1. addedmethod

              CopySelectionToClipboard() : Void

            2. addedproperty

              SelectionFlyout { get; set; } : FlyoutBase

            3. addedproperty

              SelectionFlyoutProperty static { get; } : DependencyProperty

          41. changedclass
            1. addedproperty

              CanContentRenderOutsideBounds { get; set; } : Boolean

            2. addedproperty

              CanContentRenderOutsideBoundsProperty static { get; } : DependencyProperty

            3. addedproperty

              SizesContentToTemplatedParent { get; set; } : Boolean

            4. addedproperty

              SizesContentToTemplatedParentProperty static { get; } : DependencyProperty

          42. changedclass
            1. addedevent

              AnchorRequested event : TypedEventHandler<ScrollViewer,AnchorRequestedEventArgs>

            2. addedproperty

              CanContentRenderOutsideBounds { get; set; } : Boolean

            3. addedproperty

              CanContentRenderOutsideBoundsProperty static { get; } : DependencyProperty

            4. addedproperty

              CurrentAnchor { get; } : UIElement

            5. addedmethod

              GetCanContentRenderOutsideBounds(DependencyObject element) static : Boolean

            6. addedproperty

              HorizontalAnchorRatio { get; set; } : Double

            7. addedproperty

              HorizontalAnchorRatioProperty static { get; } : DependencyProperty

            8. addedproperty

              ReduceViewportForCoreInputViewOcclusions { get; set; } : Boolean

            9. addedproperty

              ReduceViewportForCoreInputViewOcclusionsProperty static { get; } : DependencyProperty

            10. addedmethod

              RegisterAnchorCandidate(UIElement element) : Void

            11. addedmethod

              SetCanContentRenderOutsideBounds(DependencyObject element, Boolean canContentRenderOutsideBounds) static : Void

            12. addedmethod

              UnregisterAnchorCandidate(UIElement element) : Void

            13. addedproperty

              VerticalAnchorRatio { get; set; } : Double

            14. addedproperty

              VerticalAnchorRatioProperty static { get; } : DependencyProperty

          43. addedclass
            1. addedevent

              Click event : TypedEventHandler<SplitButton,SplitButtonClickEventArgs>

            2. addedproperty

              Command { get; set; } : ICommand

            3. addedproperty

              CommandParameter { get; set; } : Object

            4. addedproperty

              CommandParameterProperty static { get; } : DependencyProperty

            5. addedproperty

              CommandProperty static { get; } : DependencyProperty

            6. addedproperty

              Flyout { get; set; } : FlyoutBase

            7. addedproperty

              FlyoutProperty static { get; } : DependencyProperty

          44. addedclass
            1. addedmethod

              Collapse() : Void

            2. addedmethod

              ctor(SplitButton owner)

            3. addedmethod

              Expand() : Void

            4. addedproperty

              ExpandCollapseState { get; } : ExpandCollapseState

            5. addedmethod

              Invoke() : Void

          45. addedclass

            SplitButtonClickEventArgs

          46. changedclass
            1. addedproperty

              BackgroundSizing { get; set; } : BackgroundSizing

            2. addedproperty

              BackgroundSizingProperty static { get; } : DependencyProperty

          47. changedclass
            1. addedmethod

              CopySelectionToClipboard() : Void

            2. addedproperty

              SelectionFlyout { get; set; } : FlyoutBase

            3. addedproperty

              SelectionFlyoutProperty static { get; } : DependencyProperty

          48. changedclass
            1. addedproperty

              CanPasteClipboardContent { get; } : Boolean

            2. addedproperty

              CanPasteClipboardContentProperty static { get; } : DependencyProperty

            3. addedproperty

              CanRedo { get; } : Boolean

            4. addedproperty

              CanRedoProperty static { get; } : DependencyProperty

            5. addedproperty

              CanUndo { get; } : Boolean

            6. addedproperty

              CanUndoProperty static { get; } : DependencyProperty

            7. addedmethod

              ClearUndoRedoHistory() : Void

            8. addedmethod

              CopySelectionToClipboard() : Void

            9. addedmethod

              CutSelectionToClipboard() : Void

            10. addedproperty

              Description { get; set; } : Object

            11. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

            12. addedmethod

              PasteFromClipboard() : Void

            13. addedproperty

              ProofingMenuFlyout { get; } : FlyoutBase

            14. addedproperty

              ProofingMenuFlyoutProperty static { get; } : DependencyProperty

            15. addedmethod

              Redo() : Void

            16. addedproperty

              SelectionFlyout { get; set; } : FlyoutBase

            17. addedproperty

              SelectionFlyoutProperty static { get; } : DependencyProperty

            18. addedevent

              SelectionChanging event : TypedEventHandler<TextBox,TextBoxSelectionChangingEventArgs>

            19. addedmethod

              Undo() : Void

          49. addedclass
            1. addedproperty

              Cancel { get; set; } : Boolean

            2. addedproperty

              SelectionLength { get; } : Int32

            3. addedproperty

              SelectionStart { get; } : Int32

          50. addedclass

            TextCommandBarFlyout

          51. changedclass
            1. addedproperty

              SelectedTime { get; set; } : Nullable<TimeSpan>

            2. addedevent

              SelectedTimeChanged event : TypedEventHandler<TimePicker,TimePickerSelectedValueChangedEventArgs>

            3. addedproperty

              SelectedTimeProperty static { get; } : DependencyProperty

          52. addedclass
            1. addedproperty

              NewTime { get; } : Nullable<TimeSpan>

            2. addedproperty

              OldTime { get; } : Nullable<TimeSpan>

          53. addedclass
            1. addedproperty

              IsChecked { get; set; } : Boolean

            2. addedevent

              IsCheckedChanged event : TypedEventHandler<ToggleSplitButton,ToggleSplitButtonIsCheckedChangedEventArgs>

          54. addedclass
            1. addedmethod

              Collapse() : Void

            2. addedmethod

              ctor(ToggleSplitButton owner)

            3. addedmethod

              Expand() : Void

            4. addedproperty

              ExpandCollapseState { get; } : ExpandCollapseState

            5. addedmethod

              Toggle() : Void

            6. addedproperty

              ToggleState { get; } : ToggleState

          55. addedclass

            ToggleSplitButtonIsCheckedChangedEventArgs

          56. changedclass
            1. addedproperty

              PlacementRect { get; set; } : Nullable<Rect>

            2. addedproperty

              PlacementRectProperty static { get; } : DependencyProperty

          57. changedclass
            1. addedproperty

              CanDragItems { get; set; } : Boolean

            2. addedproperty

              CanDragItemsProperty static { get; } : DependencyProperty

            3. addedproperty

              CanReorderItems { get; set; } : Boolean

            4. addedproperty

              CanReorderItemsProperty static { get; } : DependencyProperty

            5. addedmethod

              ContainerFromItem(Object item) : DependencyObject

            6. addedmethod

              ContainerFromNode(TreeViewNode node) : DependencyObject

            7. addedevent

              DragItemsCompleted event : TypedEventHandler<TreeView,TreeViewDragItemsCompletedEventArgs>

            8. addedevent

              DragItemsStarting event : TypedEventHandler<TreeView,TreeViewDragItemsStartingEventArgs>

            9. addedproperty

              ItemContainerStyle { get; set; } : Style

            10. addedproperty

              ItemContainerStyleProperty static { get; } : DependencyProperty

            11. addedproperty

              ItemContainerStyleSelector { get; set; } : StyleSelector

            12. addedproperty

              ItemContainerStyleSelectorProperty static { get; } : DependencyProperty

            13. addedproperty

              ItemContainerTransitions { get; set; } : TransitionCollection

            14. addedproperty

              ItemContainerTransitionsProperty static { get; } : DependencyProperty

            15. addedmethod

              ItemFromContainer(DependencyObject container) : Object

            16. addedproperty

              ItemsSource { get; set; } : Object

            17. addedproperty

              ItemsSourceProperty static { get; } : DependencyProperty

            18. addedproperty

              ItemTemplate { get; set; } : DataTemplate

            19. addedproperty

              ItemTemplateProperty static { get; } : DependencyProperty

            20. addedproperty

              ItemTemplateSelector { get; set; } : DataTemplateSelector

            21. addedproperty

              ItemTemplateSelectorProperty static { get; } : DependencyProperty

            22. addedmethod

              NodeFromContainer(DependencyObject container) : TreeViewNode

          58. changedclass
            1. addedproperty

              Item { get; } : Object

          59. addedclass
            1. addedproperty

              DropResult { get; } : DataPackageOperation

            2. addedproperty

              Items { get; } : IReadOnlyList<Object>

          60. addedclass
            1. addedproperty

              Cancel { get; set; } : Boolean

            2. addedproperty

              Data { get; } : DataPackage

            3. addedproperty

              Items { get; } : IList<Object>

          61. changedclass
            1. addedproperty

              Item { get; } : Object

          62. changedclass
            1. addedproperty

              HasUnrealizedChildren { get; set; } : Boolean

            2. addedproperty

              HasUnrealizedChildrenProperty static { get; } : DependencyProperty

            3. addedproperty

              ItemsSource { get; set; } : Object

            4. addedproperty

              ItemsSourceProperty static { get; } : DependencyProperty

          63. changedclass
            1. addedevent

              WebResourceRequested event : TypedEventHandler<WebView,WebViewWebResourceRequestedEventArgs>

          64. addedclass
            1. addedmethod

              GetDeferral() : Deferral

            2. addedproperty

              Request { get; } : HttpRequestMessage

            3. addedproperty

              Response { get; set; } : HttpResponseMessage

        3. addednamespace
          1. addednamespace
            1. addedinterface

              IXamlDirectObject

            2. addedclass
              1. addedmethod

                AddEventHandler(IXamlDirectObject xamlDirectObject, XamlEventIndex eventIndex, Object handler) : Void

              2. addedmethod

                AddEventHandler(IXamlDirectObject xamlDirectObject, XamlEventIndex eventIndex, Object handler, Boolean handledEventsToo) : Void

              3. addedmethod

                AddToCollection(IXamlDirectObject xamlDirectObject, IXamlDirectObject value) : Void

              4. addedmethod

                ClearCollection(IXamlDirectObject xamlDirectObject) : Void

              5. addedmethod

                ClearProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Void

              6. addedmethod

                CreateInstance(XamlTypeIndex typeIndex) : IXamlDirectObject

              7. addedmethod

                GetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Boolean

              8. addedmethod

                GetCollectionCount(IXamlDirectObject xamlDirectObject) : UInt32

              9. addedmethod

                GetColorProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Color

              10. addedmethod

                GetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : CornerRadius

              11. addedmethod

                GetDateTimeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : DateTimeOffset

              12. addedmethod

                GetDefault() static : XamlDirect

              13. addedmethod

                GetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Double

              14. addedmethod

                GetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Duration

              15. addedmethod

                GetEnumProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : UInt32

              16. addedmethod

                GetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : GridLength

              17. addedmethod

                GetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Int32

              18. addedmethod

                GetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Matrix3D

              19. addedmethod

                GetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Matrix

              20. addedmethod

                GetObject(IXamlDirectObject xamlDirectObject) : Object

              21. addedmethod

                GetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Object

              22. addedmethod

                GetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Point

              23. addedmethod

                GetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Rect

              24. addedmethod

                GetSizeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Size

              25. addedmethod

                GetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : String

              26. addedmethod

                GetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : Thickness

              27. addedmethod

                GetTimeSpanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : TimeSpan

              28. addedmethod

                GetXamlDirectObject(Object object) : IXamlDirectObject

              29. addedmethod

                GetXamlDirectObjectFromCollectionAt(IXamlDirectObject xamlDirectObject, UInt32 index) : IXamlDirectObject

              30. addedmethod

                GetXamlDirectObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex) : IXamlDirectObject

              31. addedmethod

                InsertIntoCollectionAt(IXamlDirectObject xamlDirectObject, UInt32 index, IXamlDirectObject value) : Void

              32. addedmethod

                RemoveEventHandler(IXamlDirectObject xamlDirectObject, XamlEventIndex eventIndex, Object handler) : Void

              33. addedmethod

                RemoveFromCollection(IXamlDirectObject xamlDirectObject, IXamlDirectObject value) : Boolean

              34. addedmethod

                RemoveFromCollectionAt(IXamlDirectObject xamlDirectObject, UInt32 index) : Void

              35. addedmethod

                SetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Boolean value) : Void

              36. addedmethod

                SetColorProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Color value) : Void

              37. addedmethod

                SetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value) : Void

              38. addedmethod

                SetDateTimeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, DateTimeOffset value) : Void

              39. addedmethod

                SetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Double value) : Void

              40. addedmethod

                SetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Duration value) : Void

              41. addedmethod

                SetEnumProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, UInt32 value) : Void

              42. addedmethod

                SetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value) : Void

              43. addedmethod

                SetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Int32 value) : Void

              44. addedmethod

                SetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value) : Void

              45. addedmethod

                SetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value) : Void

              46. addedmethod

                SetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Object value) : Void

              47. addedmethod

                SetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Point value) : Void

              48. addedmethod

                SetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value) : Void

              49. addedmethod

                SetSizeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Size value) : Void

              50. addedmethod

                SetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, String value) : Void

              51. addedmethod

                SetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value) : Void

              52. addedmethod

                SetTimeSpanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, TimeSpan value) : Void

              53. addedmethod

                SetXamlDirectObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, IXamlDirectObject value) : Void

            3. addedstruct

              XamlDirectContract

            4. addedenum
              1. addedenum

                FrameworkElement_DataContextChanged : 16,

              2. addedenum

                FrameworkElement_SizeChanged : 17,

              3. addedenum

                FrameworkElement_LayoutUpdated : 18,

              4. addedenum

                UIElement_KeyUp : 22,

              5. addedenum

                UIElement_KeyDown : 23,

              6. addedenum

                UIElement_GotFocus : 24,

              7. addedenum

                UIElement_LostFocus : 25,

              8. addedenum

                UIElement_DragStarting : 26,

              9. addedenum

                UIElement_DropCompleted : 27,

              10. addedenum

                UIElement_CharacterReceived : 28,

              11. addedenum

                UIElement_DragEnter : 29,

              12. addedenum

                UIElement_DragLeave : 30,

              13. addedenum

                UIElement_DragOver : 31,

              14. addedenum

                UIElement_Drop : 32,

              15. addedenum

                UIElement_PointerPressed : 38,

              16. addedenum

                UIElement_PointerMoved : 39,

              17. addedenum

                UIElement_PointerReleased : 40,

              18. addedenum

                UIElement_PointerEntered : 41,

              19. addedenum

                UIElement_PointerExited : 42,

              20. addedenum

                UIElement_PointerCaptureLost : 43,

              21. addedenum

                UIElement_PointerCanceled : 44,

              22. addedenum

                UIElement_PointerWheelChanged : 45,

              23. addedenum

                UIElement_Tapped : 46,

              24. addedenum

                UIElement_DoubleTapped : 47,

              25. addedenum

                UIElement_Holding : 48,

              26. addedenum

                UIElement_ContextRequested : 49,

              27. addedenum

                UIElement_ContextCanceled : 50,

              28. addedenum

                UIElement_RightTapped : 51,

              29. addedenum

                UIElement_ManipulationStarting : 52,

              30. addedenum

                UIElement_ManipulationInertiaStarting : 53,

              31. addedenum

                UIElement_ManipulationStarted : 54,

              32. addedenum

                UIElement_ManipulationDelta : 55,

              33. addedenum

                UIElement_ManipulationCompleted : 56,

              34. addedenum

                UIElement_ProcessKeyboardAccelerators : 60,

              35. addedenum

                UIElement_GettingFocus : 61,

              36. addedenum

                UIElement_LosingFocus : 62,

              37. addedenum

                UIElement_NoFocusCandidateFound : 63,

              38. addedenum

                UIElement_PreviewKeyDown : 64,

              39. addedenum

                UIElement_PreviewKeyUp : 65,

              40. addedenum

                UIElement_BringIntoViewRequested : 66,

              41. addedenum

                AppBar_Opening : 109,

              42. addedenum

                AppBar_Opened : 110,

              43. addedenum

                AppBar_Closing : 111,

              44. addedenum

                AppBar_Closed : 112,

              45. addedenum

                AutoSuggestBox_SuggestionChosen : 113,

              46. addedenum

                AutoSuggestBox_TextChanged : 114,

              47. addedenum

                AutoSuggestBox_QuerySubmitted : 115,

              48. addedenum

                CalendarDatePicker_CalendarViewDayItemChanging : 116,

              49. addedenum

                CalendarDatePicker_DateChanged : 117,

              50. addedenum

                CalendarDatePicker_Opened : 118,

              51. addedenum

                CalendarDatePicker_Closed : 119,

              52. addedenum

                CalendarView_CalendarViewDayItemChanging : 120,

              53. addedenum

                CalendarView_SelectedDatesChanged : 121,

              54. addedenum

                ComboBox_DropDownClosed : 122,

              55. addedenum

                ComboBox_DropDownOpened : 123,

              56. addedenum

                CommandBar_DynamicOverflowItemsChanging : 124,

              57. addedenum

                ContentDialog_Closing : 126,

              58. addedenum

                ContentDialog_Closed : 127,

              59. addedenum

                ContentDialog_Opened : 128,

              60. addedenum

                ContentDialog_PrimaryButtonClick : 129,

              61. addedenum

                ContentDialog_SecondaryButtonClick : 130,

              62. addedenum

                ContentDialog_CloseButtonClick : 131,

              63. addedenum

                Control_FocusEngaged : 132,

              64. addedenum

                Control_FocusDisengaged : 133,

              65. addedenum

                DatePicker_DateChanged : 135,

              66. addedenum

                Frame_Navigated : 136,

              67. addedenum

                Frame_Navigating : 137,

              68. addedenum

                Frame_NavigationFailed : 138,

              69. addedenum

                Frame_NavigationStopped : 139,

              70. addedenum

                Hub_SectionHeaderClick : 143,

              71. addedenum

                Hub_SectionsInViewChanged : 144,

              72. addedenum

                ItemsPresenter_HorizontalSnapPointsChanged : 148,

              73. addedenum

                ItemsPresenter_VerticalSnapPointsChanged : 149,

              74. addedenum

                ListViewBase_ItemClick : 150,

              75. addedenum

                ListViewBase_DragItemsStarting : 151,

              76. addedenum

                ListViewBase_DragItemsCompleted : 152,

              77. addedenum

                ListViewBase_ContainerContentChanging : 153,

              78. addedenum

                ListViewBase_ChoosingItemContainer : 154,

              79. addedenum

                ListViewBase_ChoosingGroupHeaderContainer : 155,

              80. addedenum

                MediaTransportControls_ThumbnailRequested : 167,

              81. addedenum

                MenuFlyoutItem_Click : 168,

              82. addedenum

                RichEditBox_TextChanging : 177,

              83. addedenum

                ScrollViewer_ViewChanging : 192,

              84. addedenum

                ScrollViewer_ViewChanged : 193,

              85. addedenum

                ScrollViewer_DirectManipulationStarted : 194,

              86. addedenum

                ScrollViewer_DirectManipulationCompleted : 195,

              87. addedenum

                SearchBox_QueryChanged : 196,

              88. addedenum

                SearchBox_SuggestionsRequested : 197,

              89. addedenum

                SearchBox_QuerySubmitted : 198,

              90. addedenum

                SearchBox_ResultSuggestionChosen : 199,

              91. addedenum

                SearchBox_PrepareForFocusOnKeyboardInput : 200,

              92. addedenum

                SemanticZoom_ViewChangeStarted : 201,

              93. addedenum

                SemanticZoom_ViewChangeCompleted : 202,

              94. addedenum

                SettingsFlyout_BackClick : 203,

              95. addedenum

                StackPanel_HorizontalSnapPointsChanged : 208,

              96. addedenum

                StackPanel_VerticalSnapPointsChanged : 209,

              97. addedenum

                TimePicker_TimeChanged : 227,

              98. addedenum

                ToggleSwitch_Toggled : 228,

              99. addedenum

                ToolTip_Closed : 229,

              100. addedenum

                ToolTip_Opened : 230,

              101. addedenum

                VirtualizingStackPanel_CleanUpVirtualizedItemEvent : 231,

              102. addedenum

                WebView_SeparateProcessLost : 232,

              103. addedenum

                WebView_LoadCompleted : 233,

              104. addedenum

                WebView_ScriptNotify : 234,

              105. addedenum

                WebView_NavigationFailed : 235,

              106. addedenum

                WebView_NavigationStarting : 236,

              107. addedenum

                WebView_ContentLoading : 237,

              108. addedenum

                WebView_DOMContentLoaded : 238,

              109. addedenum

                WebView_NavigationCompleted : 239,

              110. addedenum

                WebView_FrameNavigationStarting : 240,

              111. addedenum

                WebView_FrameContentLoading : 241,

              112. addedenum

                WebView_FrameDOMContentLoaded : 242,

              113. addedenum

                WebView_FrameNavigationCompleted : 243,

              114. addedenum

                WebView_LongRunningScriptDetected : 244,

              115. addedenum

                WebView_UnsafeContentWarningDisplaying : 245,

              116. addedenum

                WebView_UnviewableContentIdentified : 246,

              117. addedenum

                WebView_ContainsFullScreenElementChanged : 247,

              118. addedenum

                WebView_UnsupportedUriSchemeIdentified : 248,

              119. addedenum

                WebView_NewWindowRequested : 249,

              120. addedenum

                WebView_PermissionRequested : 250,

              121. addedenum

                ButtonBase_Click : 256,

              122. addedenum

                CarouselPanel_HorizontalSnapPointsChanged : 257,

              123. addedenum

                CarouselPanel_VerticalSnapPointsChanged : 258,

              124. addedenum

                OrientedVirtualizingPanel_HorizontalSnapPointsChanged : 263,

              125. addedenum

                OrientedVirtualizingPanel_VerticalSnapPointsChanged : 264,

              126. addedenum

                RangeBase_ValueChanged : 267,

              127. addedenum

                ScrollBar_Scroll : 268,

              128. addedenum

                Selector_SelectionChanged : 269,

              129. addedenum

                Thumb_DragStarted : 270,

              130. addedenum

                Thumb_DragDelta : 271,

              131. addedenum

                Thumb_DragCompleted : 272,

              132. addedenum

                ToggleButton_Checked : 273,

              133. addedenum

                ToggleButton_Unchecked : 274,

              134. addedenum

                ToggleButton_Indeterminate : 275,

              135. addedenum

                WebView_WebResourceRequested : 283,

              136. addedenum

                ScrollViewer_AnchorRequested : 291,

              137. addedenum

                DatePicker_SelectedDateChanged : 322,

              138. addedenum

                TimePicker_SelectedTimeChanged : 323,

            5. addedenum
              1. addedenum

                AutomationProperties_AcceleratorKey : 5,

              2. addedenum

                AutomationProperties_AccessibilityView : 6,

              3. addedenum

                AutomationProperties_AccessKey : 7,

              4. addedenum

                AutomationProperties_AutomationId : 8,

              5. addedenum

                AutomationProperties_ControlledPeers : 9,

              6. addedenum

                AutomationProperties_HelpText : 10,

              7. addedenum

                AutomationProperties_IsRequiredForForm : 11,

              8. addedenum

                AutomationProperties_ItemStatus : 12,

              9. addedenum

                AutomationProperties_ItemType : 13,

              10. addedenum

                AutomationProperties_LabeledBy : 14,

              11. addedenum

                AutomationProperties_LiveSetting : 15,

              12. addedenum

                AutomationProperties_Name : 16,

              13. addedenum

                ToolTipService_Placement : 24,

              14. addedenum

                ToolTipService_PlacementTarget : 25,

              15. addedenum

                ToolTipService_ToolTip : 26,

              16. addedenum

                Typography_AnnotationAlternates : 28,

              17. addedenum

                Typography_Capitals : 29,

              18. addedenum

                Typography_CapitalSpacing : 30,

              19. addedenum

                Typography_CaseSensitiveForms : 31,

              20. addedenum

                Typography_ContextualAlternates : 32,

              21. addedenum

                Typography_ContextualLigatures : 33,

              22. addedenum

                Typography_ContextualSwashes : 34,

              23. addedenum

                Typography_DiscretionaryLigatures : 35,

              24. addedenum

                Typography_EastAsianExpertForms : 36,

              25. addedenum

                Typography_EastAsianLanguage : 37,

              26. addedenum

                Typography_EastAsianWidths : 38,

              27. addedenum

                Typography_Fraction : 39,

              28. addedenum

                Typography_HistoricalForms : 40,

              29. addedenum

                Typography_HistoricalLigatures : 41,

              30. addedenum

                Typography_Kerning : 42,

              31. addedenum

                Typography_MathematicalGreek : 43,

              32. addedenum

                Typography_NumeralAlignment : 44,

              33. addedenum

                Typography_NumeralStyle : 45,

              34. addedenum

                Typography_SlashedZero : 46,

              35. addedenum

                Typography_StandardLigatures : 47,

              36. addedenum

                Typography_StandardSwashes : 48,

              37. addedenum

                Typography_StylisticAlternates : 49,

              38. addedenum

                Typography_StylisticSet1 : 50,

              39. addedenum

                Typography_StylisticSet10 : 51,

              40. addedenum

                Typography_StylisticSet11 : 52,

              41. addedenum

                Typography_StylisticSet12 : 53,

              42. addedenum

                Typography_StylisticSet13 : 54,

              43. addedenum

                Typography_StylisticSet14 : 55,

              44. addedenum

                Typography_StylisticSet15 : 56,

              45. addedenum

                Typography_StylisticSet16 : 57,

              46. addedenum

                Typography_StylisticSet17 : 58,

              47. addedenum

                Typography_StylisticSet18 : 59,

              48. addedenum

                Typography_StylisticSet19 : 60,

              49. addedenum

                Typography_StylisticSet2 : 61,

              50. addedenum

                Typography_StylisticSet20 : 62,

              51. addedenum

                Typography_StylisticSet3 : 63,

              52. addedenum

                Typography_StylisticSet4 : 64,

              53. addedenum

                Typography_StylisticSet5 : 65,

              54. addedenum

                Typography_StylisticSet6 : 66,

              55. addedenum

                Typography_StylisticSet7 : 67,

              56. addedenum

                Typography_StylisticSet8 : 68,

              57. addedenum

                Typography_StylisticSet9 : 69,

              58. addedenum

                Typography_Variants : 70,

              59. addedenum

                AutomationPeer_EventsSource : 75,

              60. addedenum

                AutoSuggestBoxSuggestionChosenEventArgs_SelectedItem : 76,

              61. addedenum

                AutoSuggestBoxTextChangedEventArgs_Reason : 77,

              62. addedenum

                Brush_Opacity : 78,

              63. addedenum

                Brush_RelativeTransform : 79,

              64. addedenum

                Brush_Transform : 80,

              65. addedenum

                CollectionViewSource_IsSourceGrouped : 81,

              66. addedenum

                CollectionViewSource_ItemsPath : 82,

              67. addedenum

                CollectionViewSource_Source : 83,

              68. addedenum

                CollectionViewSource_View : 84,

              69. addedenum

                ColorKeyFrame_KeyTime : 90,

              70. addedenum

                ColorKeyFrame_Value : 91,

              71. addedenum

                ColumnDefinition_ActualWidth : 92,

              72. addedenum

                ColumnDefinition_MaxWidth : 93,

              73. addedenum

                ColumnDefinition_MinWidth : 94,

              74. addedenum

                ColumnDefinition_Width : 95,

              75. addedenum

                ComboBoxTemplateSettings_DropDownClosedHeight : 96,

              76. addedenum

                ComboBoxTemplateSettings_DropDownOffset : 97,

              77. addedenum

                ComboBoxTemplateSettings_DropDownOpenedHeight : 98,

              78. addedenum

                ComboBoxTemplateSettings_SelectedItemDirection : 99,

              79. addedenum

                DoubleKeyFrame_KeyTime : 107,

              80. addedenum

                DoubleKeyFrame_Value : 108,

              81. addedenum

                EasingFunctionBase_EasingMode : 111,

              82. addedenum

                FlyoutBase_AttachedFlyout : 114,

              83. addedenum

                FlyoutBase_Placement : 115,

              84. addedenum

                Geometry_Bounds : 118,

              85. addedenum

                Geometry_Transform : 119,

              86. addedenum

                GradientStop_Color : 120,

              87. addedenum

                GradientStop_Offset : 121,

              88. addedenum

                GroupStyle_ContainerStyle : 124,

              89. addedenum

                GroupStyle_ContainerStyleSelector : 125,

              90. addedenum

                GroupStyle_HeaderContainerStyle : 126,

              91. addedenum

                GroupStyle_HeaderTemplate : 127,

              92. addedenum

                GroupStyle_HeaderTemplateSelector : 128,

              93. addedenum

                GroupStyle_HidesIfEmpty : 129,

              94. addedenum

                GroupStyle_Panel : 130,

              95. addedenum

                InertiaExpansionBehavior_DesiredDeceleration : 144,

              96. addedenum

                InertiaExpansionBehavior_DesiredExpansion : 145,

              97. addedenum

                InertiaRotationBehavior_DesiredDeceleration : 146,

              98. addedenum

                InertiaRotationBehavior_DesiredRotation : 147,

              99. addedenum

                InertiaTranslationBehavior_DesiredDeceleration : 148,

              100. addedenum

                InertiaTranslationBehavior_DesiredDisplacement : 149,

              101. addedenum

                InputScope_Names : 150,

              102. addedenum

                InputScopeName_NameValue : 151,

              103. addedenum

                KeySpline_ControlPoint1 : 153,

              104. addedenum

                KeySpline_ControlPoint2 : 154,

              105. addedenum

                ManipulationPivot_Center : 159,

              106. addedenum

                ManipulationPivot_Radius : 160,

              107. addedenum

                ObjectKeyFrame_KeyTime : 183,

              108. addedenum

                ObjectKeyFrame_Value : 184,

              109. addedenum

                PageStackEntry_SourcePageType : 185,

              110. addedenum

                PathFigure_IsClosed : 192,

              111. addedenum

                PathFigure_IsFilled : 193,

              112. addedenum

                PathFigure_Segments : 194,

              113. addedenum

                PathFigure_StartPoint : 195,

              114. addedenum

                Pointer_IsInContact : 199,

              115. addedenum

                Pointer_IsInRange : 200,

              116. addedenum

                Pointer_PointerDeviceType : 201,

              117. addedenum

                Pointer_PointerId : 202,

              118. addedenum

                PointKeyFrame_KeyTime : 205,

              119. addedenum

                PointKeyFrame_Value : 206,

              120. addedenum

                PrintDocument_DocumentSource : 209,

              121. addedenum

                ProgressBarTemplateSettings_ContainerAnimationEndPosition : 211,

              122. addedenum

                ProgressBarTemplateSettings_ContainerAnimationStartPosition : 212,

              123. addedenum

                ProgressBarTemplateSettings_EllipseAnimationEndPosition : 213,

              124. addedenum

                ProgressBarTemplateSettings_EllipseAnimationWellPosition : 214,

              125. addedenum

                ProgressBarTemplateSettings_EllipseDiameter : 215,

              126. addedenum

                ProgressBarTemplateSettings_EllipseOffset : 216,

              127. addedenum

                ProgressBarTemplateSettings_IndicatorLengthDelta : 217,

              128. addedenum

                ProgressRingTemplateSettings_EllipseDiameter : 218,

              129. addedenum

                ProgressRingTemplateSettings_EllipseOffset : 219,

              130. addedenum

                ProgressRingTemplateSettings_MaxSideLength : 220,

              131. addedenum

                PropertyPath_Path : 221,

              132. addedenum

                RowDefinition_ActualHeight : 226,

              133. addedenum

                RowDefinition_Height : 227,

              134. addedenum

                RowDefinition_MaxHeight : 228,

              135. addedenum

                RowDefinition_MinHeight : 229,

              136. addedenum

                SetterBase_IsSealed : 233,

              137. addedenum

                SettingsFlyoutTemplateSettings_BorderBrush : 234,

              138. addedenum

                SettingsFlyoutTemplateSettings_BorderThickness : 235,

              139. addedenum

                SettingsFlyoutTemplateSettings_ContentTransitions : 236,

              140. addedenum

                SettingsFlyoutTemplateSettings_HeaderBackground : 237,

              141. addedenum

                SettingsFlyoutTemplateSettings_HeaderForeground : 238,

              142. addedenum

                SettingsFlyoutTemplateSettings_IconSource : 239,

              143. addedenum

                Style_BasedOn : 244,

              144. addedenum

                Style_IsSealed : 245,

              145. addedenum

                Style_Setters : 246,

              146. addedenum

                Style_TargetType : 247,

              147. addedenum

                TextElement_CharacterSpacing : 249,

              148. addedenum

                TextElement_FontFamily : 250,

              149. addedenum

                TextElement_FontSize : 251,

              150. addedenum

                TextElement_FontStretch : 252,

              151. addedenum

                TextElement_FontStyle : 253,

              152. addedenum

                TextElement_FontWeight : 254,

              153. addedenum

                TextElement_Foreground : 255,

              154. addedenum

                TextElement_IsTextScaleFactorEnabled : 256,

              155. addedenum

                TextElement_Language : 257,

              156. addedenum

                Timeline_AutoReverse : 263,

              157. addedenum

                Timeline_BeginTime : 264,

              158. addedenum

                Timeline_Duration : 265,

              159. addedenum

                Timeline_FillBehavior : 266,

              160. addedenum

                Timeline_RepeatBehavior : 267,

              161. addedenum

                Timeline_SpeedRatio : 268,

              162. addedenum

                TimelineMarker_Text : 269,

              163. addedenum

                TimelineMarker_Time : 270,

              164. addedenum

                TimelineMarker_Type : 271,

              165. addedenum

                ToggleSwitchTemplateSettings_CurtainCurrentToOffOffset : 273,

              166. addedenum

                ToggleSwitchTemplateSettings_CurtainCurrentToOnOffset : 274,

              167. addedenum

                ToggleSwitchTemplateSettings_CurtainOffToOnOffset : 275,

              168. addedenum

                ToggleSwitchTemplateSettings_CurtainOnToOffOffset : 276,

              169. addedenum

                ToggleSwitchTemplateSettings_KnobCurrentToOffOffset : 277,

              170. addedenum

                ToggleSwitchTemplateSettings_KnobCurrentToOnOffset : 278,

              171. addedenum

                ToggleSwitchTemplateSettings_KnobOffToOnOffset : 279,

              172. addedenum

                ToggleSwitchTemplateSettings_KnobOnToOffOffset : 280,

              173. addedenum

                ToolTipTemplateSettings_FromHorizontalOffset : 281,

              174. addedenum

                ToolTipTemplateSettings_FromVerticalOffset : 282,

              175. addedenum

                UIElement_AllowDrop : 292,

              176. addedenum

                UIElement_CacheMode : 293,

              177. addedenum

                UIElement_Clip : 295,

              178. addedenum

                UIElement_CompositeMode : 296,

              179. addedenum

                UIElement_IsDoubleTapEnabled : 297,

              180. addedenum

                UIElement_IsHitTestVisible : 298,

              181. addedenum

                UIElement_IsHoldingEnabled : 299,

              182. addedenum

                UIElement_IsRightTapEnabled : 300,

              183. addedenum

                UIElement_IsTapEnabled : 301,

              184. addedenum

                UIElement_ManipulationMode : 302,

              185. addedenum

                UIElement_Opacity : 303,

              186. addedenum

                UIElement_PointerCaptures : 304,

              187. addedenum

                UIElement_Projection : 305,

              188. addedenum

                UIElement_RenderSize : 306,

              189. addedenum

                UIElement_RenderTransform : 307,

              190. addedenum

                UIElement_RenderTransformOrigin : 308,

              191. addedenum

                UIElement_Transitions : 309,

              192. addedenum

                UIElement_UseLayoutRounding : 311,

              193. addedenum

                UIElement_Visibility : 312,

              194. addedenum

                VisualState_Storyboard : 322,

              195. addedenum

                VisualStateGroup_States : 323,

              196. addedenum

                VisualStateGroup_Transitions : 324,

              197. addedenum

                VisualStateManager_CustomVisualStateManager : 325,

              198. addedenum

                VisualStateManager_VisualStateGroups : 326,

              199. addedenum

                VisualTransition_From : 327,

              200. addedenum

                VisualTransition_GeneratedDuration : 328,

              201. addedenum

                VisualTransition_GeneratedEasingFunction : 329,

              202. addedenum

                VisualTransition_Storyboard : 330,

              203. addedenum

                VisualTransition_To : 331,

              204. addedenum

                ArcSegment_IsLargeArc : 332,

              205. addedenum

                ArcSegment_Point : 333,

              206. addedenum

                ArcSegment_RotationAngle : 334,

              207. addedenum

                ArcSegment_Size : 335,

              208. addedenum

                ArcSegment_SweepDirection : 336,

              209. addedenum

                BackEase_Amplitude : 337,

              210. addedenum

                BeginStoryboard_Storyboard : 338,

              211. addedenum

                BezierSegment_Point1 : 339,

              212. addedenum

                BezierSegment_Point2 : 340,

              213. addedenum

                BezierSegment_Point3 : 341,

              214. addedenum

                BitmapSource_PixelHeight : 342,

              215. addedenum

                BitmapSource_PixelWidth : 343,

              216. addedenum

                Block_LineHeight : 344,

              217. addedenum

                Block_LineStackingStrategy : 345,

              218. addedenum

                Block_Margin : 346,

              219. addedenum

                Block_TextAlignment : 347,

              220. addedenum

                BounceEase_Bounces : 348,

              221. addedenum

                BounceEase_Bounciness : 349,

              222. addedenum

                ColorAnimation_By : 350,

              223. addedenum

                ColorAnimation_EasingFunction : 351,

              224. addedenum

                ColorAnimation_EnableDependentAnimation : 352,

              225. addedenum

                ColorAnimation_From : 353,

              226. addedenum

                ColorAnimation_To : 354,

              227. addedenum

                ColorAnimationUsingKeyFrames_EnableDependentAnimation : 355,

              228. addedenum

                ColorAnimationUsingKeyFrames_KeyFrames : 356,

              229. addedenum

                ContentThemeTransition_HorizontalOffset : 357,

              230. addedenum

                ContentThemeTransition_VerticalOffset : 358,

              231. addedenum

                ControlTemplate_TargetType : 359,

              232. addedenum

                DispatcherTimer_Interval : 362,

              233. addedenum

                DoubleAnimation_By : 363,

              234. addedenum

                DoubleAnimation_EasingFunction : 364,

              235. addedenum

                DoubleAnimation_EnableDependentAnimation : 365,

              236. addedenum

                DoubleAnimation_From : 366,

              237. addedenum

                DoubleAnimation_To : 367,

              238. addedenum

                DoubleAnimationUsingKeyFrames_EnableDependentAnimation : 368,

              239. addedenum

                DoubleAnimationUsingKeyFrames_KeyFrames : 369,

              240. addedenum

                EasingColorKeyFrame_EasingFunction : 372,

              241. addedenum

                EasingDoubleKeyFrame_EasingFunction : 373,

              242. addedenum

                EasingPointKeyFrame_EasingFunction : 374,

              243. addedenum

                EdgeUIThemeTransition_Edge : 375,

              244. addedenum

                ElasticEase_Oscillations : 376,

              245. addedenum

                ElasticEase_Springiness : 377,

              246. addedenum

                EllipseGeometry_Center : 378,

              247. addedenum

                EllipseGeometry_RadiusX : 379,

              248. addedenum

                EllipseGeometry_RadiusY : 380,

              249. addedenum

                EntranceThemeTransition_FromHorizontalOffset : 381,

              250. addedenum

                EntranceThemeTransition_FromVerticalOffset : 382,

              251. addedenum

                EntranceThemeTransition_IsStaggeringEnabled : 383,

              252. addedenum

                EventTrigger_Actions : 384,

              253. addedenum

                EventTrigger_RoutedEvent : 385,

              254. addedenum

                ExponentialEase_Exponent : 386,

              255. addedenum

                Flyout_Content : 387,

              256. addedenum

                Flyout_FlyoutPresenterStyle : 388,

              257. addedenum

                FrameworkElement_ActualHeight : 389,

              258. addedenum

                FrameworkElement_ActualWidth : 390,

              259. addedenum

                FrameworkElement_DataContext : 391,

              260. addedenum

                FrameworkElement_FlowDirection : 392,

              261. addedenum

                FrameworkElement_Height : 393,

              262. addedenum

                FrameworkElement_HorizontalAlignment : 394,

              263. addedenum

                FrameworkElement_Language : 396,

              264. addedenum

                FrameworkElement_Margin : 397,

              265. addedenum

                FrameworkElement_MaxHeight : 398,

              266. addedenum

                FrameworkElement_MaxWidth : 399,

              267. addedenum

                FrameworkElement_MinHeight : 400,

              268. addedenum

                FrameworkElement_MinWidth : 401,

              269. addedenum

                FrameworkElement_Parent : 402,

              270. addedenum

                FrameworkElement_RequestedTheme : 403,

              271. addedenum

                FrameworkElement_Resources : 404,

              272. addedenum

                FrameworkElement_Style : 405,

              273. addedenum

                FrameworkElement_Tag : 406,

              274. addedenum

                FrameworkElement_Triggers : 407,

              275. addedenum

                FrameworkElement_VerticalAlignment : 408,

              276. addedenum

                FrameworkElement_Width : 409,

              277. addedenum

                FrameworkElementAutomationPeer_Owner : 410,

              278. addedenum

                GeometryGroup_Children : 411,

              279. addedenum

                GeometryGroup_FillRule : 412,

              280. addedenum

                GradientBrush_ColorInterpolationMode : 413,

              281. addedenum

                GradientBrush_GradientStops : 414,

              282. addedenum

                GradientBrush_MappingMode : 415,

              283. addedenum

                GradientBrush_SpreadMethod : 416,

              284. addedenum

                GridViewItemTemplateSettings_DragItemsCount : 417,

              285. addedenum

                ItemAutomationPeer_Item : 419,

              286. addedenum

                ItemAutomationPeer_ItemsControlAutomationPeer : 420,

              287. addedenum

                LineGeometry_EndPoint : 422,

              288. addedenum

                LineGeometry_StartPoint : 423,

              289. addedenum

                LineSegment_Point : 424,

              290. addedenum

                ListViewItemTemplateSettings_DragItemsCount : 425,

              291. addedenum

                Matrix3DProjection_ProjectionMatrix : 426,

              292. addedenum

                MenuFlyout_Items : 427,

              293. addedenum

                MenuFlyout_MenuFlyoutPresenterStyle : 428,

              294. addedenum

                ObjectAnimationUsingKeyFrames_EnableDependentAnimation : 429,

              295. addedenum

                ObjectAnimationUsingKeyFrames_KeyFrames : 430,

              296. addedenum

                PaneThemeTransition_Edge : 431,

              297. addedenum

                PathGeometry_Figures : 432,

              298. addedenum

                PathGeometry_FillRule : 433,

              299. addedenum

                PlaneProjection_CenterOfRotationX : 434,

              300. addedenum

                PlaneProjection_CenterOfRotationY : 435,

              301. addedenum

                PlaneProjection_CenterOfRotationZ : 436,

              302. addedenum

                PlaneProjection_GlobalOffsetX : 437,

              303. addedenum

                PlaneProjection_GlobalOffsetY : 438,

              304. addedenum

                PlaneProjection_GlobalOffsetZ : 439,

              305. addedenum

                PlaneProjection_LocalOffsetX : 440,

              306. addedenum

                PlaneProjection_LocalOffsetY : 441,

              307. addedenum

                PlaneProjection_LocalOffsetZ : 442,

              308. addedenum

                PlaneProjection_ProjectionMatrix : 443,

              309. addedenum

                PlaneProjection_RotationX : 444,

              310. addedenum

                PlaneProjection_RotationY : 445,

              311. addedenum

                PlaneProjection_RotationZ : 446,

              312. addedenum

                PointAnimation_By : 447,

              313. addedenum

                PointAnimation_EasingFunction : 448,

              314. addedenum

                PointAnimation_EnableDependentAnimation : 449,

              315. addedenum

                PointAnimation_From : 450,

              316. addedenum

                PointAnimation_To : 451,

              317. addedenum

                PointAnimationUsingKeyFrames_EnableDependentAnimation : 452,

              318. addedenum

                PointAnimationUsingKeyFrames_KeyFrames : 453,

              319. addedenum

                PolyBezierSegment_Points : 456,

              320. addedenum

                PolyLineSegment_Points : 457,

              321. addedenum

                PolyQuadraticBezierSegment_Points : 458,

              322. addedenum

                PopupThemeTransition_FromHorizontalOffset : 459,

              323. addedenum

                PopupThemeTransition_FromVerticalOffset : 460,

              324. addedenum

                PowerEase_Power : 461,

              325. addedenum

                QuadraticBezierSegment_Point1 : 466,

              326. addedenum

                QuadraticBezierSegment_Point2 : 467,

              327. addedenum

                RectangleGeometry_Rect : 470,

              328. addedenum

                RelativeSource_Mode : 471,

              329. addedenum

                RenderTargetBitmap_PixelHeight : 472,

              330. addedenum

                RenderTargetBitmap_PixelWidth : 473,

              331. addedenum

                Setter_Property : 474,

              332. addedenum

                Setter_Value : 475,

              333. addedenum

                SolidColorBrush_Color : 476,

              334. addedenum

                SplineColorKeyFrame_KeySpline : 477,

              335. addedenum

                SplineDoubleKeyFrame_KeySpline : 478,

              336. addedenum

                SplinePointKeyFrame_KeySpline : 479,

              337. addedenum

                TileBrush_AlignmentX : 483,

              338. addedenum

                TileBrush_AlignmentY : 484,

              339. addedenum

                TileBrush_Stretch : 485,

              340. addedenum

                Binding_Converter : 487,

              341. addedenum

                Binding_ConverterLanguage : 488,

              342. addedenum

                Binding_ConverterParameter : 489,

              343. addedenum

                Binding_ElementName : 490,

              344. addedenum

                Binding_FallbackValue : 491,

              345. addedenum

                Binding_Mode : 492,

              346. addedenum

                Binding_Path : 493,

              347. addedenum

                Binding_RelativeSource : 494,

              348. addedenum

                Binding_Source : 495,

              349. addedenum

                Binding_TargetNullValue : 496,

              350. addedenum

                Binding_UpdateSourceTrigger : 497,

              351. addedenum

                BitmapImage_CreateOptions : 498,

              352. addedenum

                BitmapImage_DecodePixelHeight : 499,

              353. addedenum

                BitmapImage_DecodePixelType : 500,

              354. addedenum

                BitmapImage_DecodePixelWidth : 501,

              355. addedenum

                BitmapImage_UriSource : 502,

              356. addedenum

                Border_Background : 503,

              357. addedenum

                Border_BorderBrush : 504,

              358. addedenum

                Border_BorderThickness : 505,

              359. addedenum

                Border_Child : 506,

              360. addedenum

                Border_ChildTransitions : 507,

              361. addedenum

                Border_CornerRadius : 508,

              362. addedenum

                Border_Padding : 509,

              363. addedenum

                CaptureElement_Source : 510,

              364. addedenum

                CaptureElement_Stretch : 511,

              365. addedenum

                CompositeTransform_CenterX : 514,

              366. addedenum

                CompositeTransform_CenterY : 515,

              367. addedenum

                CompositeTransform_Rotation : 516,

              368. addedenum

                CompositeTransform_ScaleX : 517,

              369. addedenum

                CompositeTransform_ScaleY : 518,

              370. addedenum

                CompositeTransform_SkewX : 519,

              371. addedenum

                CompositeTransform_SkewY : 520,

              372. addedenum

                CompositeTransform_TranslateX : 521,

              373. addedenum

                CompositeTransform_TranslateY : 522,

              374. addedenum

                ContentPresenter_CharacterSpacing : 523,

              375. addedenum

                ContentPresenter_Content : 524,

              376. addedenum

                ContentPresenter_ContentTemplate : 525,

              377. addedenum

                ContentPresenter_ContentTemplateSelector : 526,

              378. addedenum

                ContentPresenter_ContentTransitions : 527,

              379. addedenum

                ContentPresenter_FontFamily : 528,

              380. addedenum

                ContentPresenter_FontSize : 529,

              381. addedenum

                ContentPresenter_FontStretch : 530,

              382. addedenum

                ContentPresenter_FontStyle : 531,

              383. addedenum

                ContentPresenter_FontWeight : 532,

              384. addedenum

                ContentPresenter_Foreground : 533,

              385. addedenum

                ContentPresenter_IsTextScaleFactorEnabled : 534,

              386. addedenum

                ContentPresenter_LineStackingStrategy : 535,

              387. addedenum

                ContentPresenter_MaxLines : 536,

              388. addedenum

                ContentPresenter_OpticalMarginAlignment : 537,

              389. addedenum

                ContentPresenter_TextLineBounds : 539,

              390. addedenum

                ContentPresenter_TextWrapping : 540,

              391. addedenum

                Control_Background : 541,

              392. addedenum

                Control_BorderBrush : 542,

              393. addedenum

                Control_BorderThickness : 543,

              394. addedenum

                Control_CharacterSpacing : 544,

              395. addedenum

                Control_FocusState : 546,

              396. addedenum

                Control_FontFamily : 547,

              397. addedenum

                Control_FontSize : 548,

              398. addedenum

                Control_FontStretch : 549,

              399. addedenum

                Control_FontStyle : 550,

              400. addedenum

                Control_FontWeight : 551,

              401. addedenum

                Control_Foreground : 552,

              402. addedenum

                Control_HorizontalContentAlignment : 553,

              403. addedenum

                Control_IsEnabled : 554,

              404. addedenum

                Control_IsTabStop : 555,

              405. addedenum

                Control_IsTextScaleFactorEnabled : 556,

              406. addedenum

                Control_Padding : 557,

              407. addedenum

                Control_TabIndex : 558,

              408. addedenum

                Control_TabNavigation : 559,

              409. addedenum

                Control_Template : 560,

              410. addedenum

                Control_VerticalContentAlignment : 561,

              411. addedenum

                DragItemThemeAnimation_TargetName : 565,

              412. addedenum

                DragOverThemeAnimation_Direction : 566,

              413. addedenum

                DragOverThemeAnimation_TargetName : 567,

              414. addedenum

                DragOverThemeAnimation_ToOffset : 568,

              415. addedenum

                DropTargetItemThemeAnimation_TargetName : 569,

              416. addedenum

                FadeInThemeAnimation_TargetName : 570,

              417. addedenum

                FadeOutThemeAnimation_TargetName : 571,

              418. addedenum

                Glyphs_Fill : 574,

              419. addedenum

                Glyphs_FontRenderingEmSize : 575,

              420. addedenum

                Glyphs_FontUri : 576,

              421. addedenum

                Glyphs_Indices : 577,

              422. addedenum

                Glyphs_OriginX : 578,

              423. addedenum

                Glyphs_OriginY : 579,

              424. addedenum

                Glyphs_StyleSimulations : 580,

              425. addedenum

                Glyphs_UnicodeString : 581,

              426. addedenum

                IconElement_Foreground : 584,

              427. addedenum

                Image_NineGrid : 586,

              428. addedenum

                Image_PlayToSource : 587,

              429. addedenum

                Image_Source : 588,

              430. addedenum

                Image_Stretch : 589,

              431. addedenum

                ImageBrush_ImageSource : 591,

              432. addedenum

                InlineUIContainer_Child : 592,

              433. addedenum

                ItemsPresenter_Footer : 594,

              434. addedenum

                ItemsPresenter_FooterTemplate : 595,

              435. addedenum

                ItemsPresenter_FooterTransitions : 596,

              436. addedenum

                ItemsPresenter_Header : 597,

              437. addedenum

                ItemsPresenter_HeaderTemplate : 598,

              438. addedenum

                ItemsPresenter_HeaderTransitions : 599,

              439. addedenum

                ItemsPresenter_Padding : 601,

              440. addedenum

                LinearGradientBrush_EndPoint : 602,

              441. addedenum

                LinearGradientBrush_StartPoint : 603,

              442. addedenum

                MatrixTransform_Matrix : 604,

              443. addedenum

                MediaElement_ActualStereo3DVideoPackingMode : 605,

              444. addedenum

                MediaElement_AreTransportControlsEnabled : 606,

              445. addedenum

                MediaElement_AspectRatioHeight : 607,

              446. addedenum

                MediaElement_AspectRatioWidth : 608,

              447. addedenum

                MediaElement_AudioCategory : 609,

              448. addedenum

                MediaElement_AudioDeviceType : 610,

              449. addedenum

                MediaElement_AudioStreamCount : 611,

              450. addedenum

                MediaElement_AudioStreamIndex : 612,

              451. addedenum

                MediaElement_AutoPlay : 613,

              452. addedenum

                MediaElement_Balance : 614,

              453. addedenum

                MediaElement_BufferingProgress : 615,

              454. addedenum

                MediaElement_CanPause : 616,

              455. addedenum

                MediaElement_CanSeek : 617,

              456. addedenum

                MediaElement_CurrentState : 618,

              457. addedenum

                MediaElement_DefaultPlaybackRate : 619,

              458. addedenum

                MediaElement_DownloadProgress : 620,

              459. addedenum

                MediaElement_DownloadProgressOffset : 621,

              460. addedenum

                MediaElement_IsAudioOnly : 623,

              461. addedenum

                MediaElement_IsFullWindow : 624,

              462. addedenum

                MediaElement_IsLooping : 625,

              463. addedenum

                MediaElement_IsMuted : 626,

              464. addedenum

                MediaElement_IsStereo3DVideo : 627,

              465. addedenum

                MediaElement_Markers : 628,

              466. addedenum

                MediaElement_NaturalDuration : 629,

              467. addedenum

                MediaElement_NaturalVideoHeight : 630,

              468. addedenum

                MediaElement_NaturalVideoWidth : 631,

              469. addedenum

                MediaElement_PlaybackRate : 632,

              470. addedenum

                MediaElement_PlayToPreferredSourceUri : 633,

              471. addedenum

                MediaElement_PlayToSource : 634,

              472. addedenum

                MediaElement_Position : 635,

              473. addedenum

                MediaElement_PosterSource : 636,

              474. addedenum

                MediaElement_ProtectionManager : 637,

              475. addedenum

                MediaElement_RealTimePlayback : 638,

              476. addedenum

                MediaElement_Source : 639,

              477. addedenum

                MediaElement_Stereo3DVideoPackingMode : 640,

              478. addedenum

                MediaElement_Stereo3DVideoRenderMode : 641,

              479. addedenum

                MediaElement_Stretch : 642,

              480. addedenum

                MediaElement_TransportControls : 643,

              481. addedenum

                MediaElement_Volume : 644,

              482. addedenum

                Panel_Background : 647,

              483. addedenum

                Panel_Children : 648,

              484. addedenum

                Panel_ChildrenTransitions : 649,

              485. addedenum

                Panel_IsItemsHost : 651,

              486. addedenum

                Paragraph_Inlines : 652,

              487. addedenum

                Paragraph_TextIndent : 653,

              488. addedenum

                PointerDownThemeAnimation_TargetName : 660,

              489. addedenum

                PointerUpThemeAnimation_TargetName : 662,

              490. addedenum

                PopInThemeAnimation_FromHorizontalOffset : 664,

              491. addedenum

                PopInThemeAnimation_FromVerticalOffset : 665,

              492. addedenum

                PopInThemeAnimation_TargetName : 666,

              493. addedenum

                PopOutThemeAnimation_TargetName : 667,

              494. addedenum

                Popup_Child : 668,

              495. addedenum

                Popup_ChildTransitions : 669,

              496. addedenum

                Popup_HorizontalOffset : 670,

              497. addedenum

                Popup_IsLightDismissEnabled : 673,

              498. addedenum

                Popup_IsOpen : 674,

              499. addedenum

                Popup_VerticalOffset : 676,

              500. addedenum

                RepositionThemeAnimation_FromHorizontalOffset : 683,

              501. addedenum

                RepositionThemeAnimation_FromVerticalOffset : 684,

              502. addedenum

                RepositionThemeAnimation_TargetName : 685,

              503. addedenum

                ResourceDictionary_MergedDictionaries : 687,

              504. addedenum

                ResourceDictionary_Source : 688,

              505. addedenum

                ResourceDictionary_ThemeDictionaries : 689,

              506. addedenum

                RichTextBlock_Blocks : 691,

              507. addedenum

                RichTextBlock_CharacterSpacing : 692,

              508. addedenum

                RichTextBlock_FontFamily : 693,

              509. addedenum

                RichTextBlock_FontSize : 694,

              510. addedenum

                RichTextBlock_FontStretch : 695,

              511. addedenum

                RichTextBlock_FontStyle : 696,

              512. addedenum

                RichTextBlock_FontWeight : 697,

              513. addedenum

                RichTextBlock_Foreground : 698,

              514. addedenum

                RichTextBlock_HasOverflowContent : 699,

              515. addedenum

                RichTextBlock_IsColorFontEnabled : 700,

              516. addedenum

                RichTextBlock_IsTextScaleFactorEnabled : 701,

              517. addedenum

                RichTextBlock_IsTextSelectionEnabled : 702,

              518. addedenum

                RichTextBlock_LineHeight : 703,

              519. addedenum

                RichTextBlock_LineStackingStrategy : 704,

              520. addedenum

                RichTextBlock_MaxLines : 705,

              521. addedenum

                RichTextBlock_OpticalMarginAlignment : 706,

              522. addedenum

                RichTextBlock_OverflowContentTarget : 707,

              523. addedenum

                RichTextBlock_Padding : 708,

              524. addedenum

                RichTextBlock_SelectedText : 709,

              525. addedenum

                RichTextBlock_SelectionHighlightColor : 710,

              526. addedenum

                RichTextBlock_TextAlignment : 711,

              527. addedenum

                RichTextBlock_TextIndent : 712,

              528. addedenum

                RichTextBlock_TextLineBounds : 713,

              529. addedenum

                RichTextBlock_TextReadingOrder : 714,

              530. addedenum

                RichTextBlock_TextTrimming : 715,

              531. addedenum

                RichTextBlock_TextWrapping : 716,

              532. addedenum

                RichTextBlockOverflow_HasOverflowContent : 717,

              533. addedenum

                RichTextBlockOverflow_MaxLines : 718,

              534. addedenum

                RichTextBlockOverflow_OverflowContentTarget : 719,

              535. addedenum

                RichTextBlockOverflow_Padding : 720,

              536. addedenum

                RotateTransform_Angle : 721,

              537. addedenum

                RotateTransform_CenterX : 722,

              538. addedenum

                RotateTransform_CenterY : 723,

              539. addedenum

                Run_FlowDirection : 725,

              540. addedenum

                Run_Text : 726,

              541. addedenum

                ScaleTransform_CenterX : 727,

              542. addedenum

                ScaleTransform_CenterY : 728,

              543. addedenum

                ScaleTransform_ScaleX : 729,

              544. addedenum

                ScaleTransform_ScaleY : 730,

              545. addedenum

                SetterBaseCollection_IsSealed : 732,

              546. addedenum

                Shape_Fill : 733,

              547. addedenum

                Shape_GeometryTransform : 734,

              548. addedenum

                Shape_Stretch : 735,

              549. addedenum

                Shape_Stroke : 736,

              550. addedenum

                Shape_StrokeDashArray : 737,

              551. addedenum

                Shape_StrokeDashCap : 738,

              552. addedenum

                Shape_StrokeDashOffset : 739,

              553. addedenum

                Shape_StrokeEndLineCap : 740,

              554. addedenum

                Shape_StrokeLineJoin : 741,

              555. addedenum

                Shape_StrokeMiterLimit : 742,

              556. addedenum

                Shape_StrokeStartLineCap : 743,

              557. addedenum

                Shape_StrokeThickness : 744,

              558. addedenum

                SkewTransform_AngleX : 745,

              559. addedenum

                SkewTransform_AngleY : 746,

              560. addedenum

                SkewTransform_CenterX : 747,

              561. addedenum

                SkewTransform_CenterY : 748,

              562. addedenum

                Span_Inlines : 749,

              563. addedenum

                SplitCloseThemeAnimation_ClosedLength : 750,

              564. addedenum

                SplitCloseThemeAnimation_ClosedTarget : 751,

              565. addedenum

                SplitCloseThemeAnimation_ClosedTargetName : 752,

              566. addedenum

                SplitCloseThemeAnimation_ContentTarget : 753,

              567. addedenum

                SplitCloseThemeAnimation_ContentTargetName : 754,

              568. addedenum

                SplitCloseThemeAnimation_ContentTranslationDirection : 755,

              569. addedenum

                SplitCloseThemeAnimation_ContentTranslationOffset : 756,

              570. addedenum

                SplitCloseThemeAnimation_OffsetFromCenter : 757,

              571. addedenum

                SplitCloseThemeAnimation_OpenedLength : 758,

              572. addedenum

                SplitCloseThemeAnimation_OpenedTarget : 759,

              573. addedenum

                SplitCloseThemeAnimation_OpenedTargetName : 760,

              574. addedenum

                SplitOpenThemeAnimation_ClosedLength : 761,

              575. addedenum

                SplitOpenThemeAnimation_ClosedTarget : 762,

              576. addedenum

                SplitOpenThemeAnimation_ClosedTargetName : 763,

              577. addedenum

                SplitOpenThemeAnimation_ContentTarget : 764,

              578. addedenum

                SplitOpenThemeAnimation_ContentTargetName : 765,

              579. addedenum

                SplitOpenThemeAnimation_ContentTranslationDirection : 766,

              580. addedenum

                SplitOpenThemeAnimation_ContentTranslationOffset : 767,

              581. addedenum

                SplitOpenThemeAnimation_OffsetFromCenter : 768,

              582. addedenum

                SplitOpenThemeAnimation_OpenedLength : 769,

              583. addedenum

                SplitOpenThemeAnimation_OpenedTarget : 770,

              584. addedenum

                SplitOpenThemeAnimation_OpenedTargetName : 771,

              585. addedenum

                Storyboard_Children : 772,

              586. addedenum

                Storyboard_TargetName : 774,

              587. addedenum

                Storyboard_TargetProperty : 775,

              588. addedenum

                SwipeBackThemeAnimation_FromHorizontalOffset : 776,

              589. addedenum

                SwipeBackThemeAnimation_FromVerticalOffset : 777,

              590. addedenum

                SwipeBackThemeAnimation_TargetName : 778,

              591. addedenum

                SwipeHintThemeAnimation_TargetName : 779,

              592. addedenum

                SwipeHintThemeAnimation_ToHorizontalOffset : 780,

              593. addedenum

                SwipeHintThemeAnimation_ToVerticalOffset : 781,

              594. addedenum

                TextBlock_CharacterSpacing : 782,

              595. addedenum

                TextBlock_FontFamily : 783,

              596. addedenum

                TextBlock_FontSize : 784,

              597. addedenum

                TextBlock_FontStretch : 785,

              598. addedenum

                TextBlock_FontStyle : 786,

              599. addedenum

                TextBlock_FontWeight : 787,

              600. addedenum

                TextBlock_Foreground : 788,

              601. addedenum

                TextBlock_Inlines : 789,

              602. addedenum

                TextBlock_IsColorFontEnabled : 790,

              603. addedenum

                TextBlock_IsTextScaleFactorEnabled : 791,

              604. addedenum

                TextBlock_IsTextSelectionEnabled : 792,

              605. addedenum

                TextBlock_LineHeight : 793,

              606. addedenum

                TextBlock_LineStackingStrategy : 794,

              607. addedenum

                TextBlock_MaxLines : 795,

              608. addedenum

                TextBlock_OpticalMarginAlignment : 796,

              609. addedenum

                TextBlock_Padding : 797,

              610. addedenum

                TextBlock_SelectedText : 798,

              611. addedenum

                TextBlock_SelectionHighlightColor : 799,

              612. addedenum

                TextBlock_Text : 800,

              613. addedenum

                TextBlock_TextAlignment : 801,

              614. addedenum

                TextBlock_TextDecorations : 802,

              615. addedenum

                TextBlock_TextLineBounds : 803,

              616. addedenum

                TextBlock_TextReadingOrder : 804,

              617. addedenum

                TextBlock_TextTrimming : 805,

              618. addedenum

                TextBlock_TextWrapping : 806,

              619. addedenum

                TransformGroup_Children : 811,

              620. addedenum

                TransformGroup_Value : 812,

              621. addedenum

                TranslateTransform_X : 814,

              622. addedenum

                TranslateTransform_Y : 815,

              623. addedenum

                Viewbox_Child : 819,

              624. addedenum

                Viewbox_Stretch : 820,

              625. addedenum

                Viewbox_StretchDirection : 821,

              626. addedenum

                WebViewBrush_SourceName : 825,

              627. addedenum

                AppBarSeparator_IsCompact : 826,

              628. addedenum

                BitmapIcon_UriSource : 827,

              629. addedenum

                Canvas_Left : 828,

              630. addedenum

                Canvas_Top : 829,

              631. addedenum

                Canvas_ZIndex : 830,

              632. addedenum

                ContentControl_Content : 832,

              633. addedenum

                ContentControl_ContentTemplate : 833,

              634. addedenum

                ContentControl_ContentTemplateSelector : 834,

              635. addedenum

                ContentControl_ContentTransitions : 835,

              636. addedenum

                DatePicker_CalendarIdentifier : 837,

              637. addedenum

                DatePicker_Date : 838,

              638. addedenum

                DatePicker_DayFormat : 839,

              639. addedenum

                DatePicker_DayVisible : 840,

              640. addedenum

                DatePicker_Header : 841,

              641. addedenum

                DatePicker_HeaderTemplate : 842,

              642. addedenum

                DatePicker_MaxYear : 843,

              643. addedenum

                DatePicker_MinYear : 844,

              644. addedenum

                DatePicker_MonthFormat : 845,

              645. addedenum

                DatePicker_MonthVisible : 846,

              646. addedenum

                DatePicker_Orientation : 847,

              647. addedenum

                DatePicker_YearFormat : 848,

              648. addedenum

                DatePicker_YearVisible : 849,

              649. addedenum

                FontIcon_FontFamily : 851,

              650. addedenum

                FontIcon_FontSize : 852,

              651. addedenum

                FontIcon_FontStyle : 853,

              652. addedenum

                FontIcon_FontWeight : 854,

              653. addedenum

                FontIcon_Glyph : 855,

              654. addedenum

                FontIcon_IsTextScaleFactorEnabled : 856,

              655. addedenum

                Grid_Column : 857,

              656. addedenum

                Grid_ColumnDefinitions : 858,

              657. addedenum

                Grid_ColumnSpan : 859,

              658. addedenum

                Grid_Row : 860,

              659. addedenum

                Grid_RowDefinitions : 861,

              660. addedenum

                Grid_RowSpan : 862,

              661. addedenum

                Hub_DefaultSectionIndex : 863,

              662. addedenum

                Hub_Header : 864,

              663. addedenum

                Hub_HeaderTemplate : 865,

              664. addedenum

                Hub_IsActiveView : 866,

              665. addedenum

                Hub_IsZoomedInView : 867,

              666. addedenum

                Hub_Orientation : 868,

              667. addedenum

                Hub_SectionHeaders : 869,

              668. addedenum

                Hub_Sections : 870,

              669. addedenum

                Hub_SectionsInView : 871,

              670. addedenum

                Hub_SemanticZoomOwner : 872,

              671. addedenum

                HubSection_ContentTemplate : 873,

              672. addedenum

                HubSection_Header : 874,

              673. addedenum

                HubSection_HeaderTemplate : 875,

              674. addedenum

                HubSection_IsHeaderInteractive : 876,

              675. addedenum

                Hyperlink_NavigateUri : 877,

              676. addedenum

                ItemsControl_DisplayMemberPath : 879,

              677. addedenum

                ItemsControl_GroupStyle : 880,

              678. addedenum

                ItemsControl_GroupStyleSelector : 881,

              679. addedenum

                ItemsControl_IsGrouping : 882,

              680. addedenum

                ItemsControl_ItemContainerStyle : 884,

              681. addedenum

                ItemsControl_ItemContainerStyleSelector : 885,

              682. addedenum

                ItemsControl_ItemContainerTransitions : 886,

              683. addedenum

                ItemsControl_Items : 887,

              684. addedenum

                ItemsControl_ItemsPanel : 889,

              685. addedenum

                ItemsControl_ItemsSource : 890,

              686. addedenum

                ItemsControl_ItemTemplate : 891,

              687. addedenum

                ItemsControl_ItemTemplateSelector : 892,

              688. addedenum

                Line_X1 : 893,

              689. addedenum

                Line_X2 : 894,

              690. addedenum

                Line_Y1 : 895,

              691. addedenum

                Line_Y2 : 896,

              692. addedenum

                MediaTransportControls_IsFastForwardButtonVisible : 898,

              693. addedenum

                MediaTransportControls_IsFastRewindButtonVisible : 900,

              694. addedenum

                MediaTransportControls_IsFullWindowButtonVisible : 902,

              695. addedenum

                MediaTransportControls_IsPlaybackRateButtonVisible : 904,

              696. addedenum

                MediaTransportControls_IsSeekBarVisible : 905,

              697. addedenum

                MediaTransportControls_IsStopButtonVisible : 908,

              698. addedenum

                MediaTransportControls_IsVolumeButtonVisible : 910,

              699. addedenum

                MediaTransportControls_IsZoomButtonVisible : 912,

              700. addedenum

                PasswordBox_Header : 913,

              701. addedenum

                PasswordBox_HeaderTemplate : 914,

              702. addedenum

                PasswordBox_IsPasswordRevealButtonEnabled : 915,

              703. addedenum

                PasswordBox_MaxLength : 916,

              704. addedenum

                PasswordBox_Password : 917,

              705. addedenum

                PasswordBox_PasswordChar : 918,

              706. addedenum

                PasswordBox_PlaceholderText : 919,

              707. addedenum

                PasswordBox_PreventKeyboardDisplayOnProgrammaticFocus : 920,

              708. addedenum

                PasswordBox_SelectionHighlightColor : 921,

              709. addedenum

                Path_Data : 922,

              710. addedenum

                PathIcon_Data : 923,

              711. addedenum

                Polygon_FillRule : 924,

              712. addedenum

                Polygon_Points : 925,

              713. addedenum

                Polyline_FillRule : 926,

              714. addedenum

                Polyline_Points : 927,

              715. addedenum

                ProgressRing_IsActive : 928,

              716. addedenum

                ProgressRing_TemplateSettings : 929,

              717. addedenum

                RangeBase_LargeChange : 930,

              718. addedenum

                RangeBase_Maximum : 931,

              719. addedenum

                RangeBase_Minimum : 932,

              720. addedenum

                RangeBase_SmallChange : 933,

              721. addedenum

                RangeBase_Value : 934,

              722. addedenum

                Rectangle_RadiusX : 935,

              723. addedenum

                Rectangle_RadiusY : 936,

              724. addedenum

                RichEditBox_AcceptsReturn : 937,

              725. addedenum

                RichEditBox_Header : 938,

              726. addedenum

                RichEditBox_HeaderTemplate : 939,

              727. addedenum

                RichEditBox_InputScope : 940,

              728. addedenum

                RichEditBox_IsColorFontEnabled : 941,

              729. addedenum

                RichEditBox_IsReadOnly : 942,

              730. addedenum

                RichEditBox_IsSpellCheckEnabled : 943,

              731. addedenum

                RichEditBox_IsTextPredictionEnabled : 944,

              732. addedenum

                RichEditBox_PlaceholderText : 945,

              733. addedenum

                RichEditBox_PreventKeyboardDisplayOnProgrammaticFocus : 946,

              734. addedenum

                RichEditBox_SelectionHighlightColor : 947,

              735. addedenum

                RichEditBox_TextAlignment : 948,

              736. addedenum

                RichEditBox_TextWrapping : 949,

              737. addedenum

                SearchBox_ChooseSuggestionOnEnter : 950,

              738. addedenum

                SearchBox_FocusOnKeyboardInput : 951,

              739. addedenum

                SearchBox_PlaceholderText : 952,

              740. addedenum

                SearchBox_QueryText : 953,

              741. addedenum

                SearchBox_SearchHistoryContext : 954,

              742. addedenum

                SearchBox_SearchHistoryEnabled : 955,

              743. addedenum

                SemanticZoom_CanChangeViews : 956,

              744. addedenum

                SemanticZoom_IsZoomedInViewActive : 957,

              745. addedenum

                SemanticZoom_IsZoomOutButtonEnabled : 958,

              746. addedenum

                SemanticZoom_ZoomedInView : 959,

              747. addedenum

                SemanticZoom_ZoomedOutView : 960,

              748. addedenum

                StackPanel_AreScrollSnapPointsRegular : 961,

              749. addedenum

                StackPanel_Orientation : 962,

              750. addedenum

                SymbolIcon_Symbol : 963,

              751. addedenum

                TextBox_AcceptsReturn : 964,

              752. addedenum

                TextBox_Header : 965,

              753. addedenum

                TextBox_HeaderTemplate : 966,

              754. addedenum

                TextBox_InputScope : 967,

              755. addedenum

                TextBox_IsColorFontEnabled : 968,

              756. addedenum

                TextBox_IsReadOnly : 971,

              757. addedenum

                TextBox_IsSpellCheckEnabled : 972,

              758. addedenum

                TextBox_IsTextPredictionEnabled : 973,

              759. addedenum

                TextBox_MaxLength : 974,

              760. addedenum

                TextBox_PlaceholderText : 975,

              761. addedenum

                TextBox_PreventKeyboardDisplayOnProgrammaticFocus : 976,

              762. addedenum

                TextBox_SelectedText : 977,

              763. addedenum

                TextBox_SelectionHighlightColor : 978,

              764. addedenum

                TextBox_SelectionLength : 979,

              765. addedenum

                TextBox_SelectionStart : 980,

              766. addedenum

                TextBox_Text : 981,

              767. addedenum

                TextBox_TextAlignment : 982,

              768. addedenum

                TextBox_TextWrapping : 983,

              769. addedenum

                Thumb_IsDragging : 984,

              770. addedenum

                TickBar_Fill : 985,

              771. addedenum

                TimePicker_ClockIdentifier : 986,

              772. addedenum

                TimePicker_Header : 987,

              773. addedenum

                TimePicker_HeaderTemplate : 988,

              774. addedenum

                TimePicker_MinuteIncrement : 989,

              775. addedenum

                TimePicker_Time : 990,

              776. addedenum

                ToggleSwitch_Header : 991,

              777. addedenum

                ToggleSwitch_HeaderTemplate : 992,

              778. addedenum

                ToggleSwitch_IsOn : 993,

              779. addedenum

                ToggleSwitch_OffContent : 994,

              780. addedenum

                ToggleSwitch_OffContentTemplate : 995,

              781. addedenum

                ToggleSwitch_OnContent : 996,

              782. addedenum

                ToggleSwitch_OnContentTemplate : 997,

              783. addedenum

                ToggleSwitch_TemplateSettings : 998,

              784. addedenum

                UserControl_Content : 999,

              785. addedenum

                VariableSizedWrapGrid_ColumnSpan : 1000,

              786. addedenum

                VariableSizedWrapGrid_HorizontalChildrenAlignment : 1001,

              787. addedenum

                VariableSizedWrapGrid_ItemHeight : 1002,

              788. addedenum

                VariableSizedWrapGrid_ItemWidth : 1003,

              789. addedenum

                VariableSizedWrapGrid_MaximumRowsOrColumns : 1004,

              790. addedenum

                VariableSizedWrapGrid_Orientation : 1005,

              791. addedenum

                VariableSizedWrapGrid_RowSpan : 1006,

              792. addedenum

                VariableSizedWrapGrid_VerticalChildrenAlignment : 1007,

              793. addedenum

                WebView_AllowedScriptNotifyUris : 1008,

              794. addedenum

                WebView_CanGoBack : 1009,

              795. addedenum

                WebView_CanGoForward : 1010,

              796. addedenum

                WebView_ContainsFullScreenElement : 1011,

              797. addedenum

                WebView_DataTransferPackage : 1012,

              798. addedenum

                WebView_DefaultBackgroundColor : 1013,

              799. addedenum

                WebView_DocumentTitle : 1014,

              800. addedenum

                WebView_Source : 1015,

              801. addedenum

                AppBar_ClosedDisplayMode : 1016,

              802. addedenum

                AppBar_IsOpen : 1017,

              803. addedenum

                AppBar_IsSticky : 1018,

              804. addedenum

                AutoSuggestBox_AutoMaximizeSuggestionArea : 1019,

              805. addedenum

                AutoSuggestBox_Header : 1020,

              806. addedenum

                AutoSuggestBox_IsSuggestionListOpen : 1021,

              807. addedenum

                AutoSuggestBox_MaxSuggestionListHeight : 1022,

              808. addedenum

                AutoSuggestBox_PlaceholderText : 1023,

              809. addedenum

                AutoSuggestBox_Text : 1024,

              810. addedenum

                AutoSuggestBox_TextBoxStyle : 1025,

              811. addedenum

                AutoSuggestBox_TextMemberPath : 1026,

              812. addedenum

                AutoSuggestBox_UpdateTextOnSelect : 1027,

              813. addedenum

                ButtonBase_ClickMode : 1029,

              814. addedenum

                ButtonBase_Command : 1030,

              815. addedenum

                ButtonBase_CommandParameter : 1031,

              816. addedenum

                ButtonBase_IsPointerOver : 1032,

              817. addedenum

                ButtonBase_IsPressed : 1033,

              818. addedenum

                ContentDialog_FullSizeDesired : 1034,

              819. addedenum

                ContentDialog_IsPrimaryButtonEnabled : 1035,

              820. addedenum

                ContentDialog_IsSecondaryButtonEnabled : 1036,

              821. addedenum

                ContentDialog_PrimaryButtonCommand : 1037,

              822. addedenum

                ContentDialog_PrimaryButtonCommandParameter : 1038,

              823. addedenum

                ContentDialog_PrimaryButtonText : 1039,

              824. addedenum

                ContentDialog_SecondaryButtonCommand : 1040,

              825. addedenum

                ContentDialog_SecondaryButtonCommandParameter : 1041,

              826. addedenum

                ContentDialog_SecondaryButtonText : 1042,

              827. addedenum

                ContentDialog_Title : 1043,

              828. addedenum

                ContentDialog_TitleTemplate : 1044,

              829. addedenum

                Frame_BackStack : 1045,

              830. addedenum

                Frame_BackStackDepth : 1046,

              831. addedenum

                Frame_CacheSize : 1047,

              832. addedenum

                Frame_CanGoBack : 1048,

              833. addedenum

                Frame_CanGoForward : 1049,

              834. addedenum

                Frame_CurrentSourcePageType : 1050,

              835. addedenum

                Frame_ForwardStack : 1051,

              836. addedenum

                Frame_SourcePageType : 1052,

              837. addedenum

                GridViewItemPresenter_CheckBrush : 1053,

              838. addedenum

                GridViewItemPresenter_CheckHintBrush : 1054,

              839. addedenum

                GridViewItemPresenter_CheckSelectingBrush : 1055,

              840. addedenum

                GridViewItemPresenter_ContentMargin : 1056,

              841. addedenum

                GridViewItemPresenter_DisabledOpacity : 1057,

              842. addedenum

                GridViewItemPresenter_DragBackground : 1058,

              843. addedenum

                GridViewItemPresenter_DragForeground : 1059,

              844. addedenum

                GridViewItemPresenter_DragOpacity : 1060,

              845. addedenum

                GridViewItemPresenter_FocusBorderBrush : 1061,

              846. addedenum

                GridViewItemPresenter_GridViewItemPresenterHorizontalContentAlignment : 1062,

              847. addedenum

                GridViewItemPresenter_GridViewItemPresenterPadding : 1063,

              848. addedenum

                GridViewItemPresenter_PlaceholderBackground : 1064,

              849. addedenum

                GridViewItemPresenter_PointerOverBackground : 1065,

              850. addedenum

                GridViewItemPresenter_PointerOverBackgroundMargin : 1066,

              851. addedenum

                GridViewItemPresenter_ReorderHintOffset : 1067,

              852. addedenum

                GridViewItemPresenter_SelectedBackground : 1068,

              853. addedenum

                GridViewItemPresenter_SelectedBorderThickness : 1069,

              854. addedenum

                GridViewItemPresenter_SelectedForeground : 1070,

              855. addedenum

                GridViewItemPresenter_SelectedPointerOverBackground : 1071,

              856. addedenum

                GridViewItemPresenter_SelectedPointerOverBorderBrush : 1072,

              857. addedenum

                GridViewItemPresenter_SelectionCheckMarkVisualEnabled : 1073,

              858. addedenum

                GridViewItemPresenter_GridViewItemPresenterVerticalContentAlignment : 1074,

              859. addedenum

                ItemsStackPanel_CacheLength : 1076,

              860. addedenum

                ItemsStackPanel_GroupHeaderPlacement : 1077,

              861. addedenum

                ItemsStackPanel_GroupPadding : 1078,

              862. addedenum

                ItemsStackPanel_ItemsUpdatingScrollMode : 1079,

              863. addedenum

                ItemsStackPanel_Orientation : 1080,

              864. addedenum

                ItemsWrapGrid_CacheLength : 1081,

              865. addedenum

                ItemsWrapGrid_GroupHeaderPlacement : 1082,

              866. addedenum

                ItemsWrapGrid_GroupPadding : 1083,

              867. addedenum

                ItemsWrapGrid_ItemHeight : 1084,

              868. addedenum

                ItemsWrapGrid_ItemWidth : 1085,

              869. addedenum

                ItemsWrapGrid_MaximumRowsOrColumns : 1086,

              870. addedenum

                ItemsWrapGrid_Orientation : 1087,

              871. addedenum

                ListViewItemPresenter_CheckBrush : 1088,

              872. addedenum

                ListViewItemPresenter_CheckHintBrush : 1089,

              873. addedenum

                ListViewItemPresenter_CheckSelectingBrush : 1090,

              874. addedenum

                ListViewItemPresenter_ContentMargin : 1091,

              875. addedenum

                ListViewItemPresenter_DisabledOpacity : 1092,

              876. addedenum

                ListViewItemPresenter_DragBackground : 1093,

              877. addedenum

                ListViewItemPresenter_DragForeground : 1094,

              878. addedenum

                ListViewItemPresenter_DragOpacity : 1095,

              879. addedenum

                ListViewItemPresenter_FocusBorderBrush : 1096,

              880. addedenum

                ListViewItemPresenter_ListViewItemPresenterHorizontalContentAlignment : 1097,

              881. addedenum

                ListViewItemPresenter_ListViewItemPresenterPadding : 1098,

              882. addedenum

                ListViewItemPresenter_PlaceholderBackground : 1099,

              883. addedenum

                ListViewItemPresenter_PointerOverBackground : 1100,

              884. addedenum

                ListViewItemPresenter_PointerOverBackgroundMargin : 1101,

              885. addedenum

                ListViewItemPresenter_ReorderHintOffset : 1102,

              886. addedenum

                ListViewItemPresenter_SelectedBackground : 1103,

              887. addedenum

                ListViewItemPresenter_SelectedBorderThickness : 1104,

              888. addedenum

                ListViewItemPresenter_SelectedForeground : 1105,

              889. addedenum

                ListViewItemPresenter_SelectedPointerOverBackground : 1106,

              890. addedenum

                ListViewItemPresenter_SelectedPointerOverBorderBrush : 1107,

              891. addedenum

                ListViewItemPresenter_SelectionCheckMarkVisualEnabled : 1108,

              892. addedenum

                ListViewItemPresenter_ListViewItemPresenterVerticalContentAlignment : 1109,

              893. addedenum

                MenuFlyoutItem_Command : 1110,

              894. addedenum

                MenuFlyoutItem_CommandParameter : 1111,

              895. addedenum

                MenuFlyoutItem_Text : 1112,

              896. addedenum

                Page_BottomAppBar : 1114,

              897. addedenum

                Page_Frame : 1115,

              898. addedenum

                Page_NavigationCacheMode : 1116,

              899. addedenum

                Page_TopAppBar : 1117,

              900. addedenum

                ProgressBar_IsIndeterminate : 1118,

              901. addedenum

                ProgressBar_ShowError : 1119,

              902. addedenum

                ProgressBar_ShowPaused : 1120,

              903. addedenum

                ProgressBar_TemplateSettings : 1121,

              904. addedenum

                ScrollBar_IndicatorMode : 1122,

              905. addedenum

                ScrollBar_Orientation : 1123,

              906. addedenum

                ScrollBar_ViewportSize : 1124,

              907. addedenum

                Selector_IsSynchronizedWithCurrentItem : 1126,

              908. addedenum

                Selector_SelectedIndex : 1127,

              909. addedenum

                Selector_SelectedItem : 1128,

              910. addedenum

                Selector_SelectedValue : 1129,

              911. addedenum

                Selector_SelectedValuePath : 1130,

              912. addedenum

                SelectorItem_IsSelected : 1131,

              913. addedenum

                SettingsFlyout_HeaderBackground : 1132,

              914. addedenum

                SettingsFlyout_HeaderForeground : 1133,

              915. addedenum

                SettingsFlyout_IconSource : 1134,

              916. addedenum

                SettingsFlyout_TemplateSettings : 1135,

              917. addedenum

                SettingsFlyout_Title : 1136,

              918. addedenum

                Slider_Header : 1137,

              919. addedenum

                Slider_HeaderTemplate : 1138,

              920. addedenum

                Slider_IntermediateValue : 1139,

              921. addedenum

                Slider_IsDirectionReversed : 1140,

              922. addedenum

                Slider_IsThumbToolTipEnabled : 1141,

              923. addedenum

                Slider_Orientation : 1142,

              924. addedenum

                Slider_SnapsTo : 1143,

              925. addedenum

                Slider_StepFrequency : 1144,

              926. addedenum

                Slider_ThumbToolTipValueConverter : 1145,

              927. addedenum

                Slider_TickFrequency : 1146,

              928. addedenum

                Slider_TickPlacement : 1147,

              929. addedenum

                SwapChainPanel_CompositionScaleX : 1148,

              930. addedenum

                SwapChainPanel_CompositionScaleY : 1149,

              931. addedenum

                ToolTip_HorizontalOffset : 1150,

              932. addedenum

                ToolTip_IsOpen : 1151,

              933. addedenum

                ToolTip_Placement : 1152,

              934. addedenum

                ToolTip_PlacementTarget : 1153,

              935. addedenum

                ToolTip_TemplateSettings : 1154,

              936. addedenum

                ToolTip_VerticalOffset : 1155,

              937. addedenum

                Button_Flyout : 1156,

              938. addedenum

                ComboBox_Header : 1157,

              939. addedenum

                ComboBox_HeaderTemplate : 1158,

              940. addedenum

                ComboBox_IsDropDownOpen : 1159,

              941. addedenum

                ComboBox_IsEditable : 1160,

              942. addedenum

                ComboBox_IsSelectionBoxHighlighted : 1161,

              943. addedenum

                ComboBox_MaxDropDownHeight : 1162,

              944. addedenum

                ComboBox_PlaceholderText : 1163,

              945. addedenum

                ComboBox_SelectionBoxItem : 1164,

              946. addedenum

                ComboBox_SelectionBoxItemTemplate : 1165,

              947. addedenum

                ComboBox_TemplateSettings : 1166,

              948. addedenum

                CommandBar_PrimaryCommands : 1167,

              949. addedenum

                CommandBar_SecondaryCommands : 1168,

              950. addedenum

                FlipView_UseTouchAnimationsForAllNavigation : 1169,

              951. addedenum

                HyperlinkButton_NavigateUri : 1170,

              952. addedenum

                ListBox_SelectedItems : 1171,

              953. addedenum

                ListBox_SelectionMode : 1172,

              954. addedenum

                ListViewBase_CanDragItems : 1173,

              955. addedenum

                ListViewBase_CanReorderItems : 1174,

              956. addedenum

                ListViewBase_DataFetchSize : 1175,

              957. addedenum

                ListViewBase_Footer : 1176,

              958. addedenum

                ListViewBase_FooterTemplate : 1177,

              959. addedenum

                ListViewBase_FooterTransitions : 1178,

              960. addedenum

                ListViewBase_Header : 1179,

              961. addedenum

                ListViewBase_HeaderTemplate : 1180,

              962. addedenum

                ListViewBase_HeaderTransitions : 1181,

              963. addedenum

                ListViewBase_IncrementalLoadingThreshold : 1182,

              964. addedenum

                ListViewBase_IncrementalLoadingTrigger : 1183,

              965. addedenum

                ListViewBase_IsActiveView : 1184,

              966. addedenum

                ListViewBase_IsItemClickEnabled : 1185,

              967. addedenum

                ListViewBase_IsSwipeEnabled : 1186,

              968. addedenum

                ListViewBase_IsZoomedInView : 1187,

              969. addedenum

                ListViewBase_ReorderMode : 1188,

              970. addedenum

                ListViewBase_SelectedItems : 1189,

              971. addedenum

                ListViewBase_SelectionMode : 1190,

              972. addedenum

                ListViewBase_SemanticZoomOwner : 1191,

              973. addedenum

                ListViewBase_ShowsScrollingPlaceholders : 1192,

              974. addedenum

                RepeatButton_Delay : 1193,

              975. addedenum

                RepeatButton_Interval : 1194,

              976. addedenum

                ScrollViewer_BringIntoViewOnFocusChange : 1195,

              977. addedenum

                ScrollViewer_ComputedHorizontalScrollBarVisibility : 1196,

              978. addedenum

                ScrollViewer_ComputedVerticalScrollBarVisibility : 1197,

              979. addedenum

                ScrollViewer_ExtentHeight : 1198,

              980. addedenum

                ScrollViewer_ExtentWidth : 1199,

              981. addedenum

                ScrollViewer_HorizontalOffset : 1200,

              982. addedenum

                ScrollViewer_HorizontalScrollBarVisibility : 1201,

              983. addedenum

                ScrollViewer_HorizontalScrollMode : 1202,

              984. addedenum

                ScrollViewer_HorizontalSnapPointsAlignment : 1203,

              985. addedenum

                ScrollViewer_HorizontalSnapPointsType : 1204,

              986. addedenum

                ScrollViewer_IsDeferredScrollingEnabled : 1205,

              987. addedenum

                ScrollViewer_IsHorizontalRailEnabled : 1206,

              988. addedenum

                ScrollViewer_IsHorizontalScrollChainingEnabled : 1207,

              989. addedenum

                ScrollViewer_IsScrollInertiaEnabled : 1208,

              990. addedenum

                ScrollViewer_IsVerticalRailEnabled : 1209,

              991. addedenum

                ScrollViewer_IsVerticalScrollChainingEnabled : 1210,

              992. addedenum

                ScrollViewer_IsZoomChainingEnabled : 1211,

              993. addedenum

                ScrollViewer_IsZoomInertiaEnabled : 1212,

              994. addedenum

                ScrollViewer_LeftHeader : 1213,

              995. addedenum

                ScrollViewer_MaxZoomFactor : 1214,

              996. addedenum

                ScrollViewer_MinZoomFactor : 1215,

              997. addedenum

                ScrollViewer_ScrollableHeight : 1216,

              998. addedenum

                ScrollViewer_ScrollableWidth : 1217,

              999. addedenum

                ScrollViewer_TopHeader : 1218,

              1000. addedenum

                ScrollViewer_TopLeftHeader : 1219,

              1001. addedenum

                ScrollViewer_VerticalOffset : 1220,

              1002. addedenum

                ScrollViewer_VerticalScrollBarVisibility : 1221,

              1003. addedenum

                ScrollViewer_VerticalScrollMode : 1222,

              1004. addedenum

                ScrollViewer_VerticalSnapPointsAlignment : 1223,

              1005. addedenum

                ScrollViewer_VerticalSnapPointsType : 1224,

              1006. addedenum

                ScrollViewer_ViewportHeight : 1225,

              1007. addedenum

                ScrollViewer_ViewportWidth : 1226,

              1008. addedenum

                ScrollViewer_ZoomFactor : 1227,

              1009. addedenum

                ScrollViewer_ZoomMode : 1228,

              1010. addedenum

                ScrollViewer_ZoomSnapPoints : 1229,

              1011. addedenum

                ScrollViewer_ZoomSnapPointsType : 1230,

              1012. addedenum

                ToggleButton_IsChecked : 1231,

              1013. addedenum

                ToggleButton_IsThreeState : 1232,

              1014. addedenum

                ToggleMenuFlyoutItem_IsChecked : 1233,

              1015. addedenum

                VirtualizingStackPanel_AreScrollSnapPointsRegular : 1234,

              1016. addedenum

                VirtualizingStackPanel_IsVirtualizing : 1236,

              1017. addedenum

                VirtualizingStackPanel_Orientation : 1237,

              1018. addedenum

                VirtualizingStackPanel_VirtualizationMode : 1238,

              1019. addedenum

                WrapGrid_HorizontalChildrenAlignment : 1239,

              1020. addedenum

                WrapGrid_ItemHeight : 1240,

              1021. addedenum

                WrapGrid_ItemWidth : 1241,

              1022. addedenum

                WrapGrid_MaximumRowsOrColumns : 1242,

              1023. addedenum

                WrapGrid_Orientation : 1243,

              1024. addedenum

                WrapGrid_VerticalChildrenAlignment : 1244,

              1025. addedenum

                AppBarButton_Icon : 1245,

              1026. addedenum

                AppBarButton_IsCompact : 1246,

              1027. addedenum

                AppBarButton_Label : 1247,

              1028. addedenum

                AppBarToggleButton_Icon : 1248,

              1029. addedenum

                AppBarToggleButton_IsCompact : 1249,

              1030. addedenum

                AppBarToggleButton_Label : 1250,

              1031. addedenum

                GridViewItem_TemplateSettings : 1251,

              1032. addedenum

                ListViewItem_TemplateSettings : 1252,

              1033. addedenum

                RadioButton_GroupName : 1253,

              1034. addedenum

                Glyphs_ColorFontPaletteIndex : 1267,

              1035. addedenum

                Glyphs_IsColorFontEnabled : 1268,

              1036. addedenum

                CalendarViewTemplateSettings_HasMoreContentAfter : 1274,

              1037. addedenum

                CalendarViewTemplateSettings_HasMoreContentBefore : 1275,

              1038. addedenum

                CalendarViewTemplateSettings_HasMoreViews : 1276,

              1039. addedenum

                CalendarViewTemplateSettings_HeaderText : 1277,

              1040. addedenum

                CalendarViewTemplateSettings_WeekDay1 : 1280,

              1041. addedenum

                CalendarViewTemplateSettings_WeekDay2 : 1281,

              1042. addedenum

                CalendarViewTemplateSettings_WeekDay3 : 1282,

              1043. addedenum

                CalendarViewTemplateSettings_WeekDay4 : 1283,

              1044. addedenum

                CalendarViewTemplateSettings_WeekDay5 : 1284,

              1045. addedenum

                CalendarViewTemplateSettings_WeekDay6 : 1285,

              1046. addedenum

                CalendarViewTemplateSettings_WeekDay7 : 1286,

              1047. addedenum

                CalendarView_CalendarIdentifier : 1291,

              1048. addedenum

                CalendarView_DayOfWeekFormat : 1299,

              1049. addedenum

                CalendarView_DisplayMode : 1302,

              1050. addedenum

                CalendarView_FirstDayOfWeek : 1303,

              1051. addedenum

                CalendarView_IsOutOfScopeEnabled : 1317,

              1052. addedenum

                CalendarView_IsTodayHighlighted : 1318,

              1053. addedenum

                CalendarView_MaxDate : 1320,

              1054. addedenum

                CalendarView_MinDate : 1321,

              1055. addedenum

                CalendarView_NumberOfWeeksInView : 1327,

              1056. addedenum

                CalendarView_SelectedDates : 1333,

              1057. addedenum

                CalendarView_SelectionMode : 1335,

              1058. addedenum

                CalendarView_TemplateSettings : 1336,

              1059. addedenum

                CalendarViewDayItem_Date : 1339,

              1060. addedenum

                CalendarViewDayItem_IsBlackout : 1340,

              1061. addedenum

                MediaTransportControls_IsFastForwardEnabled : 1382,

              1062. addedenum

                MediaTransportControls_IsFastRewindEnabled : 1383,

              1063. addedenum

                MediaTransportControls_IsFullWindowEnabled : 1384,

              1064. addedenum

                MediaTransportControls_IsPlaybackRateEnabled : 1385,

              1065. addedenum

                MediaTransportControls_IsSeekEnabled : 1386,

              1066. addedenum

                MediaTransportControls_IsStopEnabled : 1387,

              1067. addedenum

                MediaTransportControls_IsVolumeEnabled : 1388,

              1068. addedenum

                MediaTransportControls_IsZoomEnabled : 1389,

              1069. addedenum

                ContentPresenter_LineHeight : 1425,

              1070. addedenum

                CalendarViewTemplateSettings_MinViewWidth : 1435,

              1071. addedenum

                ListViewBase_SelectedRanges : 1459,

              1072. addedenum

                SplitViewTemplateSettings_CompactPaneGridLength : 1462,

              1073. addedenum

                SplitViewTemplateSettings_NegativeOpenPaneLength : 1463,

              1074. addedenum

                SplitViewTemplateSettings_NegativeOpenPaneLengthMinusCompactLength : 1464,

              1075. addedenum

                SplitViewTemplateSettings_OpenPaneGridLength : 1465,

              1076. addedenum

                SplitViewTemplateSettings_OpenPaneLengthMinusCompactLength : 1466,

              1077. addedenum

                SplitView_CompactPaneLength : 1467,

              1078. addedenum

                SplitView_Content : 1468,

              1079. addedenum

                SplitView_DisplayMode : 1469,

              1080. addedenum

                SplitView_IsPaneOpen : 1470,

              1081. addedenum

                SplitView_OpenPaneLength : 1471,

              1082. addedenum

                SplitView_Pane : 1472,

              1083. addedenum

                SplitView_PanePlacement : 1473,

              1084. addedenum

                SplitView_TemplateSettings : 1474,

              1085. addedenum

                UIElement_Transform3D : 1475,

              1086. addedenum

                CompositeTransform3D_CenterX : 1476,

              1087. addedenum

                CompositeTransform3D_CenterY : 1478,

              1088. addedenum

                CompositeTransform3D_CenterZ : 1480,

              1089. addedenum

                CompositeTransform3D_RotationX : 1482,

              1090. addedenum

                CompositeTransform3D_RotationY : 1484,

              1091. addedenum

                CompositeTransform3D_RotationZ : 1486,

              1092. addedenum

                CompositeTransform3D_ScaleX : 1488,

              1093. addedenum

                CompositeTransform3D_ScaleY : 1490,

              1094. addedenum

                CompositeTransform3D_ScaleZ : 1492,

              1095. addedenum

                CompositeTransform3D_TranslateX : 1494,

              1096. addedenum

                CompositeTransform3D_TranslateY : 1496,

              1097. addedenum

                CompositeTransform3D_TranslateZ : 1498,

              1098. addedenum

                PerspectiveTransform3D_Depth : 1500,

              1099. addedenum

                PerspectiveTransform3D_OffsetX : 1501,

              1100. addedenum

                PerspectiveTransform3D_OffsetY : 1502,

              1101. addedenum

                RelativePanel_Above : 1508,

              1102. addedenum

                RelativePanel_AlignBottomWith : 1509,

              1103. addedenum

                RelativePanel_AlignLeftWith : 1510,

              1104. addedenum

                RelativePanel_AlignRightWith : 1515,

              1105. addedenum

                RelativePanel_AlignTopWith : 1516,

              1106. addedenum

                RelativePanel_Below : 1517,

              1107. addedenum

                RelativePanel_LeftOf : 1520,

              1108. addedenum

                RelativePanel_RightOf : 1521,

              1109. addedenum

                SplitViewTemplateSettings_OpenPaneLength : 1524,

              1110. addedenum

                PasswordBox_PasswordRevealMode : 1527,

              1111. addedenum

                SplitView_PaneBackground : 1528,

              1112. addedenum

                ItemsStackPanel_AreStickyGroupHeadersEnabled : 1529,

              1113. addedenum

                ItemsWrapGrid_AreStickyGroupHeadersEnabled : 1530,

              1114. addedenum

                MenuFlyoutSubItem_Items : 1531,

              1115. addedenum

                MenuFlyoutSubItem_Text : 1532,

              1116. addedenum

                UIElement_CanDrag : 1534,

              1117. addedenum

                DataTemplate_ExtensionInstance : 1535,

              1118. addedenum

                RelativePanel_AlignHorizontalCenterWith : 1552,

              1119. addedenum

                RelativePanel_AlignVerticalCenterWith : 1553,

              1120. addedenum

                TargetPropertyPath_Path : 1555,

              1121. addedenum

                TargetPropertyPath_Target : 1556,

              1122. addedenum

                VisualState_Setters : 1558,

              1123. addedenum

                VisualState_StateTriggers : 1559,

              1124. addedenum

                AdaptiveTrigger_MinWindowHeight : 1560,

              1125. addedenum

                AdaptiveTrigger_MinWindowWidth : 1561,

              1126. addedenum

                Setter_Target : 1562,

              1127. addedenum

                CalendarView_BlackoutForeground : 1565,

              1128. addedenum

                CalendarView_CalendarItemBackground : 1566,

              1129. addedenum

                CalendarView_CalendarItemBorderBrush : 1567,

              1130. addedenum

                CalendarView_CalendarItemBorderThickness : 1568,

              1131. addedenum

                CalendarView_CalendarItemForeground : 1569,

              1132. addedenum

                CalendarView_CalendarViewDayItemStyle : 1570,

              1133. addedenum

                CalendarView_DayItemFontFamily : 1571,

              1134. addedenum

                CalendarView_DayItemFontSize : 1572,

              1135. addedenum

                CalendarView_DayItemFontStyle : 1573,

              1136. addedenum

                CalendarView_DayItemFontWeight : 1574,

              1137. addedenum

                CalendarView_FirstOfMonthLabelFontFamily : 1575,

              1138. addedenum

                CalendarView_FirstOfMonthLabelFontSize : 1576,

              1139. addedenum

                CalendarView_FirstOfMonthLabelFontStyle : 1577,

              1140. addedenum

                CalendarView_FirstOfMonthLabelFontWeight : 1578,

              1141. addedenum

                CalendarView_FirstOfYearDecadeLabelFontFamily : 1579,

              1142. addedenum

                CalendarView_FirstOfYearDecadeLabelFontSize : 1580,

              1143. addedenum

                CalendarView_FirstOfYearDecadeLabelFontStyle : 1581,

              1144. addedenum

                CalendarView_FirstOfYearDecadeLabelFontWeight : 1582,

              1145. addedenum

                CalendarView_FocusBorderBrush : 1583,

              1146. addedenum

                CalendarView_HorizontalDayItemAlignment : 1584,

              1147. addedenum

                CalendarView_HorizontalFirstOfMonthLabelAlignment : 1585,

              1148. addedenum

                CalendarView_HoverBorderBrush : 1586,

              1149. addedenum

                CalendarView_MonthYearItemFontFamily : 1588,

              1150. addedenum

                CalendarView_MonthYearItemFontSize : 1589,

              1151. addedenum

                CalendarView_MonthYearItemFontStyle : 1590,

              1152. addedenum

                CalendarView_MonthYearItemFontWeight : 1591,

              1153. addedenum

                CalendarView_OutOfScopeBackground : 1592,

              1154. addedenum

                CalendarView_OutOfScopeForeground : 1593,

              1155. addedenum

                CalendarView_PressedBorderBrush : 1594,

              1156. addedenum

                CalendarView_PressedForeground : 1595,

              1157. addedenum

                CalendarView_SelectedBorderBrush : 1596,

              1158. addedenum

                CalendarView_SelectedForeground : 1597,

              1159. addedenum

                CalendarView_SelectedHoverBorderBrush : 1598,

              1160. addedenum

                CalendarView_SelectedPressedBorderBrush : 1599,

              1161. addedenum

                CalendarView_TodayFontWeight : 1600,

              1162. addedenum

                CalendarView_TodayForeground : 1601,

              1163. addedenum

                CalendarView_VerticalDayItemAlignment : 1602,

              1164. addedenum

                CalendarView_VerticalFirstOfMonthLabelAlignment : 1603,

              1165. addedenum

                MediaTransportControls_IsCompact : 1605,

              1166. addedenum

                RelativePanel_AlignBottomWithPanel : 1606,

              1167. addedenum

                RelativePanel_AlignHorizontalCenterWithPanel : 1607,

              1168. addedenum

                RelativePanel_AlignLeftWithPanel : 1608,

              1169. addedenum

                RelativePanel_AlignRightWithPanel : 1609,

              1170. addedenum

                RelativePanel_AlignTopWithPanel : 1610,

              1171. addedenum

                RelativePanel_AlignVerticalCenterWithPanel : 1611,

              1172. addedenum

                ListViewBase_IsMultiSelectCheckBoxEnabled : 1612,

              1173. addedenum

                AutomationProperties_Level : 1614,

              1174. addedenum

                AutomationProperties_PositionInSet : 1615,

              1175. addedenum

                AutomationProperties_SizeOfSet : 1616,

              1176. addedenum

                ListViewItemPresenter_CheckBoxBrush : 1617,

              1177. addedenum

                ListViewItemPresenter_CheckMode : 1618,

              1178. addedenum

                ListViewItemPresenter_PressedBackground : 1620,

              1179. addedenum

                ListViewItemPresenter_SelectedPressedBackground : 1621,

              1180. addedenum

                Control_IsTemplateFocusTarget : 1623,

              1181. addedenum

                Control_UseSystemFocusVisuals : 1624,

              1182. addedenum

                ListViewItemPresenter_FocusSecondaryBorderBrush : 1628,

              1183. addedenum

                ListViewItemPresenter_PointerOverForeground : 1630,

              1184. addedenum

                FontIcon_MirroredWhenRightToLeft : 1631,

              1185. addedenum

                CalendarViewTemplateSettings_CenterX : 1632,

              1186. addedenum

                CalendarViewTemplateSettings_CenterY : 1633,

              1187. addedenum

                CalendarViewTemplateSettings_ClipRect : 1634,

              1188. addedenum

                PasswordBox_TextReadingOrder : 1650,

              1189. addedenum

                RichEditBox_TextReadingOrder : 1651,

              1190. addedenum

                TextBox_TextReadingOrder : 1652,

              1191. addedenum

                WebView_ExecutionMode : 1653,

              1192. addedenum

                WebView_DeferredPermissionRequests : 1655,

              1193. addedenum

                WebView_Settings : 1656,

              1194. addedenum

                RichEditBox_DesiredCandidateWindowAlignment : 1660,

              1195. addedenum

                TextBox_DesiredCandidateWindowAlignment : 1662,

              1196. addedenum

                CalendarDatePicker_CalendarIdentifier : 1663,

              1197. addedenum

                CalendarDatePicker_CalendarViewStyle : 1664,

              1198. addedenum

                CalendarDatePicker_Date : 1665,

              1199. addedenum

                CalendarDatePicker_DateFormat : 1666,

              1200. addedenum

                CalendarDatePicker_DayOfWeekFormat : 1667,

              1201. addedenum

                CalendarDatePicker_DisplayMode : 1668,

              1202. addedenum

                CalendarDatePicker_FirstDayOfWeek : 1669,

              1203. addedenum

                CalendarDatePicker_Header : 1670,

              1204. addedenum

                CalendarDatePicker_HeaderTemplate : 1671,

              1205. addedenum

                CalendarDatePicker_IsCalendarOpen : 1672,

              1206. addedenum

                CalendarDatePicker_IsGroupLabelVisible : 1673,

              1207. addedenum

                CalendarDatePicker_IsOutOfScopeEnabled : 1674,

              1208. addedenum

                CalendarDatePicker_IsTodayHighlighted : 1675,

              1209. addedenum

                CalendarDatePicker_MaxDate : 1676,

              1210. addedenum

                CalendarDatePicker_MinDate : 1677,

              1211. addedenum

                CalendarDatePicker_PlaceholderText : 1678,

              1212. addedenum

                CalendarView_IsGroupLabelVisible : 1679,

              1213. addedenum

                ContentPresenter_Background : 1680,

              1214. addedenum

                ContentPresenter_BorderBrush : 1681,

              1215. addedenum

                ContentPresenter_BorderThickness : 1682,

              1216. addedenum

                ContentPresenter_CornerRadius : 1683,

              1217. addedenum

                ContentPresenter_Padding : 1684,

              1218. addedenum

                Grid_BorderBrush : 1685,

              1219. addedenum

                Grid_BorderThickness : 1686,

              1220. addedenum

                Grid_CornerRadius : 1687,

              1221. addedenum

                Grid_Padding : 1688,

              1222. addedenum

                RelativePanel_BorderBrush : 1689,

              1223. addedenum

                RelativePanel_BorderThickness : 1690,

              1224. addedenum

                RelativePanel_CornerRadius : 1691,

              1225. addedenum

                RelativePanel_Padding : 1692,

              1226. addedenum

                StackPanel_BorderBrush : 1693,

              1227. addedenum

                StackPanel_BorderThickness : 1694,

              1228. addedenum

                StackPanel_CornerRadius : 1695,

              1229. addedenum

                StackPanel_Padding : 1696,

              1230. addedenum

                PasswordBox_InputScope : 1697,

              1231. addedenum

                MediaTransportControlsHelper_DropoutOrder : 1698,

              1232. addedenum

                AutoSuggestBoxQuerySubmittedEventArgs_ChosenSuggestion : 1699,

              1233. addedenum

                AutoSuggestBoxQuerySubmittedEventArgs_QueryText : 1700,

              1234. addedenum

                AutoSuggestBox_QueryIcon : 1701,

              1235. addedenum

                StateTrigger_IsActive : 1702,

              1236. addedenum

                ContentPresenter_HorizontalContentAlignment : 1703,

              1237. addedenum

                ContentPresenter_VerticalContentAlignment : 1704,

              1238. addedenum

                AppBarTemplateSettings_ClipRect : 1705,

              1239. addedenum

                AppBarTemplateSettings_CompactRootMargin : 1706,

              1240. addedenum

                AppBarTemplateSettings_CompactVerticalDelta : 1707,

              1241. addedenum

                AppBarTemplateSettings_HiddenRootMargin : 1708,

              1242. addedenum

                AppBarTemplateSettings_HiddenVerticalDelta : 1709,

              1243. addedenum

                AppBarTemplateSettings_MinimalRootMargin : 1710,

              1244. addedenum

                AppBarTemplateSettings_MinimalVerticalDelta : 1711,

              1245. addedenum

                CommandBarTemplateSettings_ContentHeight : 1712,

              1246. addedenum

                CommandBarTemplateSettings_NegativeOverflowContentHeight : 1713,

              1247. addedenum

                CommandBarTemplateSettings_OverflowContentClipRect : 1714,

              1248. addedenum

                CommandBarTemplateSettings_OverflowContentHeight : 1715,

              1249. addedenum

                CommandBarTemplateSettings_OverflowContentHorizontalOffset : 1716,

              1250. addedenum

                CommandBarTemplateSettings_OverflowContentMaxHeight : 1717,

              1251. addedenum

                CommandBarTemplateSettings_OverflowContentMinWidth : 1718,

              1252. addedenum

                AppBar_TemplateSettings : 1719,

              1253. addedenum

                CommandBar_CommandBarOverflowPresenterStyle : 1720,

              1254. addedenum

                CommandBar_CommandBarTemplateSettings : 1721,

              1255. addedenum

                DrillInThemeAnimation_EntranceTarget : 1722,

              1256. addedenum

                DrillInThemeAnimation_EntranceTargetName : 1723,

              1257. addedenum

                DrillInThemeAnimation_ExitTarget : 1724,

              1258. addedenum

                DrillInThemeAnimation_ExitTargetName : 1725,

              1259. addedenum

                DrillOutThemeAnimation_EntranceTarget : 1726,

              1260. addedenum

                DrillOutThemeAnimation_EntranceTargetName : 1727,

              1261. addedenum

                DrillOutThemeAnimation_ExitTarget : 1728,

              1262. addedenum

                DrillOutThemeAnimation_ExitTargetName : 1729,

              1263. addedenum

                XamlBindingHelper_DataTemplateComponent : 1730,

              1264. addedenum

                AutomationProperties_Annotations : 1732,

              1265. addedenum

                AutomationAnnotation_Element : 1733,

              1266. addedenum

                AutomationAnnotation_Type : 1734,

              1267. addedenum

                AutomationPeerAnnotation_Peer : 1735,

              1268. addedenum

                AutomationPeerAnnotation_Type : 1736,

              1269. addedenum

                Hyperlink_UnderlineStyle : 1741,

              1270. addedenum

                Control_IsFocusEngaged : 1749,

              1271. addedenum

                Control_IsFocusEngagementEnabled : 1752,

              1272. addedenum

                RichEditBox_ClipboardCopyFormat : 1754,

              1273. addedenum

                CommandBarTemplateSettings_OverflowContentMaxWidth : 1757,

              1274. addedenum

                ComboBoxTemplateSettings_DropDownContentMinWidth : 1758,

              1275. addedenum

                MenuFlyoutPresenterTemplateSettings_FlyoutContentMinWidth : 1762,

              1276. addedenum

                MenuFlyoutPresenter_TemplateSettings : 1763,

              1277. addedenum

                AutomationProperties_LandmarkType : 1766,

              1278. addedenum

                AutomationProperties_LocalizedLandmarkType : 1767,

              1279. addedenum

                RepositionThemeTransition_IsStaggeringEnabled : 1769,

              1280. addedenum

                ListBox_SingleSelectionFollowsFocus : 1770,

              1281. addedenum

                ListViewBase_SingleSelectionFollowsFocus : 1771,

              1282. addedenum

                BitmapImage_AutoPlay : 1773,

              1283. addedenum

                BitmapImage_IsAnimatedBitmap : 1774,

              1284. addedenum

                BitmapImage_IsPlaying : 1775,

              1285. addedenum

                AutomationProperties_FullDescription : 1776,

              1286. addedenum

                AutomationProperties_IsDataValidForForm : 1777,

              1287. addedenum

                AutomationProperties_IsPeripheral : 1778,

              1288. addedenum

                AutomationProperties_LocalizedControlType : 1779,

              1289. addedenum

                FlyoutBase_AllowFocusOnInteraction : 1780,

              1290. addedenum

                TextElement_AllowFocusOnInteraction : 1781,

              1291. addedenum

                FrameworkElement_AllowFocusOnInteraction : 1782,

              1292. addedenum

                Control_RequiresPointer : 1783,

              1293. addedenum

                UIElement_ContextFlyout : 1785,

              1294. addedenum

                TextElement_AccessKey : 1786,

              1295. addedenum

                UIElement_AccessKeyScopeOwner : 1787,

              1296. addedenum

                UIElement_IsAccessKeyScope : 1788,

              1297. addedenum

                AutomationProperties_DescribedBy : 1790,

              1298. addedenum

                UIElement_AccessKey : 1803,

              1299. addedenum

                Control_XYFocusDown : 1804,

              1300. addedenum

                Control_XYFocusLeft : 1805,

              1301. addedenum

                Control_XYFocusRight : 1806,

              1302. addedenum

                Control_XYFocusUp : 1807,

              1303. addedenum

                Hyperlink_XYFocusDown : 1808,

              1304. addedenum

                Hyperlink_XYFocusLeft : 1809,

              1305. addedenum

                Hyperlink_XYFocusRight : 1810,

              1306. addedenum

                Hyperlink_XYFocusUp : 1811,

              1307. addedenum

                WebView_XYFocusDown : 1812,

              1308. addedenum

                WebView_XYFocusLeft : 1813,

              1309. addedenum

                WebView_XYFocusRight : 1814,

              1310. addedenum

                WebView_XYFocusUp : 1815,

              1311. addedenum

                CommandBarTemplateSettings_EffectiveOverflowButtonVisibility : 1816,

              1312. addedenum

                AppBarSeparator_IsInOverflow : 1817,

              1313. addedenum

                CommandBar_DefaultLabelPosition : 1818,

              1314. addedenum

                CommandBar_IsDynamicOverflowEnabled : 1819,

              1315. addedenum

                CommandBar_OverflowButtonVisibility : 1820,

              1316. addedenum

                AppBarButton_IsInOverflow : 1821,

              1317. addedenum

                AppBarButton_LabelPosition : 1822,

              1318. addedenum

                AppBarToggleButton_IsInOverflow : 1823,

              1319. addedenum

                AppBarToggleButton_LabelPosition : 1824,

              1320. addedenum

                FlyoutBase_LightDismissOverlayMode : 1825,

              1321. addedenum

                Popup_LightDismissOverlayMode : 1827,

              1322. addedenum

                CalendarDatePicker_LightDismissOverlayMode : 1829,

              1323. addedenum

                DatePicker_LightDismissOverlayMode : 1830,

              1324. addedenum

                SplitView_LightDismissOverlayMode : 1831,

              1325. addedenum

                TimePicker_LightDismissOverlayMode : 1832,

              1326. addedenum

                AppBar_LightDismissOverlayMode : 1833,

              1327. addedenum

                AutoSuggestBox_LightDismissOverlayMode : 1834,

              1328. addedenum

                ComboBox_LightDismissOverlayMode : 1835,

              1329. addedenum

                AppBarSeparator_DynamicOverflowOrder : 1836,

              1330. addedenum

                AppBarButton_DynamicOverflowOrder : 1837,

              1331. addedenum

                AppBarToggleButton_DynamicOverflowOrder : 1838,

              1332. addedenum

                FrameworkElement_FocusVisualMargin : 1839,

              1333. addedenum

                FrameworkElement_FocusVisualPrimaryBrush : 1840,

              1334. addedenum

                FrameworkElement_FocusVisualPrimaryThickness : 1841,

              1335. addedenum

                FrameworkElement_FocusVisualSecondaryBrush : 1842,

              1336. addedenum

                FrameworkElement_FocusVisualSecondaryThickness : 1843,

              1337. addedenum

                FlyoutBase_AllowFocusWhenDisabled : 1846,

              1338. addedenum

                FrameworkElement_AllowFocusWhenDisabled : 1847,

              1339. addedenum

                ComboBox_IsTextSearchEnabled : 1848,

              1340. addedenum

                TextElement_ExitDisplayModeOnAccessKeyInvoked : 1849,

              1341. addedenum

                UIElement_ExitDisplayModeOnAccessKeyInvoked : 1850,

              1342. addedenum

                MediaPlayerPresenter_IsFullWindow : 1851,

              1343. addedenum

                MediaPlayerPresenter_MediaPlayer : 1852,

              1344. addedenum

                MediaPlayerPresenter_Stretch : 1853,

              1345. addedenum

                MediaPlayerElement_AreTransportControlsEnabled : 1854,

              1346. addedenum

                MediaPlayerElement_AutoPlay : 1855,

              1347. addedenum

                MediaPlayerElement_IsFullWindow : 1856,

              1348. addedenum

                MediaPlayerElement_MediaPlayer : 1857,

              1349. addedenum

                MediaPlayerElement_PosterSource : 1858,

              1350. addedenum

                MediaPlayerElement_Source : 1859,

              1351. addedenum

                MediaPlayerElement_Stretch : 1860,

              1352. addedenum

                MediaPlayerElement_TransportControls : 1861,

              1353. addedenum

                MediaTransportControls_FastPlayFallbackBehaviour : 1862,

              1354. addedenum

                MediaTransportControls_IsNextTrackButtonVisible : 1863,

              1355. addedenum

                MediaTransportControls_IsPreviousTrackButtonVisible : 1864,

              1356. addedenum

                MediaTransportControls_IsSkipBackwardButtonVisible : 1865,

              1357. addedenum

                MediaTransportControls_IsSkipBackwardEnabled : 1866,

              1358. addedenum

                MediaTransportControls_IsSkipForwardButtonVisible : 1867,

              1359. addedenum

                MediaTransportControls_IsSkipForwardEnabled : 1868,

              1360. addedenum

                FlyoutBase_ElementSoundMode : 1869,

              1361. addedenum

                Control_ElementSoundMode : 1870,

              1362. addedenum

                Hyperlink_ElementSoundMode : 1871,

              1363. addedenum

                AutomationProperties_FlowsFrom : 1876,

              1364. addedenum

                AutomationProperties_FlowsTo : 1877,

              1365. addedenum

                TextElement_TextDecorations : 1879,

              1366. addedenum

                RichTextBlock_TextDecorations : 1881,

              1367. addedenum

                Control_DefaultStyleResourceUri : 1882,

              1368. addedenum

                ContentDialog_PrimaryButtonStyle : 1884,

              1369. addedenum

                ContentDialog_SecondaryButtonStyle : 1885,

              1370. addedenum

                TextElement_KeyTipHorizontalOffset : 1890,

              1371. addedenum

                TextElement_KeyTipPlacementMode : 1891,

              1372. addedenum

                TextElement_KeyTipVerticalOffset : 1892,

              1373. addedenum

                UIElement_KeyTipHorizontalOffset : 1893,

              1374. addedenum

                UIElement_KeyTipPlacementMode : 1894,

              1375. addedenum

                UIElement_KeyTipVerticalOffset : 1895,

              1376. addedenum

                FlyoutBase_OverlayInputPassThroughElement : 1896,

              1377. addedenum

                UIElement_XYFocusKeyboardNavigation : 1897,

              1378. addedenum

                AutomationProperties_Culture : 1898,

              1379. addedenum

                UIElement_XYFocusDownNavigationStrategy : 1918,

              1380. addedenum

                UIElement_XYFocusLeftNavigationStrategy : 1919,

              1381. addedenum

                UIElement_XYFocusRightNavigationStrategy : 1920,

              1382. addedenum

                UIElement_XYFocusUpNavigationStrategy : 1921,

              1383. addedenum

                Hyperlink_XYFocusDownNavigationStrategy : 1922,

              1384. addedenum

                Hyperlink_XYFocusLeftNavigationStrategy : 1923,

              1385. addedenum

                Hyperlink_XYFocusRightNavigationStrategy : 1924,

              1386. addedenum

                Hyperlink_XYFocusUpNavigationStrategy : 1925,

              1387. addedenum

                TextElement_AccessKeyScopeOwner : 1926,

              1388. addedenum

                TextElement_IsAccessKeyScope : 1927,

              1389. addedenum

                Hyperlink_FocusState : 1934,

              1390. addedenum

                ContentDialog_CloseButtonCommand : 1936,

              1391. addedenum

                ContentDialog_CloseButtonCommandParameter : 1937,

              1392. addedenum

                ContentDialog_CloseButtonStyle : 1938,

              1393. addedenum

                ContentDialog_CloseButtonText : 1939,

              1394. addedenum

                ContentDialog_DefaultButton : 1940,

              1395. addedenum

                RichEditBox_SelectionHighlightColorWhenNotFocused : 1941,

              1396. addedenum

                TextBox_SelectionHighlightColorWhenNotFocused : 1942,

              1397. addedenum

                SvgImageSource_RasterizePixelHeight : 1948,

              1398. addedenum

                SvgImageSource_RasterizePixelWidth : 1949,

              1399. addedenum

                SvgImageSource_UriSource : 1950,

              1400. addedenum

                LoadedImageSurface_DecodedPhysicalSize : 1955,

              1401. addedenum

                LoadedImageSurface_DecodedSize : 1956,

              1402. addedenum

                LoadedImageSurface_NaturalSize : 1957,

              1403. addedenum

                ComboBox_SelectionChangedTrigger : 1958,

              1404. addedenum

                XamlCompositionBrushBase_FallbackColor : 1960,

              1405. addedenum

                UIElement_Lights : 1962,

              1406. addedenum

                MenuFlyoutItem_Icon : 1963,

              1407. addedenum

                MenuFlyoutSubItem_Icon : 1964,

              1408. addedenum

                BitmapIcon_ShowAsMonochrome : 1965,

              1409. addedenum

                UIElement_HighContrastAdjustment : 1967,

              1410. addedenum

                RichEditBox_MaxLength : 1968,

              1411. addedenum

                UIElement_TabFocusNavigation : 1969,

              1412. addedenum

                Control_IsTemplateKeyTipTarget : 1970,

              1413. addedenum

                Hyperlink_IsTabStop : 1972,

              1414. addedenum

                Hyperlink_TabIndex : 1973,

              1415. addedenum

                MediaTransportControls_IsRepeatButtonVisible : 1974,

              1416. addedenum

                MediaTransportControls_IsRepeatEnabled : 1975,

              1417. addedenum

                MediaTransportControls_ShowAndHideAutomatically : 1976,

              1418. addedenum

                RichEditBox_DisabledFormattingAccelerators : 1977,

              1419. addedenum

                RichEditBox_CharacterCasing : 1978,

              1420. addedenum

                TextBox_CharacterCasing : 1979,

              1421. addedenum

                RichTextBlock_IsTextTrimmed : 1980,

              1422. addedenum

                RichTextBlockOverflow_IsTextTrimmed : 1981,

              1423. addedenum

                TextBlock_IsTextTrimmed : 1982,

              1424. addedenum

                TextHighlighter_Background : 1985,

              1425. addedenum

                TextHighlighter_Foreground : 1986,

              1426. addedenum

                TextHighlighter_Ranges : 1987,

              1427. addedenum

                RichTextBlock_TextHighlighters : 1988,

              1428. addedenum

                TextBlock_TextHighlighters : 1989,

              1429. addedenum

                FrameworkElement_ActualTheme : 1992,

              1430. addedenum

                Grid_ColumnSpacing : 1993,

              1431. addedenum

                Grid_RowSpacing : 1994,

              1432. addedenum

                StackPanel_Spacing : 1995,

              1433. addedenum

                Block_HorizontalTextAlignment : 1996,

              1434. addedenum

                RichTextBlock_HorizontalTextAlignment : 1997,

              1435. addedenum

                TextBlock_HorizontalTextAlignment : 1998,

              1436. addedenum

                RichEditBox_HorizontalTextAlignment : 1999,

              1437. addedenum

                TextBox_HorizontalTextAlignment : 2000,

              1438. addedenum

                TextBox_PlaceholderForeground : 2001,

              1439. addedenum

                ComboBox_PlaceholderForeground : 2002,

              1440. addedenum

                KeyboardAccelerator_IsEnabled : 2003,

              1441. addedenum

                KeyboardAccelerator_Key : 2004,

              1442. addedenum

                KeyboardAccelerator_Modifiers : 2005,

              1443. addedenum

                KeyboardAccelerator_ScopeOwner : 2006,

              1444. addedenum

                UIElement_KeyboardAccelerators : 2007,

              1445. addedenum

                ListViewItemPresenter_RevealBackground : 2009,

              1446. addedenum

                ListViewItemPresenter_RevealBackgroundShowsAboveContent : 2010,

              1447. addedenum

                ListViewItemPresenter_RevealBorderBrush : 2011,

              1448. addedenum

                ListViewItemPresenter_RevealBorderThickness : 2012,

              1449. addedenum

                UIElement_KeyTipTarget : 2014,

              1450. addedenum

                AppBarButtonTemplateSettings_KeyboardAcceleratorTextMinWidth : 2015,

              1451. addedenum

                AppBarToggleButtonTemplateSettings_KeyboardAcceleratorTextMinWidth : 2016,

              1452. addedenum

                MenuFlyoutItemTemplateSettings_KeyboardAcceleratorTextMinWidth : 2017,

              1453. addedenum

                MenuFlyoutItem_TemplateSettings : 2019,

              1454. addedenum

                AppBarButton_TemplateSettings : 2021,

              1455. addedenum

                AppBarToggleButton_TemplateSettings : 2023,

              1456. addedenum

                UIElement_KeyboardAcceleratorPlacementMode : 2028,

              1457. addedenum

                MediaTransportControls_IsCompactOverlayButtonVisible : 2032,

              1458. addedenum

                MediaTransportControls_IsCompactOverlayEnabled : 2033,

              1459. addedenum

                UIElement_KeyboardAcceleratorPlacementTarget : 2061,

              1460. addedenum

                UIElement_CenterPoint : 2062,

              1461. addedenum

                UIElement_Rotation : 2063,

              1462. addedenum

                UIElement_RotationAxis : 2064,

              1463. addedenum

                UIElement_Scale : 2065,

              1464. addedenum

                UIElement_TransformMatrix : 2066,

              1465. addedenum

                UIElement_Translation : 2067,

              1466. addedenum

                TextBox_HandwritingView : 2068,

              1467. addedenum

                AutomationProperties_HeadingLevel : 2069,

              1468. addedenum

                TextBox_IsHandwritingViewEnabled : 2076,

              1469. addedenum

                RichEditBox_ContentLinkProviders : 2078,

              1470. addedenum

                RichEditBox_ContentLinkBackgroundColor : 2079,

              1471. addedenum

                RichEditBox_ContentLinkForegroundColor : 2080,

              1472. addedenum

                HandwritingView_AreCandidatesEnabled : 2081,

              1473. addedenum

                HandwritingView_IsOpen : 2082,

              1474. addedenum

                HandwritingView_PlacementTarget : 2084,

              1475. addedenum

                HandwritingView_PlacementAlignment : 2085,

              1476. addedenum

                RichEditBox_HandwritingView : 2086,

              1477. addedenum

                RichEditBox_IsHandwritingViewEnabled : 2087,

              1478. addedenum

                MenuFlyoutItem_KeyboardAcceleratorTextOverride : 2090,

              1479. addedenum

                AppBarButton_KeyboardAcceleratorTextOverride : 2091,

              1480. addedenum

                AppBarToggleButton_KeyboardAcceleratorTextOverride : 2092,

              1481. addedenum

                ContentLink_Background : 2093,

              1482. addedenum

                ContentLink_Cursor : 2094,

              1483. addedenum

                ContentLink_ElementSoundMode : 2095,

              1484. addedenum

                ContentLink_FocusState : 2096,

              1485. addedenum

                ContentLink_IsTabStop : 2097,

              1486. addedenum

                ContentLink_TabIndex : 2098,

              1487. addedenum

                ContentLink_XYFocusDown : 2099,

              1488. addedenum

                ContentLink_XYFocusDownNavigationStrategy : 2100,

              1489. addedenum

                ContentLink_XYFocusLeft : 2101,

              1490. addedenum

                ContentLink_XYFocusLeftNavigationStrategy : 2102,

              1491. addedenum

                ContentLink_XYFocusRight : 2103,

              1492. addedenum

                ContentLink_XYFocusRightNavigationStrategy : 2104,

              1493. addedenum

                ContentLink_XYFocusUp : 2105,

              1494. addedenum

                ContentLink_XYFocusUpNavigationStrategy : 2106,

              1495. addedenum

                IconSource_Foreground : 2112,

              1496. addedenum

                BitmapIconSource_ShowAsMonochrome : 2113,

              1497. addedenum

                BitmapIconSource_UriSource : 2114,

              1498. addedenum

                FontIconSource_FontFamily : 2115,

              1499. addedenum

                FontIconSource_FontSize : 2116,

              1500. addedenum

                FontIconSource_FontStyle : 2117,

              1501. addedenum

                FontIconSource_FontWeight : 2118,

              1502. addedenum

                FontIconSource_Glyph : 2119,

              1503. addedenum

                FontIconSource_IsTextScaleFactorEnabled : 2120,

              1504. addedenum

                FontIconSource_MirroredWhenRightToLeft : 2121,

              1505. addedenum

                PathIconSource_Data : 2122,

              1506. addedenum

                SymbolIconSource_Symbol : 2123,

              1507. addedenum

                IconSourceElement_IconSource : 2131,

              1508. addedenum

                PasswordBox_CanPasteClipboardContent : 2137,

              1509. addedenum

                TextBox_CanPasteClipboardContent : 2138,

              1510. addedenum

                TextBox_CanRedo : 2139,

              1511. addedenum

                TextBox_CanUndo : 2140,

              1512. addedenum

                FlyoutBase_ShowMode : 2141,

              1513. addedenum

                FlyoutBase_Target : 2142,

              1514. addedenum

                Control_CornerRadius : 2143,

              1515. addedenum

                AutomationProperties_IsDialog : 2149,

              1516. addedenum

                AppBarElementContainer_DynamicOverflowOrder : 2150,

              1517. addedenum

                AppBarElementContainer_IsCompact : 2151,

              1518. addedenum

                AppBarElementContainer_IsInOverflow : 2152,

              1519. addedenum

                ScrollContentPresenter_CanContentRenderOutsideBounds : 2157,

              1520. addedenum

                ScrollViewer_CanContentRenderOutsideBounds : 2158,

              1521. addedenum

                RichEditBox_SelectionFlyout : 2159,

              1522. addedenum

                TextBox_SelectionFlyout : 2160,

              1523. addedenum

                Border_BackgroundSizing : 2161,

              1524. addedenum

                ContentPresenter_BackgroundSizing : 2162,

              1525. addedenum

                Control_BackgroundSizing : 2163,

              1526. addedenum

                Grid_BackgroundSizing : 2164,

              1527. addedenum

                RelativePanel_BackgroundSizing : 2165,

              1528. addedenum

                StackPanel_BackgroundSizing : 2166,

              1529. addedenum

                ScrollViewer_HorizontalAnchorRatio : 2170,

              1530. addedenum

                ScrollViewer_VerticalAnchorRatio : 2171,

              1531. addedenum

                ComboBox_Text : 2208,

              1532. addedenum

                TextBox_Description : 2217,

              1533. addedenum

                ToolTip_PlacementRect : 2218,

              1534. addedenum

                RichTextBlock_SelectionFlyout : 2219,

              1535. addedenum

                TextBlock_SelectionFlyout : 2220,

              1536. addedenum

                PasswordBox_SelectionFlyout : 2221,

              1537. addedenum

                Border_BackgroundTransition : 2222,

              1538. addedenum

                ContentPresenter_BackgroundTransition : 2223,

              1539. addedenum

                Panel_BackgroundTransition : 2224,

              1540. addedenum

                ColorPaletteResources_Accent : 2227,

              1541. addedenum

                ColorPaletteResources_AltHigh : 2228,

              1542. addedenum

                ColorPaletteResources_AltLow : 2229,

              1543. addedenum

                ColorPaletteResources_AltMedium : 2230,

              1544. addedenum

                ColorPaletteResources_AltMediumHigh : 2231,

              1545. addedenum

                ColorPaletteResources_AltMediumLow : 2232,

              1546. addedenum

                ColorPaletteResources_BaseHigh : 2233,

              1547. addedenum

                ColorPaletteResources_BaseLow : 2234,

              1548. addedenum

                ColorPaletteResources_BaseMedium : 2235,

              1549. addedenum

                ColorPaletteResources_BaseMediumHigh : 2236,

              1550. addedenum

                ColorPaletteResources_BaseMediumLow : 2237,

              1551. addedenum

                ColorPaletteResources_ChromeAltLow : 2238,

              1552. addedenum

                ColorPaletteResources_ChromeBlackHigh : 2239,

              1553. addedenum

                ColorPaletteResources_ChromeBlackLow : 2240,

              1554. addedenum

                ColorPaletteResources_ChromeBlackMedium : 2241,

              1555. addedenum

                ColorPaletteResources_ChromeBlackMediumLow : 2242,

              1556. addedenum

                ColorPaletteResources_ChromeDisabledHigh : 2243,

              1557. addedenum

                ColorPaletteResources_ChromeDisabledLow : 2244,

              1558. addedenum

                ColorPaletteResources_ChromeGray : 2245,

              1559. addedenum

                ColorPaletteResources_ChromeHigh : 2246,

              1560. addedenum

                ColorPaletteResources_ChromeLow : 2247,

              1561. addedenum

                ColorPaletteResources_ChromeMedium : 2248,

              1562. addedenum

                ColorPaletteResources_ChromeMediumLow : 2249,

              1563. addedenum

                ColorPaletteResources_ChromeWhite : 2250,

              1564. addedenum

                ColorPaletteResources_ErrorText : 2252,

              1565. addedenum

                ColorPaletteResources_ListLow : 2253,

              1566. addedenum

                ColorPaletteResources_ListMedium : 2254,

              1567. addedenum

                UIElement_TranslationTransition : 2255,

              1568. addedenum

                UIElement_OpacityTransition : 2256,

              1569. addedenum

                UIElement_RotationTransition : 2257,

              1570. addedenum

                UIElement_ScaleTransition : 2258,

              1571. addedenum

                BrushTransition_Duration : 2261,

              1572. addedenum

                ScalarTransition_Duration : 2262,

              1573. addedenum

                Vector3Transition_Duration : 2263,

              1574. addedenum

                Vector3Transition_Components : 2266,

              1575. addedenum

                FlyoutBase_IsOpen : 2267,

              1576. addedenum

                StandardUICommand_Kind : 2275,

              1577. addedenum

                UIElement_CanBeScrollAnchor : 2276,

              1578. addedenum

                ScrollContentPresenter_SizesContentToTemplatedParent : 2280,

              1579. addedenum

                ComboBox_TextBoxStyle : 2281,

              1580. addedenum

                Frame_IsNavigationStackEnabled : 2282,

              1581. addedenum

                RichEditBox_ProofingMenuFlyout : 2283,

              1582. addedenum

                TextBox_ProofingMenuFlyout : 2284,

              1583. addedenum

                ScrollViewer_ReduceViewportForCoreInputViewOcclusions : 2295,

              1584. addedenum

                FlyoutBase_AreOpenCloseAnimationsEnabled : 2296,

              1585. addedenum

                FlyoutBase_InputDevicePrefersPrimaryCommands : 2297,

              1586. addedenum

                CalendarDatePicker_Description : 2300,

              1587. addedenum

                PasswordBox_Description : 2308,

              1588. addedenum

                RichEditBox_Description : 2316,

              1589. addedenum

                AutoSuggestBox_Description : 2331,

              1590. addedenum

                ComboBox_Description : 2339,

              1591. addedenum

                XamlUICommand_AccessKey : 2347,

              1592. addedenum

                XamlUICommand_Command : 2348,

              1593. addedenum

                XamlUICommand_Description : 2349,

              1594. addedenum

                XamlUICommand_IconSource : 2350,

              1595. addedenum

                XamlUICommand_KeyboardAccelerators : 2351,

              1596. addedenum

                XamlUICommand_Label : 2352,

              1597. addedenum

                DatePicker_SelectedDate : 2355,

              1598. addedenum

                TimePicker_SelectedTime : 2356,

            6. addedenum
              1. addedenum

                AutoSuggestBoxSuggestionChosenEventArgs : 34,

              2. addedenum

                AutoSuggestBoxTextChangedEventArgs : 35,

              3. addedenum

                CollectionViewSource : 41,

              4. addedenum

                ColumnDefinition : 44,

              5. addedenum

                GradientStop : 64,

              6. addedenum

                InputScope : 74,

              7. addedenum

                InputScopeName : 75,

              8. addedenum

                KeySpline : 78,

              9. addedenum

                PathFigure : 93,

              10. addedenum

                PrintDocument : 100,

              11. addedenum

                RowDefinition : 106,

              12. addedenum

                Style : 114,

              13. addedenum

                TimelineMarker : 126,

              14. addedenum

                VisualState : 137,

              15. addedenum

                VisualStateGroup : 138,

              16. addedenum

                VisualStateManager : 139,

              17. addedenum

                VisualTransition : 140,

              18. addedenum

                AddDeleteThemeTransition : 177,

              19. addedenum

                ArcSegment : 178,

              20. addedenum

                BackEase : 179,

              21. addedenum

                BeginStoryboard : 180,

              22. addedenum

                BezierSegment : 181,

              23. addedenum

                BindingBase : 182,

              24. addedenum

                BitmapCache : 183,

              25. addedenum

                BounceEase : 186,

              26. addedenum

                CircleEase : 187,

              27. addedenum

                ColorAnimation : 188,

              28. addedenum

                ColorAnimationUsingKeyFrames : 189,

              29. addedenum

                ContentThemeTransition : 190,

              30. addedenum

                ControlTemplate : 191,

              31. addedenum

                CubicEase : 192,

              32. addedenum

                DataTemplate : 194,

              33. addedenum

                DiscreteColorKeyFrame : 195,

              34. addedenum

                DiscreteDoubleKeyFrame : 196,

              35. addedenum

                DiscreteObjectKeyFrame : 197,

              36. addedenum

                DiscretePointKeyFrame : 198,

              37. addedenum

                DoubleAnimation : 200,

              38. addedenum

                DoubleAnimationUsingKeyFrames : 201,

              39. addedenum

                EasingColorKeyFrame : 204,

              40. addedenum

                EasingDoubleKeyFrame : 205,

              41. addedenum

                EasingPointKeyFrame : 206,

              42. addedenum

                EdgeUIThemeTransition : 207,

              43. addedenum

                ElasticEase : 208,

              44. addedenum

                EllipseGeometry : 209,

              45. addedenum

                EntranceThemeTransition : 210,

              46. addedenum

                EventTrigger : 211,

              47. addedenum

                ExponentialEase : 212,

              48. addedenum

                Flyout : 213,

              49. addedenum

                GeometryGroup : 216,

              50. addedenum

                ItemsPanelTemplate : 227,

              51. addedenum

                LinearColorKeyFrame : 230,

              52. addedenum

                LinearDoubleKeyFrame : 231,

              53. addedenum

                LinearPointKeyFrame : 232,

              54. addedenum

                LineGeometry : 233,

              55. addedenum

                LineSegment : 234,

              56. addedenum

                Matrix3DProjection : 236,

              57. addedenum

                MenuFlyout : 238,

              58. addedenum

                ObjectAnimationUsingKeyFrames : 240,

              59. addedenum

                PaneThemeTransition : 241,

              60. addedenum

                PathGeometry : 243,

              61. addedenum

                PlaneProjection : 244,

              62. addedenum

                PointAnimation : 245,

              63. addedenum

                PointAnimationUsingKeyFrames : 246,

              64. addedenum

                PolyBezierSegment : 248,

              65. addedenum

                PolyLineSegment : 249,

              66. addedenum

                PolyQuadraticBezierSegment : 250,

              67. addedenum

                PopupThemeTransition : 251,

              68. addedenum

                PowerEase : 252,

              69. addedenum

                QuadraticBezierSegment : 254,

              70. addedenum

                QuadraticEase : 255,

              71. addedenum

                QuarticEase : 256,

              72. addedenum

                QuinticEase : 257,

              73. addedenum

                RectangleGeometry : 258,

              74. addedenum

                RelativeSource : 259,

              75. addedenum

                RenderTargetBitmap : 260,

              76. addedenum

                ReorderThemeTransition : 261,

              77. addedenum

                RepositionThemeTransition : 262,

              78. addedenum

                Setter : 263,

              79. addedenum

                SineEase : 264,

              80. addedenum

                SolidColorBrush : 265,

              81. addedenum

                SplineColorKeyFrame : 266,

              82. addedenum

                SplineDoubleKeyFrame : 267,

              83. addedenum

                SplinePointKeyFrame : 268,

              84. addedenum

                BitmapImage : 285,

              85. addedenum

                Border : 286,

              86. addedenum

                CaptureElement : 288,

              87. addedenum

                CompositeTransform : 295,

              88. addedenum

                ContentPresenter : 296,

              89. addedenum

                DragItemThemeAnimation : 302,

              90. addedenum

                DragOverThemeAnimation : 303,

              91. addedenum

                DropTargetItemThemeAnimation : 304,

              92. addedenum

                FadeInThemeAnimation : 306,

              93. addedenum

                FadeOutThemeAnimation : 307,

              94. addedenum

                Glyphs : 312,

              95. addedenum

                Image : 326,

              96. addedenum

                ImageBrush : 328,

              97. addedenum

                InlineUIContainer : 329,

              98. addedenum

                ItemsPresenter : 332,

              99. addedenum

                LinearGradientBrush : 334,

              100. addedenum

                LineBreak : 335,

              101. addedenum

                MatrixTransform : 340,

              102. addedenum

                MediaElement : 342,

              103. addedenum

                Paragraph : 349,

              104. addedenum

                PointerDownThemeAnimation : 357,

              105. addedenum

                PointerUpThemeAnimation : 359,

              106. addedenum

                PopInThemeAnimation : 361,

              107. addedenum

                PopOutThemeAnimation : 362,

              108. addedenum

                Popup : 363,

              109. addedenum

                RepositionThemeAnimation : 370,

              110. addedenum

                ResourceDictionary : 371,

              111. addedenum

                RichTextBlock : 374,

              112. addedenum

                RichTextBlockOverflow : 376,

              113. addedenum

                RotateTransform : 378,

              114. addedenum

                Run : 380,

              115. addedenum

                ScaleTransform : 381,

              116. addedenum

                SkewTransform : 389,

              117. addedenum

                Span : 390,

              118. addedenum

                SplitCloseThemeAnimation : 391,

              119. addedenum

                SplitOpenThemeAnimation : 392,

              120. addedenum

                Storyboard : 393,

              121. addedenum

                SwipeBackThemeAnimation : 394,

              122. addedenum

                SwipeHintThemeAnimation : 395,

              123. addedenum

                TextBlock : 396,

              124. addedenum

                TransformGroup : 411,

              125. addedenum

                TranslateTransform : 413,

              126. addedenum

                Viewbox : 417,

              127. addedenum

                WebViewBrush : 423,

              128. addedenum

                AppBarSeparator : 427,

              129. addedenum

                BitmapIcon : 429,

              130. addedenum

                Bold : 430,

              131. addedenum

                Canvas : 432,

              132. addedenum

                ContentControl : 435,

              133. addedenum

                DatePicker : 436,

              134. addedenum

                DependencyObjectCollection : 437,

              135. addedenum

                Ellipse : 438,

              136. addedenum

                FontIcon : 440,

              137. addedenum

                Grid : 442,

              138. addedenum

                Hub : 445,

              139. addedenum

                HubSection : 446,

              140. addedenum

                Hyperlink : 447,

              141. addedenum

                Italic : 449,

              142. addedenum

                ItemsControl : 451,

              143. addedenum

                Line : 452,

              144. addedenum

                MediaTransportControls : 458,

              145. addedenum

                PasswordBox : 462,

              146. addedenum

                Path : 463,

              147. addedenum

                PathIcon : 464,

              148. addedenum

                Polygon : 465,

              149. addedenum

                Polyline : 466,

              150. addedenum

                ProgressRing : 468,

              151. addedenum

                Rectangle : 470,

              152. addedenum

                RichEditBox : 473,

              153. addedenum

                ScrollContentPresenter : 476,

              154. addedenum

                SearchBox : 477,

              155. addedenum

                SemanticZoom : 479,

              156. addedenum

                StackPanel : 481,

              157. addedenum

                SymbolIcon : 482,

              158. addedenum

                TextBox : 483,

              159. addedenum

                Thumb : 485,

              160. addedenum

                TickBar : 486,

              161. addedenum

                TimePicker : 487,

              162. addedenum

                ToggleSwitch : 489,

              163. addedenum

                Underline : 490,

              164. addedenum

                UserControl : 491,

              165. addedenum

                VariableSizedWrapGrid : 492,

              166. addedenum

                WebView : 494,

              167. addedenum

                AppBar : 495,

              168. addedenum

                AutoSuggestBox : 499,

              169. addedenum

                CarouselPanel : 502,

              170. addedenum

                ContentDialog : 506,

              171. addedenum

                FlyoutPresenter : 508,

              172. addedenum

                Frame : 509,

              173. addedenum

                GridViewItemPresenter : 511,

              174. addedenum

                GroupItem : 512,

              175. addedenum

                ItemsStackPanel : 514,

              176. addedenum

                ItemsWrapGrid : 515,

              177. addedenum

                ListViewItemPresenter : 520,

              178. addedenum

                MenuFlyoutItem : 521,

              179. addedenum

                MenuFlyoutPresenter : 522,

              180. addedenum

                MenuFlyoutSeparator : 523,

              181. addedenum

                Page : 525,

              182. addedenum

                ProgressBar : 528,

              183. addedenum

                ScrollBar : 530,

              184. addedenum

                SettingsFlyout : 533,

              185. addedenum

                Slider : 534,

              186. addedenum

                SwapChainBackgroundPanel : 535,

              187. addedenum

                SwapChainPanel : 536,

              188. addedenum

                ToolTip : 538,

              189. addedenum

                Button : 540,

              190. addedenum

                ComboBoxItem : 541,

              191. addedenum

                CommandBar : 542,

              192. addedenum

                FlipViewItem : 543,

              193. addedenum

                GridViewHeaderItem : 545,

              194. addedenum

                HyperlinkButton : 546,

              195. addedenum

                ListBoxItem : 547,

              196. addedenum

                ListViewHeaderItem : 550,

              197. addedenum

                RepeatButton : 551,

              198. addedenum

                ScrollViewer : 552,

              199. addedenum

                ToggleButton : 553,

              200. addedenum

                ToggleMenuFlyoutItem : 554,

              201. addedenum

                VirtualizingStackPanel : 555,

              202. addedenum

                WrapGrid : 556,

              203. addedenum

                AppBarButton : 557,

              204. addedenum

                AppBarToggleButton : 558,

              205. addedenum

                CheckBox : 559,

              206. addedenum

                GridViewItem : 560,

              207. addedenum

                ListViewItem : 561,

              208. addedenum

                RadioButton : 562,

              209. addedenum

                Binding : 564,

              210. addedenum

                ComboBox : 566,

              211. addedenum

                FlipView : 567,

              212. addedenum

                ListBox : 568,

              213. addedenum

                GridView : 570,

              214. addedenum

                ListView : 571,

              215. addedenum

                CalendarView : 707,

              216. addedenum

                CalendarViewDayItem : 709,

              217. addedenum

                CalendarPanel : 723,

              218. addedenum

                SplitView : 728,

              219. addedenum

                CompositeTransform3D : 732,

              220. addedenum

                PerspectiveTransform3D : 733,

              221. addedenum

                RelativePanel : 744,

              222. addedenum

                InkCanvas : 748,

              223. addedenum

                MenuFlyoutSubItem : 749,

              224. addedenum

                AdaptiveTrigger : 757,

              225. addedenum

                SoftwareBitmapSource : 761,

              226. addedenum

                StateTrigger : 767,

              227. addedenum

                CalendarDatePicker : 774,

              228. addedenum

                AutoSuggestBoxQuerySubmittedEventArgs : 778,

              229. addedenum

                CommandBarOverflowPresenter : 781,

              230. addedenum

                DrillInThemeAnimation : 782,

              231. addedenum

                DrillOutThemeAnimation : 783,

              232. addedenum

                AutomationAnnotation : 789,

              233. addedenum

                AutomationPeerAnnotation : 790,

              234. addedenum

                MediaPlayerPresenter : 828,

              235. addedenum

                MediaPlayerElement : 829,

              236. addedenum

                XamlLight : 855,

              237. addedenum

                SvgImageSource : 860,

              238. addedenum

                KeyboardAccelerator : 897,

              239. addedenum

                HandwritingView : 920,

              240. addedenum

                ContentLink : 925,

              241. addedenum

                BitmapIconSource : 929,

              242. addedenum

                FontIconSource : 930,

              243. addedenum

                PathIconSource : 931,

              244. addedenum

                SymbolIconSource : 933,

              245. addedenum

                IconSourceElement : 939,

              246. addedenum

                AppBarElementContainer : 945,

              247. addedenum

                ColorPaletteResources : 952,

              248. addedenum

                StandardUICommand : 961,

              249. addedenum

                XamlUICommand : 969,

        4. changednamespace
          1. addedclass
            1. addedproperty

              Content { get; set; } : UIElement

            2. addedmethod

              Dispose() : Void

            3. addedevent

              GotFocus event : TypedEventHandler<DesktopWindowXamlSource,DesktopWindowXamlSourceGotFocusEventArgs>

            4. addedproperty

              HasFocus { get; } : Boolean

            5. addedmethod

              NavigateFocus(XamlSourceFocusNavigationRequest request) : XamlSourceFocusNavigationResult

            6. addedevent

              TakeFocusRequested event : TypedEventHandler<DesktopWindowXamlSource,DesktopWindowXamlSourceTakeFocusRequestedEventArgs>

          2. addedclass
            1. addedproperty

              Request { get; } : XamlSourceFocusNavigationRequest

          3. addedclass
            1. addedproperty

              Request { get; } : XamlSourceFocusNavigationRequest

          4. addedclass
            1. addedmethod

              Dispose() : Void

            2. addedmethod

              InitializeForCurrentThread() static : WindowsXamlManager

          5. addedenum
            1. addedenum

              Programmatic : 0,

            2. addedenum

              Restore : 1,

            3. addedenum

              First : 3,

            4. addedenum

              Last : 4,

            5. addedenum

              Left : 7,

            6. addedenum

              Up : 8,

            7. addedenum

              Right : 9,

            8. addedenum

              Down : 10,

          6. addedclass
            1. addedproperty

              CorrelationId { get; } : Guid

            2. addedmethod

              ctor(XamlSourceFocusNavigationReason reason)

            3. addedmethod

              ctor(XamlSourceFocusNavigationReason reason, Rect hintRect)

            4. addedmethod

              ctor(XamlSourceFocusNavigationReason reason, Rect hintRect, Guid correlationId)

            5. addedproperty

              HintRect { get; } : Rect

            6. addedproperty

              Reason { get; } : XamlSourceFocusNavigationReason

          7. addedclass
            1. addedmethod

              ctor(Boolean focusMoved)

            2. addedproperty

              WasFocusMoved { get; } : Boolean

        5. changednamespace
          1. addedclass
            1. addedproperty

              CanExecute { get; set; } : Boolean

            2. addedproperty

              Parameter { get; } : Object

          2. addedclass
            1. addedproperty

              Parameter { get; } : Object

          3. changedclass
            1. addedevent

              GettingFocus static event : EventHandler<GettingFocusEventArgs>

            2. addedevent

              GotFocus static event : EventHandler<FocusManagerGotFocusEventArgs>

            3. addedevent

              LosingFocus static event : EventHandler<LosingFocusEventArgs>

            4. addedevent

              LostFocus static event : EventHandler<FocusManagerLostFocusEventArgs>

          4. addedclass
            1. addedproperty

              CorrelationId { get; } : Guid

            2. addedproperty

              NewFocusedElement { get; } : DependencyObject

          5. addedclass
            1. addedproperty

              CorrelationId { get; } : Guid

            2. addedproperty

              OldFocusedElement { get; } : DependencyObject

          6. changedclass
            1. addedproperty

              CorrelationId { get; } : Guid

          7. changedclass
            1. addedproperty

              CorrelationId { get; } : Guid

          8. addedclass
            1. addedmethod

              ctor()

            2. addedmethod

              ctor(StandardUICommandKind kind)

            3. addedproperty

              Kind { get; } : StandardUICommandKind

            4. addedproperty

              KindProperty static { get; } : DependencyProperty

          9. addedenum
            1. addedenum

              None : 0,

            2. addedenum

              Cut : 1,

            3. addedenum

              Copy : 2,

            4. addedenum

              Paste : 3,

            5. addedenum

              SelectAll : 4,

            6. addedenum

              Delete : 5,

            7. addedenum

              Share : 6,

            8. addedenum

              Save : 7,

            9. addedenum

              Open : 8,

            10. addedenum

              Close : 9,

            11. addedenum

              Pause : 10,

            12. addedenum

              Play : 11,

            13. addedenum

              Stop : 12,

            14. addedenum

              Forward : 13,

            15. addedenum

              Backward : 14,

            16. addedenum

              Undo : 15,

            17. addedenum

              Redo : 16,

          10. addedclass
            1. addedproperty

              AccessKey { get; set; } : String

            2. addedproperty

              AccessKeyProperty static { get; } : DependencyProperty

            3. addedevent

              CanExecuteChanged event : EventHandler<Object>

            4. addedevent

              CanExecuteRequested event : TypedEventHandler<XamlUICommand,CanExecuteRequestedEventArgs>

            5. addedproperty

              Command { get; set; } : ICommand

            6. addedproperty

              CommandProperty static { get; } : DependencyProperty

            7. addedproperty

              Description { get; set; } : String

            8. addedproperty

              DescriptionProperty static { get; } : DependencyProperty

            9. addedevent

              ExecuteRequested event : TypedEventHandler<XamlUICommand,ExecuteRequestedEventArgs>

            10. addedproperty

              IconSource { get; set; } : IconSource

            11. addedproperty

              IconSourceProperty static { get; } : DependencyProperty

            12. addedproperty

              KeyboardAccelerators { get; } : IList<KeyboardAccelerator>

            13. addedproperty

              KeyboardAcceleratorsProperty static { get; } : DependencyProperty

            14. addedproperty

              Label { get; set; } : String

            15. addedproperty

              LabelProperty static { get; } : DependencyProperty

            16. addedmethod

              NotifyCanExecuteChanged() : Void

        6. changednamespace
          1. addedclass

            FullXamlMetadataProviderAttribute

          2. addedinterface
            1. addedmethod

              Disable(Int32 lineNumber, Int32 columnNumber) : Void

          3. addedinterface
            1. addedproperty

              BoxedType { get; } : IXamlType

        7. changednamespace
          1. changednamespace
            1. addedclass

              BasicConnectedAnimationConfiguration

            2. changedclass
              1. addedproperty

                Configuration { get; set; } : ConnectedAnimationConfiguration

            3. addedclass

              ConnectedAnimationConfiguration

            4. addedclass

              DirectConnectedAnimationConfiguration

            5. addedclass

              GravityConnectedAnimationConfiguration

            6. addedenum
              1. addedenum

                FromBottom : 0,

              2. addedenum

                FromLeft : 1,

              3. addedenum

                FromRight : 2,

            7. changedclass
              1. addedproperty

                Effect { get; set; } : SlideNavigationTransitionEffect

              2. addedproperty

                EffectProperty static { get; } : DependencyProperty

          2. changedclass
            1. addedmethod

              PopulatePropertyInfo(String propertyName, AnimationPropertyInfo propertyInfo) : Void

        8. changednamespace
          1. addedclass
            1. addedproperty

              IsNavigationStackEnabled { get; set; } : Boolean

            2. addedproperty

              TransitionInfoOverride { get; set; } : NavigationTransitionInfo

        9. addedclass
          1. addedproperty

            Duration { get; set; } : TimeSpan

        10. addedclass
          1. addedproperty

            Accent { get; set; } : Nullable<Color>

          2. addedproperty

            AltHigh { get; set; } : Nullable<Color>

          3. addedproperty

            AltLow { get; set; } : Nullable<Color>

          4. addedproperty

            AltMedium { get; set; } : Nullable<Color>

          5. addedproperty

            AltMediumHigh { get; set; } : Nullable<Color>

          6. addedproperty

            AltMediumLow { get; set; } : Nullable<Color>

          7. addedproperty

            BaseHigh { get; set; } : Nullable<Color>

          8. addedproperty

            BaseLow { get; set; } : Nullable<Color>

          9. addedproperty

            BaseMedium { get; set; } : Nullable<Color>

          10. addedproperty

            BaseMediumHigh { get; set; } : Nullable<Color>

          11. addedproperty

            BaseMediumLow { get; set; } : Nullable<Color>

          12. addedproperty

            ErrorText { get; set; } : Nullable<Color>

          13. addedproperty

            ChromeAltLow { get; set; } : Nullable<Color>

          14. addedproperty

            ChromeBlackHigh { get; set; } : Nullable<Color>

          15. addedproperty

            ChromeBlackLow { get; set; } : Nullable<Color>

          16. addedproperty

            ChromeBlackMedium { get; set; } : Nullable<Color>

          17. addedproperty

            ChromeBlackMediumLow { get; set; } : Nullable<Color>

          18. addedproperty

            ChromeDisabledHigh { get; set; } : Nullable<Color>

          19. addedproperty

            ChromeDisabledLow { get; set; } : Nullable<Color>

          20. addedproperty

            ChromeGray { get; set; } : Nullable<Color>

          21. addedproperty

            ChromeHigh { get; set; } : Nullable<Color>

          22. addedproperty

            ChromeLow { get; set; } : Nullable<Color>

          23. addedproperty

            ChromeMedium { get; set; } : Nullable<Color>

          24. addedproperty

            ChromeMediumLow { get; set; } : Nullable<Color>

          25. addedproperty

            ChromeWhite { get; set; } : Nullable<Color>

          26. addedproperty

            ListLow { get; set; } : Nullable<Color>

          27. addedproperty

            ListMedium { get; set; } : Nullable<Color>

        11. changedclass
          1. addedmethod

            GetElement(ElementFactoryGetArgs args) : UIElement

          2. addedmethod

            RecycleElement(ElementFactoryRecycleArgs args) : Void

        12. changedclass
          1. addedproperty

            FailFastOnErrors { get; set; } : Boolean

        13. addedclass
          1. addedproperty

            BringIntoViewDistanceX { get; } : Double

          2. addedproperty

            BringIntoViewDistanceY { get; } : Double

          3. addedproperty

            EffectiveViewport { get; } : Rect

          4. addedproperty

            MaxViewport { get; } : Rect

        14. addedclass
          1. addedproperty

            Data { get; set; } : Object

          2. addedproperty

            Parent { get; set; } : UIElement

        15. addedclass
          1. addedproperty

            Element { get; set; } : UIElement

          2. addedproperty

            Parent { get; set; } : UIElement

        16. changedclass
          1. addedevent

            EffectiveViewportChanged event : TypedEventHandler<FrameworkElement,EffectiveViewportChangedEventArgs>

          2. addedproperty

            IsLoaded { get; } : Boolean

        17. addedinterface
          1. addedmethod

            GetElement(ElementFactoryGetArgs args) : UIElement

          2. addedmethod

            RecycleElement(ElementFactoryRecycleArgs args) : Void

        18. addedclass
          1. addedproperty

            Duration { get; set; } : TimeSpan

        19. changedclass
          1. addedproperty

            CanBeScrollAnchor { get; set; } : Boolean

          2. addedproperty

            CanBeScrollAnchorProperty static { get; } : DependencyProperty

          3. addedproperty

            CenterPoint { get; set; } : Vector3

          4. addedproperty

            OpacityTransition { get; set; } : ScalarTransition

          5. addedmethod

            PopulatePropertyInfo(String propertyName, AnimationPropertyInfo propertyInfo) : Void

          6. addedproperty

            Rotation { get; set; } : Single

          7. addedproperty

            RotationAxis { get; set; } : Vector3

          8. addedproperty

            RotationTransition { get; set; } : ScalarTransition

          9. addedproperty

            Scale { get; set; } : Vector3

          10. addedproperty

            ScaleTransition { get; set; } : Vector3Transition

          11. addedmethod

            StartAnimation(ICompositionAnimationBase animation) : Void

          12. addedmethod

            StopAnimation(ICompositionAnimationBase animation) : Void

          13. addedproperty

            TransformMatrix { get; set; } : Matrix4x4

          14. addedproperty

            Translation { get; set; } : Vector3

          15. addedproperty

            TranslationTransition { get; set; } : Vector3Transition

        20. addedclass
          1. addedproperty

            Components { get; set; } : Vector3TransitionComponents

          2. addedproperty

            Duration { get; set; } : TimeSpan

        21. addedenum
          1. addedenum

            X : 1,

          2. addedenum

            Y : 2,

          3. addedenum

            Z : 4,

    17. changednamespace
      1. changednamespace
        1. changednamespace
          1. changedclass
            1. addedmethod

              AddInitializeScript(String script) : Void

            2. addedevent

              GotFocus event : TypedEventHandler<WebViewControl,Object>

            3. addedevent

              LostFocus event : TypedEventHandler<WebViewControl,Object>

        2. addedinterface
          1. addedmethod

            AddInitializeScript(String script) : Void

        3. changedclass
          1. addedmethod

            GetDeferral() : Deferral

          2. addedproperty

            NewWindow { get; set; } : IWebViewControl

        4. changedenum
          1. addedenum

            ImmersiveView : 6,