15 |
0.6816292 |
D3DRENDERSTATETYPE |
Enum |
|
|
|
|
|
|
typedef enum _D3DRENDERSTATETYPE {
D3DRENDERSTATE_ANTIALIAS = 2, /* D3DANTIALIASMODE */
D3DRENDERSTATE_ANTIALIAS = 2, /* D3DANTIALIASMODE */
D3DRENDERSTATE_TEXTUREPERSPECTIVE = 4, /* TRUE for perspective correction */
D3DRENDERSTATE_TEXTUREPERSPECTIVE = 4, /* TRUE for perspective correction */
D3DRENDERSTATE_ZENABLE = 7, /* D3DZBUFFERTYPE (or TRUE/FALSE for legacy) */
D3DRENDERSTATE_ZENABLE = 7, /* D3DZBUFFERTYPE (or TRUE/FALSE for legacy) */
D3DRENDERSTATE_FILLMODE = 8, /* D3DFILL_MODE */
D3DRENDERSTATE_FILLMODE = 8, /* D3DFILL_MODE */
D3DRENDERSTATE_SHADEMODE = 9, /* D3DSHADEMODE */
D3DRENDERSTATE_SHADEMODE = 9, /* D3DSHADEMODE */
D3DRENDERSTATE_LINEPATTERN = 10, /* D3DLINEPATTERN */
D3DRENDERSTATE_LINEPATTERN = 10, /* D3DLINEPATTERN */
D3DRENDERSTATE_ZWRITEENABLE = 14, /* TRUE to enable z writes */
D3DRENDERSTATE_ZWRITEENABLE = 14, /* TRUE to enable z writes */
D3DRENDERSTATE_ALPHATESTENABLE = 15, /* TRUE to enable alpha tests */
D3DRENDERSTATE_ALPHATESTENABLE = 15, /* TRUE to enable alpha tests */
D3DRENDERSTATE_LASTPIXEL = 16, /* TRUE for last-pixel on lines */
D3DRENDERSTATE_LASTPIXEL = 16, /* TRUE for last-pixel on lines */
D3DRENDERSTATE_SRCBLEND = 19, /* D3DBLEND */
D3DRENDERSTATE_SRCBLEND = 19, /* D3DBLEND */
D3DRENDERSTATE_DESTBLEND = 20, /* D3DBLEND */
D3DRENDERSTATE_DESTBLEND = 20, /* D3DBLEND */
D3DRENDERSTATE_CULLMODE = 22, /* D3DCULL */
D3DRENDERSTATE_CULLMODE = 22, /* D3DCULL */
D3DRENDERSTATE_ZFUNC = 23, /* D3DCMPFUNC */
D3DRENDERSTATE_ZFUNC = 23, /* D3DCMPFUNC */
D3DRENDERSTATE_ALPHAREF = 24, /* D3DFIXED */
D3DRENDERSTATE_ALPHAREF = 24, /* D3DFIXED */
D3DRENDERSTATE_ALPHAFUNC = 25, /* D3DCMPFUNC */
D3DRENDERSTATE_ALPHAFUNC = 25, /* D3DCMPFUNC */
D3DRENDERSTATE_DITHERENABLE = 26, /* TRUE to enable dithering */
D3DRENDERSTATE_DITHERENABLE = 26, /* TRUE to enable dithering */
D3DRENDERSTATE_ALPHABLENDENABLE = 27, /* TRUE to enable alpha blending */
D3DRENDERSTATE_ALPHABLENDENABLE = 27, /* TRUE to enable alpha blending */
D3DRENDERSTATE_FOGENABLE = 28, /* TRUE to enable fog blending */
D3DRENDERSTATE_FOGENABLE = 28, /* TRUE to enable fog blending */
D3DRENDERSTATE_SPECULARENABLE = 29, /* TRUE to enable specular */
D3DRENDERSTATE_SPECULARENABLE = 29, /* TRUE to enable specular */
D3DRENDERSTATE_ZVISIBLE = 30, /* TRUE to enable z checking */
D3DRENDERSTATE_ZVISIBLE = 30, /* TRUE to enable z checking */
D3DRENDERSTATE_STIPPLEDALPHA = 33, /* TRUE to enable stippled alpha (RGB device only) */
D3DRENDERSTATE_STIPPLEDALPHA = 33, /* TRUE to enable stippled alpha (RGB device only) */
D3DRENDERSTATE_FOGCOLOR = 34, /* D3DCOLOR */
D3DRENDERSTATE_FOGCOLOR = 34, /* D3DCOLOR */
D3DRENDERSTATE_FOGTABLEMODE = 35, /* D3DFOGMODE */
D3DRENDERSTATE_FOGTABLEMODE = 35, /* D3DFOGMODE */
D3DRENDERSTATE_FOGSTART = 36, /* Fog start (for both vertex and pixel fog) */
D3DRENDERSTATE_FOGSTART = 36, /* Fog start (for both vertex and pixel fog) */
D3DRENDERSTATE_FOGEND = 37, /* Fog end */
D3DRENDERSTATE_FOGEND = 37, /* Fog end */
D3DRENDERSTATE_FOGDENSITY = 38, /* Fog density */
D3DRENDERSTATE_FOGDENSITY = 38, /* Fog density */
D3DRENDERSTATE_EDGEANTIALIAS = 40, /* TRUE to enable edge antialiasing */
D3DRENDERSTATE_EDGEANTIALIAS = 40, /* TRUE to enable edge antialiasing */
D3DRENDERSTATE_COLORKEYENABLE = 41, /* TRUE to enable source colorkeyed textures */
D3DRENDERSTATE_COLORKEYENABLE = 41, /* TRUE to enable source colorkeyed textures */
D3DRENDERSTATE_ZBIAS = 47, /* LONG Z bias */
D3DRENDERSTATE_ZBIAS = 47, /* LONG Z bias */
D3DRENDERSTATE_RANGEFOGENABLE = 48, /* Enables range-based fog */
D3DRENDERSTATE_RANGEFOGENABLE = 48, /* Enables range-based fog */
D3DRENDERSTATE_STENCILENABLE = 52, /* BOOL enable/disable stenciling */
D3DRENDERSTATE_STENCILENABLE = 52, /* BOOL enable/disable stenciling */
D3DRENDERSTATE_STENCILFAIL = 53, /* D3DSTENCILOP to do if stencil test fails */
D3DRENDERSTATE_STENCILFAIL = 53, /* D3DSTENCILOP to do if stencil test fails */
D3DRENDERSTATE_STENCILZFAIL = 54, /* D3DSTENCILOP to do if stencil test passes and Z test fails */
D3DRENDERSTATE_STENCILZFAIL = 54, /* D3DSTENCILOP to do if stencil test passes and Z test fails */
D3DRENDERSTATE_STENCILPASS = 55, /* D3DSTENCILOP to do if both stencil and Z tests pass */
D3DRENDERSTATE_STENCILPASS = 55, /* D3DSTENCILOP to do if both stencil and Z tests pass */
D3DRENDERSTATE_STENCILFUNC = 56, /* D3DCMPFUNC fn. Stencil Test passes if ((ref & mask) stencilfn (stencil & mask)) is true */
D3DRENDERSTATE_STENCILFUNC = 56, /* D3DCMPFUNC fn. Stencil Test passes if ((ref & mask) stencilfn (stencil & mask)) is true */
D3DRENDERSTATE_STENCILREF = 57, /* Reference value used in stencil test */
D3DRENDERSTATE_STENCILREF = 57, /* Reference value used in stencil test */
D3DRENDERSTATE_STENCILMASK = 58, /* Mask value used in stencil test */
D3DRENDERSTATE_STENCILMASK = 58, /* Mask value used in stencil test */
D3DRENDERSTATE_STENCILWRITEMASK = 59, /* Write mask applied to values written to stencil buffer */
D3DRENDERSTATE_STENCILWRITEMASK = 59, /* Write mask applied to values written to stencil buffer */
D3DRENDERSTATE_TEXTUREFACTOR = 60, /* D3DCOLOR used for multi-texture blend */
D3DRENDERSTATE_TEXTUREFACTOR = 60, /* D3DCOLOR used for multi-texture blend */
/*
*/
D3DRENDERSTATE_WRAP0 = 128, /* wrap for 1st texture coord. set */
D3DRENDERSTATE_WRAP0 = 128, /* wrap for 1st texture coord. set */
D3DRENDERSTATE_WRAP1 = 129, /* wrap for 2nd texture coord. set */
D3DRENDERSTATE_WRAP1 = 129, /* wrap for 2nd texture coord. set */
D3DRENDERSTATE_WRAP2 = 130, /* wrap for 3rd texture coord. set */
D3DRENDERSTATE_WRAP2 = 130, /* wrap for 3rd texture coord. set */
D3DRENDERSTATE_WRAP3 = 131, /* wrap for 4th texture coord. set */
D3DRENDERSTATE_WRAP3 = 131, /* wrap for 4th texture coord. set */
D3DRENDERSTATE_WRAP4 = 132, /* wrap for 5th texture coord. set */
D3DRENDERSTATE_WRAP4 = 132, /* wrap for 5th texture coord. set */
D3DRENDERSTATE_WRAP5 = 133, /* wrap for 6th texture coord. set */
D3DRENDERSTATE_WRAP5 = 133, /* wrap for 6th texture coord. set */
D3DRENDERSTATE_WRAP6 = 134, /* wrap for 7th texture coord. set */
D3DRENDERSTATE_WRAP6 = 134, /* wrap for 7th texture coord. set */
D3DRENDERSTATE_WRAP7 = 135, /* wrap for 8th texture coord. set */
D3DRENDERSTATE_WRAP7 = 135, /* wrap for 8th texture coord. set */
D3DRENDERSTATE_CLIPPING = 136,
D3DRENDERSTATE_LIGHTING = 137,
D3DRENDERSTATE_EXTENTS = 138,
D3DRENDERSTATE_AMBIENT = 139,
D3DRENDERSTATE_FOGVERTEXMODE = 140,
D3DRENDERSTATE_COLORVERTEX = 141,
D3DRENDERSTATE_LOCALVIEWER = 142,
D3DRENDERSTATE_NORMALIZENORMALS = 143,
D3DRENDERSTATE_COLORKEYBLENDENABLE = 144,
D3DRENDERSTATE_DIFFUSEMATERIALSOURCE = 145,
D3DRENDERSTATE_SPECULARMATERIALSOURCE = 146,
D3DRENDERSTATE_AMBIENTMATERIALSOURCE = 147,
D3DRENDERSTATE_EMISSIVEMATERIALSOURCE = 148,
D3DRENDERSTATE_VERTEXBLEND = 151,
D3DRENDERSTATE_CLIPPLANEENABLE = 152,
D3DRENDERSTATE_TEXTUREHANDLE = 1, /* Texture handle for legacy interfaces (Texture,Texture2) */
D3DRENDERSTATE_TEXTUREHANDLE = 1, /* Texture handle for legacy interfaces (Texture,Texture2) */
D3DRENDERSTATE_TEXTUREADDRESS = 3, /* D3DTEXTUREADDRESS */
D3DRENDERSTATE_TEXTUREADDRESS = 3, /* D3DTEXTUREADDRESS */
D3DRENDERSTATE_WRAPU = 5, /* TRUE for wrapping in u */
D3DRENDERSTATE_WRAPU = 5, /* TRUE for wrapping in u */
D3DRENDERSTATE_WRAPV = 6, /* TRUE for wrapping in v */
D3DRENDERSTATE_WRAPV = 6, /* TRUE for wrapping in v */
D3DRENDERSTATE_MONOENABLE = 11, /* TRUE to enable mono rasterization */
D3DRENDERSTATE_MONOENABLE = 11, /* TRUE to enable mono rasterization */
D3DRENDERSTATE_ROP2 = 12, /* ROP2 */
D3DRENDERSTATE_ROP2 = 12, /* ROP2 */
D3DRENDERSTATE_PLANEMASK = 13, /* DWORD physical plane mask */
D3DRENDERSTATE_PLANEMASK = 13, /* DWORD physical plane mask */
D3DRENDERSTATE_TEXTUREMAG = 17, /* D3DTEXTUREFILTER */
D3DRENDERSTATE_TEXTUREMAG = 17, /* D3DTEXTUREFILTER */
D3DRENDERSTATE_TEXTUREMIN = 18, /* D3DTEXTUREFILTER */
D3DRENDERSTATE_TEXTUREMIN = 18, /* D3DTEXTUREFILTER */
D3DRENDERSTATE_TEXTUREMAPBLEND = 21, /* D3DTEXTUREBLEND */
D3DRENDERSTATE_TEXTUREMAPBLEND = 21, /* D3DTEXTUREBLEND */
D3DRENDERSTATE_SUBPIXEL = 31, /* TRUE to enable subpixel correction */
D3DRENDERSTATE_SUBPIXEL = 31, /* TRUE to enable subpixel correction */
D3DRENDERSTATE_SUBPIXELX = 32, /* TRUE to enable correction in X only */
D3DRENDERSTATE_SUBPIXELX = 32, /* TRUE to enable correction in X only */
D3DRENDERSTATE_STIPPLEENABLE = 39, /* TRUE to enable stippling */
D3DRENDERSTATE_STIPPLEENABLE = 39, /* TRUE to enable stippling */
D3DRENDERSTATE_BORDERCOLOR = 43, /* Border color for texturing w/border */
D3DRENDERSTATE_BORDERCOLOR = 43, /* Border color for texturing w/border */
D3DRENDERSTATE_TEXTUREADDRESSU = 44, /* Texture addressing mode for U coordinate */
D3DRENDERSTATE_TEXTUREADDRESSU = 44, /* Texture addressing mode for U coordinate */
D3DRENDERSTATE_TEXTUREADDRESSV = 45, /* Texture addressing mode for V coordinate */
D3DRENDERSTATE_TEXTUREADDRESSV = 45, /* Texture addressing mode for V coordinate */
D3DRENDERSTATE_MIPMAPLODBIAS = 46, /* D3DVALUE Mipmap LOD bias */
D3DRENDERSTATE_MIPMAPLODBIAS = 46, /* D3DVALUE Mipmap LOD bias */
D3DRENDERSTATE_ANISOTROPY = 49, /* Max. anisotropy. 1 = no anisotropy */
D3DRENDERSTATE_ANISOTROPY = 49, /* Max. anisotropy. 1 = no anisotropy */
D3DRENDERSTATE_FLUSHBATCH = 50, /* Explicit flush for DP batching (DX5 Only) */
D3DRENDERSTATE_FLUSHBATCH = 50, /* Explicit flush for DP batching (DX5 Only) */
D3DRENDERSTATE_TRANSLUCENTSORTINDEPENDENT=51, /* BOOL enable sort-independent transparency */
D3DRENDERSTATE_TRANSLUCENTSORTINDEPENDENT=51, /* BOOL enable sort-independent transparency */
D3DRENDERSTATE_STIPPLEPATTERN00 = 64, /* Stipple pattern 01... */
D3DRENDERSTATE_STIPPLEPATTERN00 = 64, /* Stipple pattern 01... */
D3DRENDERSTATE_STIPPLEPATTERN01 = 65,
D3DRENDERSTATE_STIPPLEPATTERN02 = 66,
D3DRENDERSTATE_STIPPLEPATTERN03 = 67,
D3DRENDERSTATE_STIPPLEPATTERN04 = 68,
D3DRENDERSTATE_STIPPLEPATTERN05 = 69,
D3DRENDERSTATE_STIPPLEPATTERN06 = 70,
D3DRENDERSTATE_STIPPLEPATTERN07 = 71,
D3DRENDERSTATE_STIPPLEPATTERN08 = 72,
D3DRENDERSTATE_STIPPLEPATTERN09 = 73,
D3DRENDERSTATE_STIPPLEPATTERN10 = 74,
D3DRENDERSTATE_STIPPLEPATTERN11 = 75,
D3DRENDERSTATE_STIPPLEPATTERN12 = 76,
D3DRENDERSTATE_STIPPLEPATTERN13 = 77,
D3DRENDERSTATE_STIPPLEPATTERN14 = 78,
D3DRENDERSTATE_STIPPLEPATTERN15 = 79,
D3DRENDERSTATE_STIPPLEPATTERN16 = 80,
D3DRENDERSTATE_STIPPLEPATTERN17 = 81,
D3DRENDERSTATE_STIPPLEPATTERN18 = 82,
D3DRENDERSTATE_STIPPLEPATTERN19 = 83,
D3DRENDERSTATE_STIPPLEPATTERN20 = 84,
D3DRENDERSTATE_STIPPLEPATTERN21 = 85,
D3DRENDERSTATE_STIPPLEPATTERN22 = 86,
D3DRENDERSTATE_STIPPLEPATTERN23 = 87,
D3DRENDERSTATE_STIPPLEPATTERN24 = 88,
D3DRENDERSTATE_STIPPLEPATTERN25 = 89,
D3DRENDERSTATE_STIPPLEPATTERN26 = 90,
D3DRENDERSTATE_STIPPLEPATTERN27 = 91,
D3DRENDERSTATE_STIPPLEPATTERN28 = 92,
D3DRENDERSTATE_STIPPLEPATTERN29 = 93,
D3DRENDERSTATE_STIPPLEPATTERN30 = 94,
D3DRENDERSTATE_STIPPLEPATTERN31 = 95,
D3DRENDERSTATE_FOGTABLESTART = 36, /* Fog table start */
D3DRENDERSTATE_FOGTABLESTART = 36, /* Fog table start */
D3DRENDERSTATE_FOGTABLEEND = 37, /* Fog table end */
D3DRENDERSTATE_FOGTABLEEND = 37, /* Fog table end */
D3DRENDERSTATE_FOGTABLEDENSITY = 38, /* Fog table density */
D3DRENDERSTATE_FOGTABLEDENSITY = 38, /* Fog table density */
D3DRENDERSTATE_FORCE_DWORD = 0x7fffffff, /* force 32-bit size enum */
D3DRENDERSTATE_FORCE_DWORD = 0x7fffffff, /* force 32-bit size enum */
} D3DRENDERSTATETYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\d3dtypes.h(1205,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (DIRECT3D_VERSION < 0x0800)
- If (DIRECT3D_VERSION >= 0x0500)
- If (DIRECT3D_VERSION >= 0x0700)
- If (DIRECT3D_VERSION >= 0x0600)
|
16 |
0.4260182 |
XamlTypeIndex |
Enum |
|
|
|
|
|
|
enum XamlTypeIndex
{
AutoSuggestBoxSuggestionChosenEventArgs = 34,
AutoSuggestBoxTextChangedEventArgs = 35,
CollectionViewSource = 41,
ColumnDefinition = 44,
GradientStop = 64,
InputScope = 74,
InputScopeName = 75,
KeySpline = 78,
PathFigure = 93,
PrintDocument = 100,
RowDefinition = 106,
Style = 114,
TimelineMarker = 126,
VisualState = 137,
VisualStateGroup = 138,
VisualStateManager = 139,
VisualTransition = 140,
AddDeleteThemeTransition = 177,
ArcSegment = 178,
BackEase = 179,
BeginStoryboard = 180,
BezierSegment = 181,
BindingBase = 182,
BitmapCache = 183,
BounceEase = 186,
CircleEase = 187,
ColorAnimation = 188,
ColorAnimationUsingKeyFrames = 189,
ContentThemeTransition = 190,
ControlTemplate = 191,
CubicEase = 192,
DataTemplate = 194,
DiscreteColorKeyFrame = 195,
DiscreteDoubleKeyFrame = 196,
DiscreteObjectKeyFrame = 197,
DiscretePointKeyFrame = 198,
DoubleAnimation = 200,
DoubleAnimationUsingKeyFrames = 201,
EasingColorKeyFrame = 204,
EasingDoubleKeyFrame = 205,
EasingPointKeyFrame = 206,
EdgeUIThemeTransition = 207,
ElasticEase = 208,
EllipseGeometry = 209,
EntranceThemeTransition = 210,
EventTrigger = 211,
ExponentialEase = 212,
Flyout = 213,
GeometryGroup = 216,
ItemsPanelTemplate = 227,
LinearColorKeyFrame = 230,
LinearDoubleKeyFrame = 231,
LinearPointKeyFrame = 232,
LineGeometry = 233,
LineSegment = 234,
Matrix3DProjection = 236,
MenuFlyout = 238,
ObjectAnimationUsingKeyFrames = 240,
PaneThemeTransition = 241,
PathGeometry = 243,
PlaneProjection = 244,
PointAnimation = 245,
PointAnimationUsingKeyFrames = 246,
PolyBezierSegment = 248,
PolyLineSegment = 249,
PolyQuadraticBezierSegment = 250,
PopupThemeTransition = 251,
PowerEase = 252,
QuadraticBezierSegment = 254,
QuadraticEase = 255,
QuarticEase = 256,
QuinticEase = 257,
RectangleGeometry = 258,
RelativeSource = 259,
RenderTargetBitmap = 260,
ReorderThemeTransition = 261,
RepositionThemeTransition = 262,
Setter = 263,
SineEase = 264,
SolidColorBrush = 265,
SplineColorKeyFrame = 266,
SplineDoubleKeyFrame = 267,
SplinePointKeyFrame = 268,
BitmapImage = 285,
Border = 286,
CaptureElement = 288,
CompositeTransform = 295,
ContentPresenter = 296,
DragItemThemeAnimation = 302,
DragOverThemeAnimation = 303,
DropTargetItemThemeAnimation = 304,
FadeInThemeAnimation = 306,
FadeOutThemeAnimation = 307,
Glyphs = 312,
Image = 326,
ImageBrush = 328,
InlineUIContainer = 329,
ItemsPresenter = 332,
LinearGradientBrush = 334,
LineBreak = 335,
MatrixTransform = 340,
MediaElement = 342,
Paragraph = 349,
PointerDownThemeAnimation = 357,
PointerUpThemeAnimation = 359,
PopInThemeAnimation = 361,
PopOutThemeAnimation = 362,
Popup = 363,
RepositionThemeAnimation = 370,
ResourceDictionary = 371,
RichTextBlock = 374,
RichTextBlockOverflow = 376,
RotateTransform = 378,
Run = 380,
ScaleTransform = 381,
SkewTransform = 389,
Span = 390,
SplitCloseThemeAnimation = 391,
SplitOpenThemeAnimation = 392,
Storyboard = 393,
SwipeBackThemeAnimation = 394,
SwipeHintThemeAnimation = 395,
TextBlock = 396,
TransformGroup = 411,
TranslateTransform = 413,
Viewbox = 417,
WebViewBrush = 423,
AppBarSeparator = 427,
BitmapIcon = 429,
Bold = 430,
Canvas = 432,
ContentControl = 435,
DatePicker = 436,
DependencyObjectCollection = 437,
Ellipse = 438,
FontIcon = 440,
Grid = 442,
Hub = 445,
HubSection = 446,
Hyperlink = 447,
Italic = 449,
ItemsControl = 451,
Line = 452,
MediaTransportControls = 458,
PasswordBox = 462,
Path = 463,
PathIcon = 464,
Polygon = 465,
Polyline = 466,
ProgressRing = 468,
Rectangle = 470,
RichEditBox = 473,
ScrollContentPresenter = 476,
SearchBox = 477,
SemanticZoom = 479,
StackPanel = 481,
SymbolIcon = 482,
TextBox = 483,
Thumb = 485,
TickBar = 486,
TimePicker = 487,
ToggleSwitch = 489,
Underline = 490,
UserControl = 491,
VariableSizedWrapGrid = 492,
WebView = 494,
AppBar = 495,
AutoSuggestBox = 499,
CarouselPanel = 502,
ContentDialog = 506,
FlyoutPresenter = 508,
Frame = 509,
GridViewItemPresenter = 511,
GroupItem = 512,
ItemsStackPanel = 514,
ItemsWrapGrid = 515,
ListViewItemPresenter = 520,
MenuFlyoutItem = 521,
MenuFlyoutPresenter = 522,
MenuFlyoutSeparator = 523,
Page = 525,
ProgressBar = 528,
ScrollBar = 530,
SettingsFlyout = 533,
Slider = 534,
SwapChainBackgroundPanel = 535,
SwapChainPanel = 536,
ToolTip = 538,
Button = 540,
ComboBoxItem = 541,
CommandBar = 542,
FlipViewItem = 543,
GridViewHeaderItem = 545,
HyperlinkButton = 546,
ListBoxItem = 547,
ListViewHeaderItem = 550,
RepeatButton = 551,
ScrollViewer = 552,
ToggleButton = 553,
ToggleMenuFlyoutItem = 554,
VirtualizingStackPanel = 555,
WrapGrid = 556,
AppBarButton = 557,
AppBarToggleButton = 558,
CheckBox = 559,
GridViewItem = 560,
ListViewItem = 561,
RadioButton = 562,
Binding = 564,
ComboBox = 566,
FlipView = 567,
ListBox = 568,
GridView = 570,
ListView = 571,
CalendarView = 707,
CalendarViewDayItem = 709,
CalendarPanel = 723,
SplitView = 728,
CompositeTransform3D = 732,
PerspectiveTransform3D = 733,
RelativePanel = 744,
InkCanvas = 748,
MenuFlyoutSubItem = 749,
AdaptiveTrigger = 757,
SoftwareBitmapSource = 761,
StateTrigger = 767,
CalendarDatePicker = 774,
AutoSuggestBoxQuerySubmittedEventArgs = 778,
CommandBarOverflowPresenter = 781,
DrillInThemeAnimation = 782,
DrillOutThemeAnimation = 783,
AutomationAnnotation = 789,
AutomationPeerAnnotation = 790,
MediaPlayerPresenter = 828,
MediaPlayerElement = 829,
XamlLight = 855,
SvgImageSource = 860,
KeyboardAccelerator = 897,
HandwritingView = 920,
ContentLink = 925,
BitmapIconSource = 929,
FontIconSource = 930,
PathIconSource = 931,
SymbolIconSource = 933,
IconSourceElement = 939,
AppBarElementContainer = 945,
ColorPaletteResources = 952,
StandardUICommand = 961,
[contract(Windows.UI.Xaml.Core.Direct.XamlDirectContract, 2.0)]
ThemeShadow = 964,
XamlUICommand = 969
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\winrt\windows.ui.xaml.core.direct.idl(1918,0) |
|