swift-cwinrt/Sources/CWinRT/include/Windows.UI.Xaml.Core.Direct.h
2024-02-15 17:12:35 -08:00

2374 lines
218 KiB
C

// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
#pragma once
// Header files for imported files
#include <inspectable.h>
#include <EventToken.h>
#include <windowscontracts.h>
#include "Windows.Foundation.h"
#include "Windows.UI.h"
#include "Windows.UI.Xaml.h"
#include "Windows.UI.Xaml.Media.h"
#include "Windows.UI.Xaml.Media.Media3D.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect;
#endif // ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject;
#endif // ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics;
#endif // ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef struct __x_ABI_CWindows_CFoundation_CDateTime __x_ABI_CWindows_CFoundation_CDateTime;
typedef struct __x_ABI_CWindows_CFoundation_CPoint __x_ABI_CWindows_CFoundation_CPoint;
typedef struct __x_ABI_CWindows_CFoundation_CRect __x_ABI_CWindows_CFoundation_CRect;
typedef struct __x_ABI_CWindows_CFoundation_CSize __x_ABI_CWindows_CFoundation_CSize;
typedef struct __x_ABI_CWindows_CFoundation_CTimeSpan __x_ABI_CWindows_CFoundation_CTimeSpan;
typedef struct __x_ABI_CWindows_CUI_CColor __x_ABI_CWindows_CUI_CColor;
typedef struct __x_ABI_CWindows_CUI_CXaml_CCornerRadius __x_ABI_CWindows_CUI_CXaml_CCornerRadius;
typedef struct __x_ABI_CWindows_CUI_CXaml_CDuration __x_ABI_CWindows_CUI_CXaml_CDuration;
typedef struct __x_ABI_CWindows_CUI_CXaml_CGridLength __x_ABI_CWindows_CUI_CXaml_CGridLength;
typedef struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMatrix __x_ABI_CWindows_CUI_CXaml_CMedia_CMatrix;
typedef struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMedia3D_CMatrix3D __x_ABI_CWindows_CUI_CXaml_CMedia_CMedia3D_CMatrix3D;
typedef struct __x_ABI_CWindows_CUI_CXaml_CThickness __x_ABI_CWindows_CUI_CXaml_CThickness;
typedef enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex;
typedef enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex;
typedef enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex;
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex
{
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_FrameworkElement_DataContextChanged = 16,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_FrameworkElement_SizeChanged = 17,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_FrameworkElement_LayoutUpdated = 18,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_KeyUp = 22,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_KeyDown = 23,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_GotFocus = 24,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_LostFocus = 25,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DragStarting = 26,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DropCompleted = 27,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_CharacterReceived = 28,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DragEnter = 29,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DragLeave = 30,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DragOver = 31,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_Drop = 32,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerPressed = 38,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerMoved = 39,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerReleased = 40,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerEntered = 41,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerExited = 42,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerCaptureLost = 43,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerCanceled = 44,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PointerWheelChanged = 45,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_Tapped = 46,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_DoubleTapped = 47,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_Holding = 48,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ContextRequested = 49,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ContextCanceled = 50,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_RightTapped = 51,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ManipulationStarting = 52,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ManipulationInertiaStarting = 53,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ManipulationStarted = 54,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ManipulationDelta = 55,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ManipulationCompleted = 56,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_ProcessKeyboardAccelerators = 60,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_GettingFocus = 61,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_LosingFocus = 62,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_NoFocusCandidateFound = 63,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PreviewKeyDown = 64,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_PreviewKeyUp = 65,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_UIElement_BringIntoViewRequested = 66,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AppBar_Opening = 109,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AppBar_Opened = 110,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AppBar_Closing = 111,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AppBar_Closed = 112,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AutoSuggestBox_SuggestionChosen = 113,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AutoSuggestBox_TextChanged = 114,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_AutoSuggestBox_QuerySubmitted = 115,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarDatePicker_CalendarViewDayItemChanging = 116,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarDatePicker_DateChanged = 117,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarDatePicker_Opened = 118,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarDatePicker_Closed = 119,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarView_CalendarViewDayItemChanging = 120,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CalendarView_SelectedDatesChanged = 121,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ComboBox_DropDownClosed = 122,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ComboBox_DropDownOpened = 123,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CommandBar_DynamicOverflowItemsChanging = 124,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_Closing = 126,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_Closed = 127,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_Opened = 128,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_PrimaryButtonClick = 129,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_SecondaryButtonClick = 130,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ContentDialog_CloseButtonClick = 131,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Control_FocusEngaged = 132,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Control_FocusDisengaged = 133,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_DatePicker_DateChanged = 135,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Frame_Navigated = 136,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Frame_Navigating = 137,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Frame_NavigationFailed = 138,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Frame_NavigationStopped = 139,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Hub_SectionHeaderClick = 143,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Hub_SectionsInViewChanged = 144,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ItemsPresenter_HorizontalSnapPointsChanged = 148,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ItemsPresenter_VerticalSnapPointsChanged = 149,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_ItemClick = 150,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_DragItemsStarting = 151,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_DragItemsCompleted = 152,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_ContainerContentChanging = 153,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_ChoosingItemContainer = 154,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ListViewBase_ChoosingGroupHeaderContainer = 155,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_MediaTransportControls_ThumbnailRequested = 167,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_MenuFlyoutItem_Click = 168,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_RichEditBox_TextChanging = 177,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollViewer_ViewChanging = 192,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollViewer_ViewChanged = 193,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollViewer_DirectManipulationStarted = 194,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollViewer_DirectManipulationCompleted = 195,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SearchBox_QueryChanged = 196,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SearchBox_SuggestionsRequested = 197,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SearchBox_QuerySubmitted = 198,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SearchBox_ResultSuggestionChosen = 199,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SearchBox_PrepareForFocusOnKeyboardInput = 200,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SemanticZoom_ViewChangeStarted = 201,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SemanticZoom_ViewChangeCompleted = 202,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_SettingsFlyout_BackClick = 203,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_StackPanel_HorizontalSnapPointsChanged = 208,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_StackPanel_VerticalSnapPointsChanged = 209,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_TimePicker_TimeChanged = 227,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToggleSwitch_Toggled = 228,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToolTip_Closed = 229,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToolTip_Opened = 230,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_VirtualizingStackPanel_CleanUpVirtualizedItemEvent = 231,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_SeparateProcessLost = 232,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_LoadCompleted = 233,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_ScriptNotify = 234,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_NavigationFailed = 235,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_NavigationStarting = 236,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_ContentLoading = 237,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_DOMContentLoaded = 238,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_NavigationCompleted = 239,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_FrameNavigationStarting = 240,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_FrameContentLoading = 241,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_FrameDOMContentLoaded = 242,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_FrameNavigationCompleted = 243,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_LongRunningScriptDetected = 244,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_UnsafeContentWarningDisplaying = 245,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_UnviewableContentIdentified = 246,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_ContainsFullScreenElementChanged = 247,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_UnsupportedUriSchemeIdentified = 248,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_NewWindowRequested = 249,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_PermissionRequested = 250,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ButtonBase_Click = 256,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CarouselPanel_HorizontalSnapPointsChanged = 257,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_CarouselPanel_VerticalSnapPointsChanged = 258,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_OrientedVirtualizingPanel_HorizontalSnapPointsChanged = 263,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_OrientedVirtualizingPanel_VerticalSnapPointsChanged = 264,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_RangeBase_ValueChanged = 267,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollBar_Scroll = 268,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Selector_SelectionChanged = 269,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Thumb_DragStarted = 270,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Thumb_DragDelta = 271,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_Thumb_DragCompleted = 272,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToggleButton_Checked = 273,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToggleButton_Unchecked = 274,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ToggleButton_Indeterminate = 275,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_WebView_WebResourceRequested = 283,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_ScrollViewer_AnchorRequested = 291,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_DatePicker_SelectedDateChanged = 322,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex_TimePicker_SelectedTimeChanged = 323,
};
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex
{
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_AcceleratorKey = 5,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_AccessibilityView = 6,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_AccessKey = 7,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_AutomationId = 8,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_ControlledPeers = 9,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_HelpText = 10,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_IsRequiredForForm = 11,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_ItemStatus = 12,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_ItemType = 13,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_LabeledBy = 14,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_LiveSetting = 15,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_Name = 16,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTipService_Placement = 24,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTipService_PlacementTarget = 25,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTipService_ToolTip = 26,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_AnnotationAlternates = 28,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_Capitals = 29,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_CapitalSpacing = 30,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_CaseSensitiveForms = 31,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_ContextualAlternates = 32,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_ContextualLigatures = 33,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_ContextualSwashes = 34,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_DiscretionaryLigatures = 35,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_EastAsianExpertForms = 36,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_EastAsianLanguage = 37,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_EastAsianWidths = 38,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_Fraction = 39,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_HistoricalForms = 40,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_HistoricalLigatures = 41,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_Kerning = 42,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_MathematicalGreek = 43,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_NumeralAlignment = 44,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_NumeralStyle = 45,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_SlashedZero = 46,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StandardLigatures = 47,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StandardSwashes = 48,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticAlternates = 49,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet1 = 50,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet10 = 51,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet11 = 52,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet12 = 53,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet13 = 54,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet14 = 55,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet15 = 56,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet16 = 57,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet17 = 58,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet18 = 59,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet19 = 60,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet2 = 61,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet20 = 62,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet3 = 63,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet4 = 64,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet5 = 65,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet6 = 66,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet7 = 67,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet8 = 68,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_StylisticSet9 = 69,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Typography_Variants = 70,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationPeer_EventsSource = 75,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBoxSuggestionChosenEventArgs_SelectedItem = 76,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBoxTextChangedEventArgs_Reason = 77,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Brush_Opacity = 78,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Brush_RelativeTransform = 79,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Brush_Transform = 80,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CollectionViewSource_IsSourceGrouped = 81,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CollectionViewSource_ItemsPath = 82,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CollectionViewSource_Source = 83,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CollectionViewSource_View = 84,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorKeyFrame_KeyTime = 90,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorKeyFrame_Value = 91,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColumnDefinition_ActualWidth = 92,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColumnDefinition_MaxWidth = 93,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColumnDefinition_MinWidth = 94,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColumnDefinition_Width = 95,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBoxTemplateSettings_DropDownClosedHeight = 96,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBoxTemplateSettings_DropDownOffset = 97,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBoxTemplateSettings_DropDownOpenedHeight = 98,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBoxTemplateSettings_SelectedItemDirection = 99,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleKeyFrame_KeyTime = 107,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleKeyFrame_Value = 108,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EasingFunctionBase_EasingMode = 111,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_AttachedFlyout = 114,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_Placement = 115,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Geometry_Bounds = 118,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Geometry_Transform = 119,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientStop_Color = 120,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientStop_Offset = 121,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_ContainerStyle = 124,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_ContainerStyleSelector = 125,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_HeaderContainerStyle = 126,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_HeaderTemplate = 127,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_HeaderTemplateSelector = 128,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_HidesIfEmpty = 129,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GroupStyle_Panel = 130,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaExpansionBehavior_DesiredDeceleration = 144,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaExpansionBehavior_DesiredExpansion = 145,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaRotationBehavior_DesiredDeceleration = 146,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaRotationBehavior_DesiredRotation = 147,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaTranslationBehavior_DesiredDeceleration = 148,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InertiaTranslationBehavior_DesiredDisplacement = 149,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InputScope_Names = 150,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InputScopeName_NameValue = 151,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeySpline_ControlPoint1 = 153,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeySpline_ControlPoint2 = 154,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ManipulationPivot_Center = 159,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ManipulationPivot_Radius = 160,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ObjectKeyFrame_KeyTime = 183,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ObjectKeyFrame_Value = 184,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PageStackEntry_SourcePageType = 185,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathFigure_IsClosed = 192,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathFigure_IsFilled = 193,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathFigure_Segments = 194,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathFigure_StartPoint = 195,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Pointer_IsInContact = 199,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Pointer_IsInRange = 200,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Pointer_PointerDeviceType = 201,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Pointer_PointerId = 202,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointKeyFrame_KeyTime = 205,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointKeyFrame_Value = 206,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PrintDocument_DocumentSource = 209,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_ContainerAnimationEndPosition = 211,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_ContainerAnimationStartPosition = 212,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_EllipseAnimationEndPosition = 213,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_EllipseAnimationWellPosition = 214,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_EllipseDiameter = 215,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_EllipseOffset = 216,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBarTemplateSettings_IndicatorLengthDelta = 217,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressRingTemplateSettings_EllipseDiameter = 218,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressRingTemplateSettings_EllipseOffset = 219,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressRingTemplateSettings_MaxSideLength = 220,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PropertyPath_Path = 221,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RowDefinition_ActualHeight = 226,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RowDefinition_Height = 227,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RowDefinition_MaxHeight = 228,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RowDefinition_MinHeight = 229,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SetterBase_IsSealed = 233,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_BorderBrush = 234,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_BorderThickness = 235,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_ContentTransitions = 236,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_HeaderBackground = 237,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_HeaderForeground = 238,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyoutTemplateSettings_IconSource = 239,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Style_BasedOn = 244,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Style_IsSealed = 245,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Style_Setters = 246,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Style_TargetType = 247,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_CharacterSpacing = 249,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_FontFamily = 250,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_FontSize = 251,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_FontStretch = 252,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_FontStyle = 253,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_FontWeight = 254,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_Foreground = 255,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_IsTextScaleFactorEnabled = 256,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_Language = 257,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_AutoReverse = 263,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_BeginTime = 264,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_Duration = 265,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_FillBehavior = 266,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_RepeatBehavior = 267,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Timeline_SpeedRatio = 268,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimelineMarker_Text = 269,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimelineMarker_Time = 270,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimelineMarker_Type = 271,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_CurtainCurrentToOffOffset = 273,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_CurtainCurrentToOnOffset = 274,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_CurtainOffToOnOffset = 275,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_CurtainOnToOffOffset = 276,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_KnobCurrentToOffOffset = 277,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_KnobCurrentToOnOffset = 278,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_KnobOffToOnOffset = 279,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitchTemplateSettings_KnobOnToOffOffset = 280,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTipTemplateSettings_FromHorizontalOffset = 281,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTipTemplateSettings_FromVerticalOffset = 282,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_AllowDrop = 292,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_CacheMode = 293,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Clip = 295,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_CompositeMode = 296,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsDoubleTapEnabled = 297,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsHitTestVisible = 298,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsHoldingEnabled = 299,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsRightTapEnabled = 300,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsTapEnabled = 301,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ManipulationMode = 302,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Opacity = 303,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_PointerCaptures = 304,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Projection = 305,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_RenderSize = 306,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_RenderTransform = 307,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_RenderTransformOrigin = 308,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Transitions = 309,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_UseLayoutRounding = 311,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Visibility = 312,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualState_Storyboard = 322,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualStateGroup_States = 323,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualStateGroup_Transitions = 324,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualStateManager_CustomVisualStateManager = 325,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualStateManager_VisualStateGroups = 326,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualTransition_From = 327,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualTransition_GeneratedDuration = 328,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualTransition_GeneratedEasingFunction = 329,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualTransition_Storyboard = 330,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualTransition_To = 331,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ArcSegment_IsLargeArc = 332,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ArcSegment_Point = 333,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ArcSegment_RotationAngle = 334,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ArcSegment_Size = 335,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ArcSegment_SweepDirection = 336,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BackEase_Amplitude = 337,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BeginStoryboard_Storyboard = 338,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BezierSegment_Point1 = 339,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BezierSegment_Point2 = 340,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BezierSegment_Point3 = 341,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapSource_PixelHeight = 342,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapSource_PixelWidth = 343,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Block_LineHeight = 344,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Block_LineStackingStrategy = 345,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Block_Margin = 346,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Block_TextAlignment = 347,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BounceEase_Bounces = 348,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BounceEase_Bounciness = 349,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimation_By = 350,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimation_EasingFunction = 351,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimation_EnableDependentAnimation = 352,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimation_From = 353,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimation_To = 354,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimationUsingKeyFrames_EnableDependentAnimation = 355,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorAnimationUsingKeyFrames_KeyFrames = 356,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentThemeTransition_HorizontalOffset = 357,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentThemeTransition_VerticalOffset = 358,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ControlTemplate_TargetType = 359,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DispatcherTimer_Interval = 362,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimation_By = 363,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimation_EasingFunction = 364,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimation_EnableDependentAnimation = 365,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimation_From = 366,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimation_To = 367,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimationUsingKeyFrames_EnableDependentAnimation = 368,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DoubleAnimationUsingKeyFrames_KeyFrames = 369,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EasingColorKeyFrame_EasingFunction = 372,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EasingDoubleKeyFrame_EasingFunction = 373,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EasingPointKeyFrame_EasingFunction = 374,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EdgeUIThemeTransition_Edge = 375,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ElasticEase_Oscillations = 376,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ElasticEase_Springiness = 377,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EllipseGeometry_Center = 378,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EllipseGeometry_RadiusX = 379,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EllipseGeometry_RadiusY = 380,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EntranceThemeTransition_FromHorizontalOffset = 381,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EntranceThemeTransition_FromVerticalOffset = 382,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EntranceThemeTransition_IsStaggeringEnabled = 383,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EventTrigger_Actions = 384,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_EventTrigger_RoutedEvent = 385,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ExponentialEase_Exponent = 386,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Flyout_Content = 387,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Flyout_FlyoutPresenterStyle = 388,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_ActualHeight = 389,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_ActualWidth = 390,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_DataContext = 391,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FlowDirection = 392,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Height = 393,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_HorizontalAlignment = 394,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Language = 396,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Margin = 397,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_MaxHeight = 398,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_MaxWidth = 399,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_MinHeight = 400,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_MinWidth = 401,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Parent = 402,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_RequestedTheme = 403,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Resources = 404,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Style = 405,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Tag = 406,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Triggers = 407,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_VerticalAlignment = 408,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_Width = 409,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElementAutomationPeer_Owner = 410,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GeometryGroup_Children = 411,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GeometryGroup_FillRule = 412,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientBrush_ColorInterpolationMode = 413,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientBrush_GradientStops = 414,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientBrush_MappingMode = 415,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GradientBrush_SpreadMethod = 416,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemTemplateSettings_DragItemsCount = 417,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemAutomationPeer_Item = 419,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemAutomationPeer_ItemsControlAutomationPeer = 420,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LineGeometry_EndPoint = 422,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LineGeometry_StartPoint = 423,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LineSegment_Point = 424,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemTemplateSettings_DragItemsCount = 425,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Matrix3DProjection_ProjectionMatrix = 426,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyout_Items = 427,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyout_MenuFlyoutPresenterStyle = 428,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ObjectAnimationUsingKeyFrames_EnableDependentAnimation = 429,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ObjectAnimationUsingKeyFrames_KeyFrames = 430,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PaneThemeTransition_Edge = 431,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathGeometry_Figures = 432,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathGeometry_FillRule = 433,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_CenterOfRotationX = 434,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_CenterOfRotationY = 435,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_CenterOfRotationZ = 436,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_GlobalOffsetX = 437,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_GlobalOffsetY = 438,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_GlobalOffsetZ = 439,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_LocalOffsetX = 440,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_LocalOffsetY = 441,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_LocalOffsetZ = 442,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_ProjectionMatrix = 443,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_RotationX = 444,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_RotationY = 445,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PlaneProjection_RotationZ = 446,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimation_By = 447,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimation_EasingFunction = 448,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimation_EnableDependentAnimation = 449,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimation_From = 450,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimation_To = 451,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimationUsingKeyFrames_EnableDependentAnimation = 452,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointAnimationUsingKeyFrames_KeyFrames = 453,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PolyBezierSegment_Points = 456,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PolyLineSegment_Points = 457,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PolyQuadraticBezierSegment_Points = 458,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopupThemeTransition_FromHorizontalOffset = 459,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopupThemeTransition_FromVerticalOffset = 460,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PowerEase_Power = 461,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_QuadraticBezierSegment_Point1 = 466,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_QuadraticBezierSegment_Point2 = 467,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RectangleGeometry_Rect = 470,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativeSource_Mode = 471,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RenderTargetBitmap_PixelHeight = 472,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RenderTargetBitmap_PixelWidth = 473,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Setter_Property = 474,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Setter_Value = 475,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SolidColorBrush_Color = 476,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplineColorKeyFrame_KeySpline = 477,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplineDoubleKeyFrame_KeySpline = 478,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplinePointKeyFrame_KeySpline = 479,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TileBrush_AlignmentX = 483,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TileBrush_AlignmentY = 484,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TileBrush_Stretch = 485,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_Converter = 487,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_ConverterLanguage = 488,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_ConverterParameter = 489,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_ElementName = 490,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_FallbackValue = 491,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_Mode = 492,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_Path = 493,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_RelativeSource = 494,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_Source = 495,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_TargetNullValue = 496,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Binding_UpdateSourceTrigger = 497,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_CreateOptions = 498,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_DecodePixelHeight = 499,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_DecodePixelType = 500,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_DecodePixelWidth = 501,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_UriSource = 502,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_Background = 503,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_BorderBrush = 504,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_BorderThickness = 505,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_Child = 506,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_ChildTransitions = 507,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_CornerRadius = 508,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_Padding = 509,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CaptureElement_Source = 510,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CaptureElement_Stretch = 511,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_CenterX = 514,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_CenterY = 515,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_Rotation = 516,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_ScaleX = 517,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_ScaleY = 518,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_SkewX = 519,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_SkewY = 520,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_TranslateX = 521,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform_TranslateY = 522,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_CharacterSpacing = 523,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_Content = 524,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_ContentTemplate = 525,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_ContentTemplateSelector = 526,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_ContentTransitions = 527,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_FontFamily = 528,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_FontSize = 529,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_FontStretch = 530,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_FontStyle = 531,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_FontWeight = 532,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_Foreground = 533,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_IsTextScaleFactorEnabled = 534,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_LineStackingStrategy = 535,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_MaxLines = 536,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_OpticalMarginAlignment = 537,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_TextLineBounds = 539,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_TextWrapping = 540,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_Background = 541,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_BorderBrush = 542,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_BorderThickness = 543,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_CharacterSpacing = 544,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FocusState = 546,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FontFamily = 547,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FontSize = 548,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FontStretch = 549,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FontStyle = 550,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_FontWeight = 551,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_Foreground = 552,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_HorizontalContentAlignment = 553,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsEnabled = 554,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsTabStop = 555,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsTextScaleFactorEnabled = 556,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_Padding = 557,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_TabIndex = 558,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_TabNavigation = 559,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_Template = 560,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_VerticalContentAlignment = 561,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DragItemThemeAnimation_TargetName = 565,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DragOverThemeAnimation_Direction = 566,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DragOverThemeAnimation_TargetName = 567,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DragOverThemeAnimation_ToOffset = 568,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DropTargetItemThemeAnimation_TargetName = 569,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FadeInThemeAnimation_TargetName = 570,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FadeOutThemeAnimation_TargetName = 571,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_Fill = 574,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_FontRenderingEmSize = 575,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_FontUri = 576,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_Indices = 577,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_OriginX = 578,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_OriginY = 579,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_StyleSimulations = 580,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_UnicodeString = 581,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_IconElement_Foreground = 584,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Image_NineGrid = 586,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Image_PlayToSource = 587,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Image_Source = 588,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Image_Stretch = 589,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ImageBrush_ImageSource = 591,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_InlineUIContainer_Child = 592,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_Footer = 594,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_FooterTemplate = 595,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_FooterTransitions = 596,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_Header = 597,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_HeaderTemplate = 598,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_HeaderTransitions = 599,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsPresenter_Padding = 601,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LinearGradientBrush_EndPoint = 602,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LinearGradientBrush_StartPoint = 603,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MatrixTransform_Matrix = 604,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_ActualStereo3DVideoPackingMode = 605,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AreTransportControlsEnabled = 606,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AspectRatioHeight = 607,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AspectRatioWidth = 608,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AudioCategory = 609,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AudioDeviceType = 610,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AudioStreamCount = 611,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AudioStreamIndex = 612,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_AutoPlay = 613,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Balance = 614,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_BufferingProgress = 615,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_CanPause = 616,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_CanSeek = 617,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_CurrentState = 618,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_DefaultPlaybackRate = 619,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_DownloadProgress = 620,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_DownloadProgressOffset = 621,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_IsAudioOnly = 623,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_IsFullWindow = 624,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_IsLooping = 625,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_IsMuted = 626,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_IsStereo3DVideo = 627,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Markers = 628,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_NaturalDuration = 629,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_NaturalVideoHeight = 630,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_NaturalVideoWidth = 631,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_PlaybackRate = 632,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_PlayToPreferredSourceUri = 633,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_PlayToSource = 634,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Position = 635,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_PosterSource = 636,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_ProtectionManager = 637,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_RealTimePlayback = 638,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Source = 639,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Stereo3DVideoPackingMode = 640,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Stereo3DVideoRenderMode = 641,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Stretch = 642,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_TransportControls = 643,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaElement_Volume = 644,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Panel_Background = 647,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Panel_Children = 648,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Panel_ChildrenTransitions = 649,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Panel_IsItemsHost = 651,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Paragraph_Inlines = 652,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Paragraph_TextIndent = 653,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointerDownThemeAnimation_TargetName = 660,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PointerUpThemeAnimation_TargetName = 662,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopInThemeAnimation_FromHorizontalOffset = 664,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopInThemeAnimation_FromVerticalOffset = 665,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopInThemeAnimation_TargetName = 666,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PopOutThemeAnimation_TargetName = 667,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_Child = 668,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_ChildTransitions = 669,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_HorizontalOffset = 670,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_IsLightDismissEnabled = 673,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_IsOpen = 674,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_VerticalOffset = 676,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepositionThemeAnimation_FromHorizontalOffset = 683,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepositionThemeAnimation_FromVerticalOffset = 684,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepositionThemeAnimation_TargetName = 685,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ResourceDictionary_MergedDictionaries = 687,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ResourceDictionary_Source = 688,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ResourceDictionary_ThemeDictionaries = 689,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_Blocks = 691,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_CharacterSpacing = 692,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_FontFamily = 693,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_FontSize = 694,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_FontStretch = 695,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_FontStyle = 696,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_FontWeight = 697,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_Foreground = 698,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_HasOverflowContent = 699,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_IsColorFontEnabled = 700,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_IsTextScaleFactorEnabled = 701,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_IsTextSelectionEnabled = 702,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_LineHeight = 703,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_LineStackingStrategy = 704,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_MaxLines = 705,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_OpticalMarginAlignment = 706,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_OverflowContentTarget = 707,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_Padding = 708,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_SelectedText = 709,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_SelectionHighlightColor = 710,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextAlignment = 711,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextIndent = 712,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextLineBounds = 713,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextReadingOrder = 714,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextTrimming = 715,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextWrapping = 716,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlockOverflow_HasOverflowContent = 717,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlockOverflow_MaxLines = 718,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlockOverflow_OverflowContentTarget = 719,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlockOverflow_Padding = 720,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RotateTransform_Angle = 721,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RotateTransform_CenterX = 722,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RotateTransform_CenterY = 723,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Run_FlowDirection = 725,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Run_Text = 726,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScaleTransform_CenterX = 727,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScaleTransform_CenterY = 728,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScaleTransform_ScaleX = 729,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScaleTransform_ScaleY = 730,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SetterBaseCollection_IsSealed = 732,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_Fill = 733,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_GeometryTransform = 734,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_Stretch = 735,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_Stroke = 736,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeDashArray = 737,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeDashCap = 738,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeDashOffset = 739,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeEndLineCap = 740,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeLineJoin = 741,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeMiterLimit = 742,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeStartLineCap = 743,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Shape_StrokeThickness = 744,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SkewTransform_AngleX = 745,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SkewTransform_AngleY = 746,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SkewTransform_CenterX = 747,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SkewTransform_CenterY = 748,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Span_Inlines = 749,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ClosedLength = 750,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ClosedTarget = 751,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ClosedTargetName = 752,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ContentTarget = 753,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ContentTargetName = 754,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ContentTranslationDirection = 755,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_ContentTranslationOffset = 756,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_OffsetFromCenter = 757,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_OpenedLength = 758,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_OpenedTarget = 759,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitCloseThemeAnimation_OpenedTargetName = 760,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ClosedLength = 761,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ClosedTarget = 762,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ClosedTargetName = 763,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ContentTarget = 764,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ContentTargetName = 765,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ContentTranslationDirection = 766,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_ContentTranslationOffset = 767,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_OffsetFromCenter = 768,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_OpenedLength = 769,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_OpenedTarget = 770,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitOpenThemeAnimation_OpenedTargetName = 771,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Storyboard_Children = 772,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Storyboard_TargetName = 774,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Storyboard_TargetProperty = 775,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeBackThemeAnimation_FromHorizontalOffset = 776,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeBackThemeAnimation_FromVerticalOffset = 777,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeBackThemeAnimation_TargetName = 778,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeHintThemeAnimation_TargetName = 779,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeHintThemeAnimation_ToHorizontalOffset = 780,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwipeHintThemeAnimation_ToVerticalOffset = 781,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_CharacterSpacing = 782,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_FontFamily = 783,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_FontSize = 784,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_FontStretch = 785,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_FontStyle = 786,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_FontWeight = 787,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_Foreground = 788,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_Inlines = 789,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_IsColorFontEnabled = 790,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_IsTextScaleFactorEnabled = 791,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_IsTextSelectionEnabled = 792,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_LineHeight = 793,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_LineStackingStrategy = 794,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_MaxLines = 795,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_OpticalMarginAlignment = 796,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_Padding = 797,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_SelectedText = 798,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_SelectionHighlightColor = 799,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_Text = 800,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextAlignment = 801,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextDecorations = 802,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextLineBounds = 803,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextReadingOrder = 804,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextTrimming = 805,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextWrapping = 806,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TransformGroup_Children = 811,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TransformGroup_Value = 812,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TranslateTransform_X = 814,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TranslateTransform_Y = 815,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Viewbox_Child = 819,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Viewbox_Stretch = 820,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Viewbox_StretchDirection = 821,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebViewBrush_SourceName = 825,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarSeparator_IsCompact = 826,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapIcon_UriSource = 827,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Canvas_Left = 828,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Canvas_Top = 829,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Canvas_ZIndex = 830,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentControl_Content = 832,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentControl_ContentTemplate = 833,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentControl_ContentTemplateSelector = 834,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentControl_ContentTransitions = 835,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_CalendarIdentifier = 837,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_Date = 838,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_DayFormat = 839,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_DayVisible = 840,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_Header = 841,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_HeaderTemplate = 842,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_MaxYear = 843,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_MinYear = 844,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_MonthFormat = 845,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_MonthVisible = 846,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_Orientation = 847,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_YearFormat = 848,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_YearVisible = 849,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_FontFamily = 851,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_FontSize = 852,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_FontStyle = 853,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_FontWeight = 854,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_Glyph = 855,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_IsTextScaleFactorEnabled = 856,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_Column = 857,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_ColumnDefinitions = 858,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_ColumnSpan = 859,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_Row = 860,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_RowDefinitions = 861,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_RowSpan = 862,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_DefaultSectionIndex = 863,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_Header = 864,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_HeaderTemplate = 865,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_IsActiveView = 866,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_IsZoomedInView = 867,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_Orientation = 868,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_SectionHeaders = 869,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_Sections = 870,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_SectionsInView = 871,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hub_SemanticZoomOwner = 872,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HubSection_ContentTemplate = 873,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HubSection_Header = 874,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HubSection_HeaderTemplate = 875,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HubSection_IsHeaderInteractive = 876,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_NavigateUri = 877,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_DisplayMemberPath = 879,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_GroupStyle = 880,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_GroupStyleSelector = 881,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_IsGrouping = 882,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemContainerStyle = 884,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemContainerStyleSelector = 885,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemContainerTransitions = 886,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_Items = 887,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemsPanel = 889,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemsSource = 890,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemTemplate = 891,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsControl_ItemTemplateSelector = 892,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Line_X1 = 893,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Line_X2 = 894,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Line_Y1 = 895,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Line_Y2 = 896,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFastForwardButtonVisible = 898,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFastRewindButtonVisible = 900,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFullWindowButtonVisible = 902,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsPlaybackRateButtonVisible = 904,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSeekBarVisible = 905,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsStopButtonVisible = 908,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsVolumeButtonVisible = 910,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsZoomButtonVisible = 912,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_Header = 913,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_HeaderTemplate = 914,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_IsPasswordRevealButtonEnabled = 915,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_MaxLength = 916,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_Password = 917,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_PasswordChar = 918,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_PlaceholderText = 919,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_PreventKeyboardDisplayOnProgrammaticFocus = 920,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_SelectionHighlightColor = 921,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Path_Data = 922,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathIcon_Data = 923,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Polygon_FillRule = 924,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Polygon_Points = 925,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Polyline_FillRule = 926,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Polyline_Points = 927,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressRing_IsActive = 928,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressRing_TemplateSettings = 929,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RangeBase_LargeChange = 930,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RangeBase_Maximum = 931,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RangeBase_Minimum = 932,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RangeBase_SmallChange = 933,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RangeBase_Value = 934,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Rectangle_RadiusX = 935,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Rectangle_RadiusY = 936,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_AcceptsReturn = 937,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_Header = 938,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_HeaderTemplate = 939,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_InputScope = 940,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_IsColorFontEnabled = 941,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_IsReadOnly = 942,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_IsSpellCheckEnabled = 943,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_IsTextPredictionEnabled = 944,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_PlaceholderText = 945,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_PreventKeyboardDisplayOnProgrammaticFocus = 946,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_SelectionHighlightColor = 947,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_TextAlignment = 948,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_TextWrapping = 949,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_ChooseSuggestionOnEnter = 950,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_FocusOnKeyboardInput = 951,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_PlaceholderText = 952,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_QueryText = 953,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_SearchHistoryContext = 954,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SearchBox_SearchHistoryEnabled = 955,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SemanticZoom_CanChangeViews = 956,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SemanticZoom_IsZoomedInViewActive = 957,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SemanticZoom_IsZoomOutButtonEnabled = 958,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SemanticZoom_ZoomedInView = 959,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SemanticZoom_ZoomedOutView = 960,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_AreScrollSnapPointsRegular = 961,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_Orientation = 962,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SymbolIcon_Symbol = 963,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_AcceptsReturn = 964,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_Header = 965,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_HeaderTemplate = 966,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_InputScope = 967,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_IsColorFontEnabled = 968,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_IsReadOnly = 971,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_IsSpellCheckEnabled = 972,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_IsTextPredictionEnabled = 973,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_MaxLength = 974,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_PlaceholderText = 975,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_PreventKeyboardDisplayOnProgrammaticFocus = 976,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectedText = 977,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectionHighlightColor = 978,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectionLength = 979,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectionStart = 980,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_Text = 981,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_TextAlignment = 982,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_TextWrapping = 983,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Thumb_IsDragging = 984,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TickBar_Fill = 985,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_ClockIdentifier = 986,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_Header = 987,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_HeaderTemplate = 988,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_MinuteIncrement = 989,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_Time = 990,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_Header = 991,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_HeaderTemplate = 992,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_IsOn = 993,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_OffContent = 994,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_OffContentTemplate = 995,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_OnContent = 996,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_OnContentTemplate = 997,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleSwitch_TemplateSettings = 998,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UserControl_Content = 999,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_ColumnSpan = 1000,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_HorizontalChildrenAlignment = 1001,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_ItemHeight = 1002,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_ItemWidth = 1003,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_MaximumRowsOrColumns = 1004,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_Orientation = 1005,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_RowSpan = 1006,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VariableSizedWrapGrid_VerticalChildrenAlignment = 1007,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_AllowedScriptNotifyUris = 1008,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_CanGoBack = 1009,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_CanGoForward = 1010,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_ContainsFullScreenElement = 1011,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_DataTransferPackage = 1012,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_DefaultBackgroundColor = 1013,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_DocumentTitle = 1014,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_Source = 1015,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBar_ClosedDisplayMode = 1016,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBar_IsOpen = 1017,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBar_IsSticky = 1018,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_AutoMaximizeSuggestionArea = 1019,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_Header = 1020,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_IsSuggestionListOpen = 1021,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_MaxSuggestionListHeight = 1022,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_PlaceholderText = 1023,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_Text = 1024,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_TextBoxStyle = 1025,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_TextMemberPath = 1026,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_UpdateTextOnSelect = 1027,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ButtonBase_ClickMode = 1029,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ButtonBase_Command = 1030,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ButtonBase_CommandParameter = 1031,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ButtonBase_IsPointerOver = 1032,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ButtonBase_IsPressed = 1033,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_FullSizeDesired = 1034,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_IsPrimaryButtonEnabled = 1035,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_IsSecondaryButtonEnabled = 1036,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_PrimaryButtonCommand = 1037,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_PrimaryButtonCommandParameter = 1038,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_PrimaryButtonText = 1039,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_SecondaryButtonCommand = 1040,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_SecondaryButtonCommandParameter = 1041,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_SecondaryButtonText = 1042,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_Title = 1043,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_TitleTemplate = 1044,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_BackStack = 1045,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_BackStackDepth = 1046,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_CacheSize = 1047,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_CanGoBack = 1048,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_CanGoForward = 1049,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_CurrentSourcePageType = 1050,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_ForwardStack = 1051,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_SourcePageType = 1052,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_CheckBrush = 1053,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_CheckHintBrush = 1054,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_CheckSelectingBrush = 1055,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_ContentMargin = 1056,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_DisabledOpacity = 1057,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_DragBackground = 1058,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_DragForeground = 1059,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_DragOpacity = 1060,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_FocusBorderBrush = 1061,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_GridViewItemPresenterHorizontalContentAlignment = 1062,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_GridViewItemPresenterPadding = 1063,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_PlaceholderBackground = 1064,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_PointerOverBackground = 1065,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_PointerOverBackgroundMargin = 1066,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_ReorderHintOffset = 1067,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectedBackground = 1068,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectedBorderThickness = 1069,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectedForeground = 1070,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectedPointerOverBackground = 1071,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectedPointerOverBorderBrush = 1072,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_SelectionCheckMarkVisualEnabled = 1073,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItemPresenter_GridViewItemPresenterVerticalContentAlignment = 1074,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_CacheLength = 1076,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_GroupHeaderPlacement = 1077,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_GroupPadding = 1078,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_ItemsUpdatingScrollMode = 1079,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_Orientation = 1080,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_CacheLength = 1081,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_GroupHeaderPlacement = 1082,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_GroupPadding = 1083,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_ItemHeight = 1084,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_ItemWidth = 1085,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_MaximumRowsOrColumns = 1086,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_Orientation = 1087,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_CheckBrush = 1088,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_CheckHintBrush = 1089,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_CheckSelectingBrush = 1090,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_ContentMargin = 1091,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_DisabledOpacity = 1092,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_DragBackground = 1093,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_DragForeground = 1094,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_DragOpacity = 1095,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_FocusBorderBrush = 1096,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_ListViewItemPresenterHorizontalContentAlignment = 1097,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_ListViewItemPresenterPadding = 1098,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_PlaceholderBackground = 1099,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_PointerOverBackground = 1100,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_PointerOverBackgroundMargin = 1101,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_ReorderHintOffset = 1102,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedBackground = 1103,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedBorderThickness = 1104,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedForeground = 1105,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedPointerOverBackground = 1106,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedPointerOverBorderBrush = 1107,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectionCheckMarkVisualEnabled = 1108,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_ListViewItemPresenterVerticalContentAlignment = 1109,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_Command = 1110,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_CommandParameter = 1111,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_Text = 1112,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Page_BottomAppBar = 1114,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Page_Frame = 1115,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Page_NavigationCacheMode = 1116,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Page_TopAppBar = 1117,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBar_IsIndeterminate = 1118,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBar_ShowError = 1119,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBar_ShowPaused = 1120,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ProgressBar_TemplateSettings = 1121,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollBar_IndicatorMode = 1122,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollBar_Orientation = 1123,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollBar_ViewportSize = 1124,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Selector_IsSynchronizedWithCurrentItem = 1126,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Selector_SelectedIndex = 1127,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Selector_SelectedItem = 1128,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Selector_SelectedValue = 1129,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Selector_SelectedValuePath = 1130,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SelectorItem_IsSelected = 1131,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyout_HeaderBackground = 1132,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyout_HeaderForeground = 1133,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyout_IconSource = 1134,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyout_TemplateSettings = 1135,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SettingsFlyout_Title = 1136,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_Header = 1137,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_HeaderTemplate = 1138,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_IntermediateValue = 1139,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_IsDirectionReversed = 1140,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_IsThumbToolTipEnabled = 1141,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_Orientation = 1142,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_SnapsTo = 1143,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_StepFrequency = 1144,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_ThumbToolTipValueConverter = 1145,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_TickFrequency = 1146,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Slider_TickPlacement = 1147,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwapChainPanel_CompositionScaleX = 1148,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SwapChainPanel_CompositionScaleY = 1149,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_HorizontalOffset = 1150,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_IsOpen = 1151,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_Placement = 1152,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_PlacementTarget = 1153,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_TemplateSettings = 1154,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_VerticalOffset = 1155,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Button_Flyout = 1156,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_Header = 1157,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_HeaderTemplate = 1158,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_IsDropDownOpen = 1159,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_IsEditable = 1160,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_IsSelectionBoxHighlighted = 1161,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_MaxDropDownHeight = 1162,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_PlaceholderText = 1163,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_SelectionBoxItem = 1164,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_SelectionBoxItemTemplate = 1165,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_TemplateSettings = 1166,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_PrimaryCommands = 1167,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_SecondaryCommands = 1168,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlipView_UseTouchAnimationsForAllNavigation = 1169,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HyperlinkButton_NavigateUri = 1170,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListBox_SelectedItems = 1171,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListBox_SelectionMode = 1172,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_CanDragItems = 1173,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_CanReorderItems = 1174,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_DataFetchSize = 1175,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_Footer = 1176,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_FooterTemplate = 1177,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_FooterTransitions = 1178,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_Header = 1179,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_HeaderTemplate = 1180,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_HeaderTransitions = 1181,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IncrementalLoadingThreshold = 1182,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IncrementalLoadingTrigger = 1183,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IsActiveView = 1184,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IsItemClickEnabled = 1185,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IsSwipeEnabled = 1186,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IsZoomedInView = 1187,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_ReorderMode = 1188,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_SelectedItems = 1189,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_SelectionMode = 1190,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_SemanticZoomOwner = 1191,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_ShowsScrollingPlaceholders = 1192,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepeatButton_Delay = 1193,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepeatButton_Interval = 1194,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_BringIntoViewOnFocusChange = 1195,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ComputedHorizontalScrollBarVisibility = 1196,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ComputedVerticalScrollBarVisibility = 1197,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ExtentHeight = 1198,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ExtentWidth = 1199,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalOffset = 1200,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalScrollBarVisibility = 1201,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalScrollMode = 1202,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalSnapPointsAlignment = 1203,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalSnapPointsType = 1204,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsDeferredScrollingEnabled = 1205,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsHorizontalRailEnabled = 1206,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsHorizontalScrollChainingEnabled = 1207,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsScrollInertiaEnabled = 1208,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsVerticalRailEnabled = 1209,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsVerticalScrollChainingEnabled = 1210,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsZoomChainingEnabled = 1211,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_IsZoomInertiaEnabled = 1212,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_LeftHeader = 1213,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_MaxZoomFactor = 1214,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_MinZoomFactor = 1215,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ScrollableHeight = 1216,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ScrollableWidth = 1217,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_TopHeader = 1218,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_TopLeftHeader = 1219,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalOffset = 1220,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalScrollBarVisibility = 1221,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalScrollMode = 1222,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalSnapPointsAlignment = 1223,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalSnapPointsType = 1224,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ViewportHeight = 1225,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ViewportWidth = 1226,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ZoomFactor = 1227,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ZoomMode = 1228,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ZoomSnapPoints = 1229,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ZoomSnapPointsType = 1230,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleButton_IsChecked = 1231,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleButton_IsThreeState = 1232,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToggleMenuFlyoutItem_IsChecked = 1233,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VirtualizingStackPanel_AreScrollSnapPointsRegular = 1234,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VirtualizingStackPanel_IsVirtualizing = 1236,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VirtualizingStackPanel_Orientation = 1237,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VirtualizingStackPanel_VirtualizationMode = 1238,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_HorizontalChildrenAlignment = 1239,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_ItemHeight = 1240,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_ItemWidth = 1241,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_MaximumRowsOrColumns = 1242,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_Orientation = 1243,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WrapGrid_VerticalChildrenAlignment = 1244,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_Icon = 1245,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_IsCompact = 1246,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_Label = 1247,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_Icon = 1248,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_IsCompact = 1249,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_Label = 1250,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_GridViewItem_TemplateSettings = 1251,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItem_TemplateSettings = 1252,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RadioButton_GroupName = 1253,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_ColorFontPaletteIndex = 1267,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Glyphs_IsColorFontEnabled = 1268,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_HasMoreContentAfter = 1274,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_HasMoreContentBefore = 1275,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_HasMoreViews = 1276,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_HeaderText = 1277,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay1 = 1280,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay2 = 1281,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay3 = 1282,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay4 = 1283,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay5 = 1284,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay6 = 1285,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_WeekDay7 = 1286,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarIdentifier = 1291,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DayOfWeekFormat = 1299,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DisplayMode = 1302,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstDayOfWeek = 1303,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_IsOutOfScopeEnabled = 1317,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_IsTodayHighlighted = 1318,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MaxDate = 1320,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MinDate = 1321,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_NumberOfWeeksInView = 1327,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectedDates = 1333,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectionMode = 1335,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_TemplateSettings = 1336,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewDayItem_Date = 1339,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewDayItem_IsBlackout = 1340,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFastForwardEnabled = 1382,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFastRewindEnabled = 1383,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsFullWindowEnabled = 1384,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsPlaybackRateEnabled = 1385,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSeekEnabled = 1386,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsStopEnabled = 1387,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsVolumeEnabled = 1388,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsZoomEnabled = 1389,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_LineHeight = 1425,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_MinViewWidth = 1435,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_SelectedRanges = 1459,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_CompactPaneGridLength = 1462,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_NegativeOpenPaneLength = 1463,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_NegativeOpenPaneLengthMinusCompactLength = 1464,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_OpenPaneGridLength = 1465,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_OpenPaneLengthMinusCompactLength = 1466,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_CompactPaneLength = 1467,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_Content = 1468,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_DisplayMode = 1469,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_IsPaneOpen = 1470,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_OpenPaneLength = 1471,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_Pane = 1472,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_PanePlacement = 1473,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_TemplateSettings = 1474,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Transform3D = 1475,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_CenterX = 1476,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_CenterY = 1478,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_CenterZ = 1480,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_RotationX = 1482,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_RotationY = 1484,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_RotationZ = 1486,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_ScaleX = 1488,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_ScaleY = 1490,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_ScaleZ = 1492,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_TranslateX = 1494,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_TranslateY = 1496,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CompositeTransform3D_TranslateZ = 1498,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PerspectiveTransform3D_Depth = 1500,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PerspectiveTransform3D_OffsetX = 1501,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PerspectiveTransform3D_OffsetY = 1502,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_Above = 1508,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignBottomWith = 1509,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignLeftWith = 1510,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignRightWith = 1515,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignTopWith = 1516,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_Below = 1517,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_LeftOf = 1520,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_RightOf = 1521,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitViewTemplateSettings_OpenPaneLength = 1524,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_PasswordRevealMode = 1527,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_PaneBackground = 1528,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsStackPanel_AreStickyGroupHeadersEnabled = 1529,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ItemsWrapGrid_AreStickyGroupHeadersEnabled = 1530,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutSubItem_Items = 1531,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutSubItem_Text = 1532,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_CanDrag = 1534,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DataTemplate_ExtensionInstance = 1535,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignHorizontalCenterWith = 1552,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignVerticalCenterWith = 1553,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TargetPropertyPath_Path = 1555,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TargetPropertyPath_Target = 1556,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualState_Setters = 1558,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_VisualState_StateTriggers = 1559,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AdaptiveTrigger_MinWindowHeight = 1560,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AdaptiveTrigger_MinWindowWidth = 1561,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Setter_Target = 1562,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_BlackoutForeground = 1565,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarItemBackground = 1566,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarItemBorderBrush = 1567,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarItemBorderThickness = 1568,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarItemForeground = 1569,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_CalendarViewDayItemStyle = 1570,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DayItemFontFamily = 1571,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DayItemFontSize = 1572,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DayItemFontStyle = 1573,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_DayItemFontWeight = 1574,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfMonthLabelFontFamily = 1575,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfMonthLabelFontSize = 1576,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfMonthLabelFontStyle = 1577,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfMonthLabelFontWeight = 1578,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfYearDecadeLabelFontFamily = 1579,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfYearDecadeLabelFontSize = 1580,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfYearDecadeLabelFontStyle = 1581,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FirstOfYearDecadeLabelFontWeight = 1582,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_FocusBorderBrush = 1583,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_HorizontalDayItemAlignment = 1584,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_HorizontalFirstOfMonthLabelAlignment = 1585,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_HoverBorderBrush = 1586,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MonthYearItemFontFamily = 1588,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MonthYearItemFontSize = 1589,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MonthYearItemFontStyle = 1590,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_MonthYearItemFontWeight = 1591,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_OutOfScopeBackground = 1592,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_OutOfScopeForeground = 1593,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_PressedBorderBrush = 1594,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_PressedForeground = 1595,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectedBorderBrush = 1596,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectedForeground = 1597,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectedHoverBorderBrush = 1598,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_SelectedPressedBorderBrush = 1599,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_TodayFontWeight = 1600,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_TodayForeground = 1601,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_VerticalDayItemAlignment = 1602,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_VerticalFirstOfMonthLabelAlignment = 1603,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsCompact = 1605,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignBottomWithPanel = 1606,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignHorizontalCenterWithPanel = 1607,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignLeftWithPanel = 1608,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignRightWithPanel = 1609,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignTopWithPanel = 1610,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_AlignVerticalCenterWithPanel = 1611,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_IsMultiSelectCheckBoxEnabled = 1612,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_Level = 1614,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_PositionInSet = 1615,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_SizeOfSet = 1616,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_CheckBoxBrush = 1617,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_CheckMode = 1618,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_PressedBackground = 1620,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_SelectedPressedBackground = 1621,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsTemplateFocusTarget = 1623,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_UseSystemFocusVisuals = 1624,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_FocusSecondaryBorderBrush = 1628,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_PointerOverForeground = 1630,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIcon_MirroredWhenRightToLeft = 1631,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_CenterX = 1632,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_CenterY = 1633,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarViewTemplateSettings_ClipRect = 1634,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_TextReadingOrder = 1650,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_TextReadingOrder = 1651,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_TextReadingOrder = 1652,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_ExecutionMode = 1653,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_DeferredPermissionRequests = 1655,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_Settings = 1656,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_DesiredCandidateWindowAlignment = 1660,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_DesiredCandidateWindowAlignment = 1662,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_CalendarIdentifier = 1663,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_CalendarViewStyle = 1664,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_Date = 1665,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_DateFormat = 1666,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_DayOfWeekFormat = 1667,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_DisplayMode = 1668,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_FirstDayOfWeek = 1669,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_Header = 1670,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_HeaderTemplate = 1671,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_IsCalendarOpen = 1672,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_IsGroupLabelVisible = 1673,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_IsOutOfScopeEnabled = 1674,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_IsTodayHighlighted = 1675,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_MaxDate = 1676,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_MinDate = 1677,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_PlaceholderText = 1678,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarView_IsGroupLabelVisible = 1679,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_Background = 1680,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_BorderBrush = 1681,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_BorderThickness = 1682,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_CornerRadius = 1683,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_Padding = 1684,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_BorderBrush = 1685,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_BorderThickness = 1686,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_CornerRadius = 1687,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_Padding = 1688,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_BorderBrush = 1689,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_BorderThickness = 1690,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_CornerRadius = 1691,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_Padding = 1692,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_BorderBrush = 1693,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_BorderThickness = 1694,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_CornerRadius = 1695,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_Padding = 1696,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_InputScope = 1697,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControlsHelper_DropoutOrder = 1698,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBoxQuerySubmittedEventArgs_ChosenSuggestion = 1699,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBoxQuerySubmittedEventArgs_QueryText = 1700,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_QueryIcon = 1701,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StateTrigger_IsActive = 1702,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_HorizontalContentAlignment = 1703,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_VerticalContentAlignment = 1704,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_ClipRect = 1705,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_CompactRootMargin = 1706,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_CompactVerticalDelta = 1707,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_HiddenRootMargin = 1708,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_HiddenVerticalDelta = 1709,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_MinimalRootMargin = 1710,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_MinimalVerticalDelta = 1711,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_ContentHeight = 1712,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_NegativeOverflowContentHeight = 1713,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentClipRect = 1714,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentHeight = 1715,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentHorizontalOffset = 1716,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentMaxHeight = 1717,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentMinWidth = 1718,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBar_TemplateSettings = 1719,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_CommandBarOverflowPresenterStyle = 1720,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_CommandBarTemplateSettings = 1721,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillInThemeAnimation_EntranceTarget = 1722,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillInThemeAnimation_EntranceTargetName = 1723,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillInThemeAnimation_ExitTarget = 1724,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillInThemeAnimation_ExitTargetName = 1725,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillOutThemeAnimation_EntranceTarget = 1726,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillOutThemeAnimation_EntranceTargetName = 1727,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillOutThemeAnimation_ExitTarget = 1728,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DrillOutThemeAnimation_ExitTargetName = 1729,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlBindingHelper_DataTemplateComponent = 1730,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_Annotations = 1732,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationAnnotation_Element = 1733,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationAnnotation_Type = 1734,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationPeerAnnotation_Peer = 1735,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationPeerAnnotation_Type = 1736,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_UnderlineStyle = 1741,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsFocusEngaged = 1749,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsFocusEngagementEnabled = 1752,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_ClipboardCopyFormat = 1754,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentMaxWidth = 1757,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBoxTemplateSettings_DropDownContentMinWidth = 1758,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutPresenterTemplateSettings_FlyoutContentMinWidth = 1762,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutPresenter_TemplateSettings = 1763,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_LandmarkType = 1766,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_LocalizedLandmarkType = 1767,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RepositionThemeTransition_IsStaggeringEnabled = 1769,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListBox_SingleSelectionFollowsFocus = 1770,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewBase_SingleSelectionFollowsFocus = 1771,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_AutoPlay = 1773,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_IsAnimatedBitmap = 1774,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapImage_IsPlaying = 1775,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_FullDescription = 1776,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_IsDataValidForForm = 1777,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_IsPeripheral = 1778,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_LocalizedControlType = 1779,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_AllowFocusOnInteraction = 1780,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_AllowFocusOnInteraction = 1781,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_AllowFocusOnInteraction = 1782,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_RequiresPointer = 1783,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ContextFlyout = 1785,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_AccessKey = 1786,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_AccessKeyScopeOwner = 1787,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_IsAccessKeyScope = 1788,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_DescribedBy = 1790,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_AccessKey = 1803,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_XYFocusDown = 1804,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_XYFocusLeft = 1805,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_XYFocusRight = 1806,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_XYFocusUp = 1807,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusDown = 1808,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusLeft = 1809,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusRight = 1810,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusUp = 1811,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_XYFocusDown = 1812,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_XYFocusLeft = 1813,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_XYFocusRight = 1814,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_WebView_XYFocusUp = 1815,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_EffectiveOverflowButtonVisibility = 1816,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarSeparator_IsInOverflow = 1817,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_DefaultLabelPosition = 1818,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_IsDynamicOverflowEnabled = 1819,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBar_OverflowButtonVisibility = 1820,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_IsInOverflow = 1821,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_LabelPosition = 1822,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_IsInOverflow = 1823,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_LabelPosition = 1824,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_LightDismissOverlayMode = 1825,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_LightDismissOverlayMode = 1827,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_LightDismissOverlayMode = 1829,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_LightDismissOverlayMode = 1830,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SplitView_LightDismissOverlayMode = 1831,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_LightDismissOverlayMode = 1832,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBar_LightDismissOverlayMode = 1833,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_LightDismissOverlayMode = 1834,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_LightDismissOverlayMode = 1835,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarSeparator_DynamicOverflowOrder = 1836,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_DynamicOverflowOrder = 1837,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_DynamicOverflowOrder = 1838,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FocusVisualMargin = 1839,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FocusVisualPrimaryBrush = 1840,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FocusVisualPrimaryThickness = 1841,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FocusVisualSecondaryBrush = 1842,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_FocusVisualSecondaryThickness = 1843,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_AllowFocusWhenDisabled = 1846,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_AllowFocusWhenDisabled = 1847,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_IsTextSearchEnabled = 1848,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_ExitDisplayModeOnAccessKeyInvoked = 1849,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ExitDisplayModeOnAccessKeyInvoked = 1850,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerPresenter_IsFullWindow = 1851,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerPresenter_MediaPlayer = 1852,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerPresenter_Stretch = 1853,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_AreTransportControlsEnabled = 1854,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_AutoPlay = 1855,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_IsFullWindow = 1856,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_MediaPlayer = 1857,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_PosterSource = 1858,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_Source = 1859,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_Stretch = 1860,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaPlayerElement_TransportControls = 1861,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_FastPlayFallbackBehaviour = 1862,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsNextTrackButtonVisible = 1863,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsPreviousTrackButtonVisible = 1864,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSkipBackwardButtonVisible = 1865,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSkipBackwardEnabled = 1866,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSkipForwardButtonVisible = 1867,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsSkipForwardEnabled = 1868,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_ElementSoundMode = 1869,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_ElementSoundMode = 1870,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_ElementSoundMode = 1871,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_FlowsFrom = 1876,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_FlowsTo = 1877,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_TextDecorations = 1879,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextDecorations = 1881,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_DefaultStyleResourceUri = 1882,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_PrimaryButtonStyle = 1884,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_SecondaryButtonStyle = 1885,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_KeyTipHorizontalOffset = 1890,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_KeyTipPlacementMode = 1891,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_KeyTipVerticalOffset = 1892,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyTipHorizontalOffset = 1893,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyTipPlacementMode = 1894,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyTipVerticalOffset = 1895,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_OverlayInputPassThroughElement = 1896,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_XYFocusKeyboardNavigation = 1897,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_Culture = 1898,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_XYFocusDownNavigationStrategy = 1918,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_XYFocusLeftNavigationStrategy = 1919,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_XYFocusRightNavigationStrategy = 1920,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_XYFocusUpNavigationStrategy = 1921,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusDownNavigationStrategy = 1922,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusLeftNavigationStrategy = 1923,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusRightNavigationStrategy = 1924,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_XYFocusUpNavigationStrategy = 1925,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_AccessKeyScopeOwner = 1926,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextElement_IsAccessKeyScope = 1927,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_FocusState = 1934,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_CloseButtonCommand = 1936,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_CloseButtonCommandParameter = 1937,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_CloseButtonStyle = 1938,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_CloseButtonText = 1939,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentDialog_DefaultButton = 1940,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_SelectionHighlightColorWhenNotFocused = 1941,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectionHighlightColorWhenNotFocused = 1942,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SvgImageSource_RasterizePixelHeight = 1948,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SvgImageSource_RasterizePixelWidth = 1949,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SvgImageSource_UriSource = 1950,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LoadedImageSurface_DecodedPhysicalSize = 1955,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LoadedImageSurface_DecodedSize = 1956,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_LoadedImageSurface_NaturalSize = 1957,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_SelectionChangedTrigger = 1958,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlCompositionBrushBase_FallbackColor = 1960,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Lights = 1962,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_Icon = 1963,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutSubItem_Icon = 1964,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapIcon_ShowAsMonochrome = 1965,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_HighContrastAdjustment = 1967,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_MaxLength = 1968,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_TabFocusNavigation = 1969,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_IsTemplateKeyTipTarget = 1970,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_IsTabStop = 1972,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Hyperlink_TabIndex = 1973,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsRepeatButtonVisible = 1974,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsRepeatEnabled = 1975,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_ShowAndHideAutomatically = 1976,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_DisabledFormattingAccelerators = 1977,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_CharacterCasing = 1978,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_CharacterCasing = 1979,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_IsTextTrimmed = 1980,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlockOverflow_IsTextTrimmed = 1981,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_IsTextTrimmed = 1982,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextHighlighter_Background = 1985,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextHighlighter_Foreground = 1986,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextHighlighter_Ranges = 1987,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_TextHighlighters = 1988,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_TextHighlighters = 1989,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FrameworkElement_ActualTheme = 1992,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_ColumnSpacing = 1993,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_RowSpacing = 1994,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_Spacing = 1995,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Block_HorizontalTextAlignment = 1996,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_HorizontalTextAlignment = 1997,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_HorizontalTextAlignment = 1998,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_HorizontalTextAlignment = 1999,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_HorizontalTextAlignment = 2000,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_PlaceholderForeground = 2001,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_PlaceholderForeground = 2002,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeyboardAccelerator_IsEnabled = 2003,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeyboardAccelerator_Key = 2004,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeyboardAccelerator_Modifiers = 2005,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_KeyboardAccelerator_ScopeOwner = 2006,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyboardAccelerators = 2007,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_RevealBackground = 2009,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_RevealBackgroundShowsAboveContent = 2010,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_RevealBorderBrush = 2011,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ListViewItemPresenter_RevealBorderThickness = 2012,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyTipTarget = 2014,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButtonTemplateSettings_KeyboardAcceleratorTextMinWidth = 2015,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButtonTemplateSettings_KeyboardAcceleratorTextMinWidth = 2016,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItemTemplateSettings_KeyboardAcceleratorTextMinWidth = 2017,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_TemplateSettings = 2019,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_TemplateSettings = 2021,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_TemplateSettings = 2023,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyboardAcceleratorPlacementMode = 2028,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsCompactOverlayButtonVisible = 2032,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MediaTransportControls_IsCompactOverlayEnabled = 2033,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_KeyboardAcceleratorPlacementTarget = 2061,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_CenterPoint = 2062,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Rotation = 2063,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_RotationAxis = 2064,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Scale = 2065,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_TransformMatrix = 2066,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Translation = 2067,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_HandwritingView = 2068,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_HeadingLevel = 2069,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_IsHandwritingViewEnabled = 2076,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_ContentLinkProviders = 2078,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_ContentLinkBackgroundColor = 2079,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_ContentLinkForegroundColor = 2080,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HandwritingView_AreCandidatesEnabled = 2081,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HandwritingView_IsOpen = 2082,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HandwritingView_PlacementTarget = 2084,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_HandwritingView_PlacementAlignment = 2085,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_HandwritingView = 2086,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_IsHandwritingViewEnabled = 2087,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutItem_KeyboardAcceleratorTextOverride = 2090,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarButton_KeyboardAcceleratorTextOverride = 2091,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarToggleButton_KeyboardAcceleratorTextOverride = 2092,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_Background = 2093,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_Cursor = 2094,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_ElementSoundMode = 2095,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_FocusState = 2096,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_IsTabStop = 2097,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_TabIndex = 2098,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusDown = 2099,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusDownNavigationStrategy = 2100,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusLeft = 2101,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusLeftNavigationStrategy = 2102,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusRight = 2103,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusRightNavigationStrategy = 2104,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusUp = 2105,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentLink_XYFocusUpNavigationStrategy = 2106,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_IconSource_Foreground = 2112,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapIconSource_ShowAsMonochrome = 2113,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BitmapIconSource_UriSource = 2114,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_FontFamily = 2115,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_FontSize = 2116,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_FontStyle = 2117,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_FontWeight = 2118,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_Glyph = 2119,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_IsTextScaleFactorEnabled = 2120,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FontIconSource_MirroredWhenRightToLeft = 2121,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PathIconSource_Data = 2122,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_SymbolIconSource_Symbol = 2123,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_Shadow = 2130,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_IconSourceElement_IconSource = 2131,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_CanPasteClipboardContent = 2137,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_CanPasteClipboardContent = 2138,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_CanRedo = 2139,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_CanUndo = 2140,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_ShowMode = 2141,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_Target = 2142,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_CornerRadius = 2143,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutomationProperties_IsDialog = 2149,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarElementContainer_DynamicOverflowOrder = 2150,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarElementContainer_IsCompact = 2151,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarElementContainer_IsInOverflow = 2152,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollContentPresenter_CanContentRenderOutsideBounds = 2157,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_CanContentRenderOutsideBounds = 2158,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_SelectionFlyout = 2159,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_SelectionFlyout = 2160,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_BackgroundSizing = 2161,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_BackgroundSizing = 2162,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Control_BackgroundSizing = 2163,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Grid_BackgroundSizing = 2164,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RelativePanel_BackgroundSizing = 2165,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StackPanel_BackgroundSizing = 2166,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_HorizontalAnchorRatio = 2170,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_VerticalAnchorRatio = 2171,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_Text = 2208,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_Description = 2217,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ToolTip_PlacementRect = 2218,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichTextBlock_SelectionFlyout = 2219,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBlock_SelectionFlyout = 2220,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_SelectionFlyout = 2221,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Border_BackgroundTransition = 2222,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ContentPresenter_BackgroundTransition = 2223,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Panel_BackgroundTransition = 2224,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_Accent = 2227,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_AltHigh = 2228,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_AltLow = 2229,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_AltMedium = 2230,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_AltMediumHigh = 2231,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_AltMediumLow = 2232,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_BaseHigh = 2233,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_BaseLow = 2234,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_BaseMedium = 2235,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_BaseMediumHigh = 2236,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_BaseMediumLow = 2237,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeAltLow = 2238,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeBlackHigh = 2239,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeBlackLow = 2240,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeBlackMedium = 2241,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeBlackMediumLow = 2242,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeDisabledHigh = 2243,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeDisabledLow = 2244,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeGray = 2245,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeHigh = 2246,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeLow = 2247,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeMedium = 2248,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeMediumLow = 2249,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ChromeWhite = 2250,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ErrorText = 2252,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ListLow = 2253,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ColorPaletteResources_ListMedium = 2254,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_TranslationTransition = 2255,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_OpacityTransition = 2256,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_RotationTransition = 2257,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ScaleTransition = 2258,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_BrushTransition_Duration = 2261,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScalarTransition_Duration = 2262,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Vector3Transition_Duration = 2263,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Vector3Transition_Components = 2266,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_IsOpen = 2267,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_StandardUICommand_Kind = 2275,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_CanBeScrollAnchor = 2276,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ThemeShadow_Receivers = 2279,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollContentPresenter_SizesContentToTemplatedParent = 2280,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_TextBoxStyle = 2281,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Frame_IsNavigationStackEnabled = 2282,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_ProofingMenuFlyout = 2283,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TextBox_ProofingMenuFlyout = 2284,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ScrollViewer_ReduceViewportForCoreInputViewOcclusions = 2295,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_AreOpenCloseAnimationsEnabled = 2296,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_InputDevicePrefersPrimaryCommands = 2297,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CalendarDatePicker_Description = 2300,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_PasswordBox_Description = 2308,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_RichEditBox_Description = 2316,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AutoSuggestBox_Description = 2331,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_ComboBox_Description = 2339,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_AccessKey = 2347,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_Command = 2348,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_Description = 2349,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_IconSource = 2350,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_KeyboardAccelerators = 2351,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_XamlUICommand_Label = 2352,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_DatePicker_SelectedDate = 2355,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_TimePicker_SelectedTime = 2356,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_NegativeCompactVerticalDelta = 2367,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_NegativeHiddenVerticalDelta = 2368,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_AppBarTemplateSettings_NegativeMinimalVerticalDelta = 2369,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutBase_ShouldConstrainToRootBounds = 2378,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_Popup_ShouldConstrainToRootBounds = 2379,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_FlyoutPresenter_IsDefaultShadowEnabled = 2380,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_MenuFlyoutPresenter_IsDefaultShadowEnabled = 2381,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ActualOffset = 2382,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_UIElement_ActualSize = 2383,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentCompactYTranslation = 2384,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentHiddenYTranslation = 2385,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex_CommandBarTemplateSettings_OverflowContentMinimalYTranslation = 2386,
};
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex
{
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutoSuggestBoxSuggestionChosenEventArgs = 34,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutoSuggestBoxTextChangedEventArgs = 35,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CollectionViewSource = 41,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ColumnDefinition = 44,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GradientStop = 64,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_InputScope = 74,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_InputScopeName = 75,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_KeySpline = 78,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PathFigure = 93,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PrintDocument = 100,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RowDefinition = 106,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Style = 114,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TimelineMarker = 126,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VisualState = 137,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VisualStateGroup = 138,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VisualStateManager = 139,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VisualTransition = 140,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AddDeleteThemeTransition = 177,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ArcSegment = 178,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BackEase = 179,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BeginStoryboard = 180,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BezierSegment = 181,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BindingBase = 182,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BitmapCache = 183,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BounceEase = 186,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CircleEase = 187,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ColorAnimation = 188,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ColorAnimationUsingKeyFrames = 189,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ContentThemeTransition = 190,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ControlTemplate = 191,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CubicEase = 192,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DataTemplate = 194,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DiscreteColorKeyFrame = 195,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DiscreteDoubleKeyFrame = 196,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DiscreteObjectKeyFrame = 197,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DiscretePointKeyFrame = 198,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DoubleAnimation = 200,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DoubleAnimationUsingKeyFrames = 201,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EasingColorKeyFrame = 204,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EasingDoubleKeyFrame = 205,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EasingPointKeyFrame = 206,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EdgeUIThemeTransition = 207,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ElasticEase = 208,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EllipseGeometry = 209,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EntranceThemeTransition = 210,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_EventTrigger = 211,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ExponentialEase = 212,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Flyout = 213,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GeometryGroup = 216,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ItemsPanelTemplate = 227,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LinearColorKeyFrame = 230,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LinearDoubleKeyFrame = 231,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LinearPointKeyFrame = 232,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LineGeometry = 233,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LineSegment = 234,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Matrix3DProjection = 236,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MenuFlyout = 238,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ObjectAnimationUsingKeyFrames = 240,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PaneThemeTransition = 241,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PathGeometry = 243,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PlaneProjection = 244,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PointAnimation = 245,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PointAnimationUsingKeyFrames = 246,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PolyBezierSegment = 248,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PolyLineSegment = 249,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PolyQuadraticBezierSegment = 250,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PopupThemeTransition = 251,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PowerEase = 252,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_QuadraticBezierSegment = 254,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_QuadraticEase = 255,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_QuarticEase = 256,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_QuinticEase = 257,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RectangleGeometry = 258,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RelativeSource = 259,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RenderTargetBitmap = 260,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ReorderThemeTransition = 261,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RepositionThemeTransition = 262,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Setter = 263,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SineEase = 264,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SolidColorBrush = 265,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplineColorKeyFrame = 266,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplineDoubleKeyFrame = 267,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplinePointKeyFrame = 268,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BitmapImage = 285,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Border = 286,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CaptureElement = 288,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CompositeTransform = 295,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ContentPresenter = 296,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DragItemThemeAnimation = 302,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DragOverThemeAnimation = 303,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DropTargetItemThemeAnimation = 304,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FadeInThemeAnimation = 306,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FadeOutThemeAnimation = 307,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Glyphs = 312,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Image = 326,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ImageBrush = 328,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_InlineUIContainer = 329,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ItemsPresenter = 332,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LinearGradientBrush = 334,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_LineBreak = 335,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MatrixTransform = 340,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MediaElement = 342,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Paragraph = 349,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PointerDownThemeAnimation = 357,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PointerUpThemeAnimation = 359,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PopInThemeAnimation = 361,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PopOutThemeAnimation = 362,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Popup = 363,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RepositionThemeAnimation = 370,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ResourceDictionary = 371,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RichTextBlock = 374,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RichTextBlockOverflow = 376,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RotateTransform = 378,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Run = 380,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ScaleTransform = 381,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SkewTransform = 389,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Span = 390,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplitCloseThemeAnimation = 391,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplitOpenThemeAnimation = 392,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Storyboard = 393,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SwipeBackThemeAnimation = 394,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SwipeHintThemeAnimation = 395,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TextBlock = 396,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TransformGroup = 411,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TranslateTransform = 413,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Viewbox = 417,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_WebViewBrush = 423,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AppBarSeparator = 427,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BitmapIcon = 429,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Bold = 430,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Canvas = 432,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ContentControl = 435,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DatePicker = 436,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DependencyObjectCollection = 437,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Ellipse = 438,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FontIcon = 440,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Grid = 442,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Hub = 445,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_HubSection = 446,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Hyperlink = 447,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Italic = 449,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ItemsControl = 451,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Line = 452,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MediaTransportControls = 458,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PasswordBox = 462,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Path = 463,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PathIcon = 464,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Polygon = 465,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Polyline = 466,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ProgressRing = 468,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Rectangle = 470,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RichEditBox = 473,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ScrollContentPresenter = 476,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SearchBox = 477,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SemanticZoom = 479,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_StackPanel = 481,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SymbolIcon = 482,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TextBox = 483,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Thumb = 485,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TickBar = 486,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_TimePicker = 487,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ToggleSwitch = 489,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Underline = 490,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_UserControl = 491,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VariableSizedWrapGrid = 492,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_WebView = 494,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AppBar = 495,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutoSuggestBox = 499,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CarouselPanel = 502,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ContentDialog = 506,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FlyoutPresenter = 508,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Frame = 509,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GridViewItemPresenter = 511,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GroupItem = 512,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ItemsStackPanel = 514,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ItemsWrapGrid = 515,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListViewItemPresenter = 520,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MenuFlyoutItem = 521,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MenuFlyoutPresenter = 522,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MenuFlyoutSeparator = 523,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Page = 525,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ProgressBar = 528,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ScrollBar = 530,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SettingsFlyout = 533,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Slider = 534,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SwapChainBackgroundPanel = 535,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SwapChainPanel = 536,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ToolTip = 538,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Button = 540,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ComboBoxItem = 541,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CommandBar = 542,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FlipViewItem = 543,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GridViewHeaderItem = 545,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_HyperlinkButton = 546,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListBoxItem = 547,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListViewHeaderItem = 550,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RepeatButton = 551,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ScrollViewer = 552,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ToggleButton = 553,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ToggleMenuFlyoutItem = 554,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_VirtualizingStackPanel = 555,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_WrapGrid = 556,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AppBarButton = 557,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AppBarToggleButton = 558,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CheckBox = 559,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GridViewItem = 560,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListViewItem = 561,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RadioButton = 562,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_Binding = 564,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ComboBox = 566,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FlipView = 567,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListBox = 568,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_GridView = 570,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ListView = 571,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CalendarView = 707,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CalendarViewDayItem = 709,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CalendarPanel = 723,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SplitView = 728,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CompositeTransform3D = 732,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PerspectiveTransform3D = 733,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_RelativePanel = 744,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_InkCanvas = 748,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MenuFlyoutSubItem = 749,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AdaptiveTrigger = 757,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SoftwareBitmapSource = 761,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_StateTrigger = 767,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CalendarDatePicker = 774,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutoSuggestBoxQuerySubmittedEventArgs = 778,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_CommandBarOverflowPresenter = 781,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DrillInThemeAnimation = 782,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_DrillOutThemeAnimation = 783,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutomationAnnotation = 789,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AutomationPeerAnnotation = 790,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MediaPlayerPresenter = 828,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_MediaPlayerElement = 829,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_XamlLight = 855,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SvgImageSource = 860,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_KeyboardAccelerator = 897,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_HandwritingView = 920,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ContentLink = 925,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_BitmapIconSource = 929,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_FontIconSource = 930,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_PathIconSource = 931,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_SymbolIconSource = 933,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_IconSourceElement = 939,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_AppBarElementContainer = 945,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ColorPaletteResources = 952,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_StandardUICommand = 961,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_ThemeShadow = 964,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex_XamlUICommand = 969,
};
#if !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetObject)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
IInspectable** result);
HRESULT (STDMETHODCALLTYPE* GetXamlDirectObject)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
IInspectable* object,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject** result);
HRESULT (STDMETHODCALLTYPE* CreateInstance)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlTypeIndex typeIndex,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject** result);
HRESULT (STDMETHODCALLTYPE* SetObjectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
IInspectable* value);
HRESULT (STDMETHODCALLTYPE* SetXamlDirectObjectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* value);
HRESULT (STDMETHODCALLTYPE* SetBooleanProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
boolean value);
HRESULT (STDMETHODCALLTYPE* SetDoubleProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
DOUBLE value);
HRESULT (STDMETHODCALLTYPE* SetInt32Property)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
INT32 value);
HRESULT (STDMETHODCALLTYPE* SetStringProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
HSTRING value);
HRESULT (STDMETHODCALLTYPE* SetDateTimeProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CDateTime value);
HRESULT (STDMETHODCALLTYPE* SetPointProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CPoint value);
HRESULT (STDMETHODCALLTYPE* SetRectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CRect value);
HRESULT (STDMETHODCALLTYPE* SetSizeProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CSize value);
HRESULT (STDMETHODCALLTYPE* SetTimeSpanProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CTimeSpan value);
HRESULT (STDMETHODCALLTYPE* SetColorProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CColor value);
HRESULT (STDMETHODCALLTYPE* SetCornerRadiusProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CCornerRadius value);
HRESULT (STDMETHODCALLTYPE* SetDurationProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CDuration value);
HRESULT (STDMETHODCALLTYPE* SetGridLengthProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CGridLength value);
HRESULT (STDMETHODCALLTYPE* SetThicknessProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CThickness value);
HRESULT (STDMETHODCALLTYPE* SetMatrixProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMatrix value);
HRESULT (STDMETHODCALLTYPE* SetMatrix3DProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMedia3D_CMatrix3D value);
HRESULT (STDMETHODCALLTYPE* SetEnumProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
UINT32 value);
HRESULT (STDMETHODCALLTYPE* GetObjectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
IInspectable** result);
HRESULT (STDMETHODCALLTYPE* GetXamlDirectObjectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject** result);
HRESULT (STDMETHODCALLTYPE* GetBooleanProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
boolean* result);
HRESULT (STDMETHODCALLTYPE* GetDoubleProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
DOUBLE* result);
HRESULT (STDMETHODCALLTYPE* GetInt32Property)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
INT32* result);
HRESULT (STDMETHODCALLTYPE* GetStringProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
HSTRING* result);
HRESULT (STDMETHODCALLTYPE* GetDateTimeProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CDateTime* result);
HRESULT (STDMETHODCALLTYPE* GetPointProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CPoint* result);
HRESULT (STDMETHODCALLTYPE* GetRectProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CRect* result);
HRESULT (STDMETHODCALLTYPE* GetSizeProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CSize* result);
HRESULT (STDMETHODCALLTYPE* GetTimeSpanProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* result);
HRESULT (STDMETHODCALLTYPE* GetColorProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CColor* result);
HRESULT (STDMETHODCALLTYPE* GetCornerRadiusProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CCornerRadius* result);
HRESULT (STDMETHODCALLTYPE* GetDurationProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CDuration* result);
HRESULT (STDMETHODCALLTYPE* GetGridLengthProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CGridLength* result);
HRESULT (STDMETHODCALLTYPE* GetThicknessProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CThickness* result);
HRESULT (STDMETHODCALLTYPE* GetMatrixProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMatrix* result);
HRESULT (STDMETHODCALLTYPE* GetMatrix3DProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
struct __x_ABI_CWindows_CUI_CXaml_CMedia_CMedia3D_CMatrix3D* result);
HRESULT (STDMETHODCALLTYPE* GetEnumProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* ClearProperty)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlPropertyIndex propertyIndex);
HRESULT (STDMETHODCALLTYPE* GetCollectionCount)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* GetXamlDirectObjectFromCollectionAt)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
UINT32 index,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject** result);
HRESULT (STDMETHODCALLTYPE* AddToCollection)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* value);
HRESULT (STDMETHODCALLTYPE* InsertIntoCollectionAt)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
UINT32 index,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* value);
HRESULT (STDMETHODCALLTYPE* RemoveFromCollection)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* value,
boolean* result);
HRESULT (STDMETHODCALLTYPE* RemoveFromCollectionAt)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
UINT32 index);
HRESULT (STDMETHODCALLTYPE* ClearCollection)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject);
HRESULT (STDMETHODCALLTYPE* AddEventHandler)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex eventIndex,
IInspectable* handler);
HRESULT (STDMETHODCALLTYPE* AddEventHandler_HandledEventsToo)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex eventIndex,
IInspectable* handler,
boolean handledEventsToo);
HRESULT (STDMETHODCALLTYPE* RemoveEventHandler)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* xamlDirectObject,
enum __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CXamlEventIndex eventIndex,
IInspectable* handler);
END_INTERFACE
} __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectVtbl;
interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect;
#endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObjectVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject* This,
TrustLevel* trustLevel);
END_INTERFACE
} __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObjectVtbl;
interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObjectVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject;
#endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectObject_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetDefault)(__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics* This,
__x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirect** result);
END_INTERFACE
} __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStaticsVtbl;
interface __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics;
#endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CCore_CDirect_CIXamlDirectStatics_INTERFACE_DEFINED__) */