mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
299 lines
9.6 KiB
299 lines
9.6 KiB
/* |
|
Copyright (c) 2015 Ki |
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
|
of this software and associated documentation files (the "Software"), to deal |
|
in the Software without restriction, including without limitation the rights |
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
copies of the Software, and to permit persons to whom the Software is |
|
furnished to do so, subject to the following conditions: |
|
|
|
The above copyright notice and this permission notice shall be included in |
|
all copies or substantial portions of the Software. |
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
THE SOFTWARE. |
|
*/ |
|
|
|
namespace ICSharpCode.BamlDecompiler.Baml |
|
{ |
|
// Auto generated. Do not modify. |
|
|
|
internal enum KnownMembers : short |
|
{ |
|
Unknown = 0, |
|
AccessText_Text = 1, |
|
BeginStoryboard_Storyboard = 2, |
|
BitmapEffectGroup_Children = 3, |
|
Border_Background = 4, |
|
Border_BorderBrush = 5, |
|
Border_BorderThickness = 6, |
|
ButtonBase_Command = 7, |
|
ButtonBase_CommandParameter = 8, |
|
ButtonBase_CommandTarget = 9, |
|
ButtonBase_IsPressed = 10, |
|
ColumnDefinition_MaxWidth = 11, |
|
ColumnDefinition_MinWidth = 12, |
|
ColumnDefinition_Width = 13, |
|
ContentControl_Content = 14, |
|
ContentControl_ContentTemplate = 15, |
|
ContentControl_ContentTemplateSelector = 16, |
|
ContentControl_HasContent = 17, |
|
ContentElement_Focusable = 18, |
|
ContentPresenter_Content = 19, |
|
ContentPresenter_ContentSource = 20, |
|
ContentPresenter_ContentTemplate = 21, |
|
ContentPresenter_ContentTemplateSelector = 22, |
|
ContentPresenter_RecognizesAccessKey = 23, |
|
Control_Background = 24, |
|
Control_BorderBrush = 25, |
|
Control_BorderThickness = 26, |
|
Control_FontFamily = 27, |
|
Control_FontSize = 28, |
|
Control_FontStretch = 29, |
|
Control_FontStyle = 30, |
|
Control_FontWeight = 31, |
|
Control_Foreground = 32, |
|
Control_HorizontalContentAlignment = 33, |
|
Control_IsTabStop = 34, |
|
Control_Padding = 35, |
|
Control_TabIndex = 36, |
|
Control_Template = 37, |
|
Control_VerticalContentAlignment = 38, |
|
DockPanel_Dock = 39, |
|
DockPanel_LastChildFill = 40, |
|
DocumentViewerBase_Document = 41, |
|
DrawingGroup_Children = 42, |
|
FlowDocumentReader_Document = 43, |
|
FlowDocumentScrollViewer_Document = 44, |
|
FrameworkContentElement_Style = 45, |
|
FrameworkElement_FlowDirection = 46, |
|
FrameworkElement_Height = 47, |
|
FrameworkElement_HorizontalAlignment = 48, |
|
FrameworkElement_Margin = 49, |
|
FrameworkElement_MaxHeight = 50, |
|
FrameworkElement_MaxWidth = 51, |
|
FrameworkElement_MinHeight = 52, |
|
FrameworkElement_MinWidth = 53, |
|
FrameworkElement_Name = 54, |
|
FrameworkElement_Style = 55, |
|
FrameworkElement_VerticalAlignment = 56, |
|
FrameworkElement_Width = 57, |
|
GeneralTransformGroup_Children = 58, |
|
GeometryGroup_Children = 59, |
|
GradientBrush_GradientStops = 60, |
|
Grid_Column = 61, |
|
Grid_ColumnSpan = 62, |
|
Grid_Row = 63, |
|
Grid_RowSpan = 64, |
|
GridViewColumn_Header = 65, |
|
HeaderedContentControl_HasHeader = 66, |
|
HeaderedContentControl_Header = 67, |
|
HeaderedContentControl_HeaderTemplate = 68, |
|
HeaderedContentControl_HeaderTemplateSelector = 69, |
|
HeaderedItemsControl_HasHeader = 70, |
|
HeaderedItemsControl_Header = 71, |
|
HeaderedItemsControl_HeaderTemplate = 72, |
|
HeaderedItemsControl_HeaderTemplateSelector = 73, |
|
Hyperlink_NavigateUri = 74, |
|
Image_Source = 75, |
|
Image_Stretch = 76, |
|
ItemsControl_ItemContainerStyle = 77, |
|
ItemsControl_ItemContainerStyleSelector = 78, |
|
ItemsControl_ItemTemplate = 79, |
|
ItemsControl_ItemTemplateSelector = 80, |
|
ItemsControl_ItemsPanel = 81, |
|
ItemsControl_ItemsSource = 82, |
|
MaterialGroup_Children = 83, |
|
Model3DGroup_Children = 84, |
|
Page_Content = 85, |
|
Panel_Background = 86, |
|
Path_Data = 87, |
|
PathFigure_Segments = 88, |
|
PathGeometry_Figures = 89, |
|
Popup_Child = 90, |
|
Popup_IsOpen = 91, |
|
Popup_Placement = 92, |
|
Popup_PopupAnimation = 93, |
|
RowDefinition_Height = 94, |
|
RowDefinition_MaxHeight = 95, |
|
RowDefinition_MinHeight = 96, |
|
ScrollViewer_CanContentScroll = 97, |
|
ScrollViewer_HorizontalScrollBarVisibility = 98, |
|
ScrollViewer_VerticalScrollBarVisibility = 99, |
|
Shape_Fill = 100, |
|
Shape_Stroke = 101, |
|
Shape_StrokeThickness = 102, |
|
TextBlock_Background = 103, |
|
TextBlock_FontFamily = 104, |
|
TextBlock_FontSize = 105, |
|
TextBlock_FontStretch = 106, |
|
TextBlock_FontStyle = 107, |
|
TextBlock_FontWeight = 108, |
|
TextBlock_Foreground = 109, |
|
TextBlock_Text = 110, |
|
TextBlock_TextDecorations = 111, |
|
TextBlock_TextTrimming = 112, |
|
TextBlock_TextWrapping = 113, |
|
TextBox_Text = 114, |
|
TextElement_Background = 115, |
|
TextElement_FontFamily = 116, |
|
TextElement_FontSize = 117, |
|
TextElement_FontStretch = 118, |
|
TextElement_FontStyle = 119, |
|
TextElement_FontWeight = 120, |
|
TextElement_Foreground = 121, |
|
TimelineGroup_Children = 122, |
|
Track_IsDirectionReversed = 123, |
|
Track_Maximum = 124, |
|
Track_Minimum = 125, |
|
Track_Orientation = 126, |
|
Track_Value = 127, |
|
Track_ViewportSize = 128, |
|
Transform3DGroup_Children = 129, |
|
TransformGroup_Children = 130, |
|
UIElement_ClipToBounds = 131, |
|
UIElement_Focusable = 132, |
|
UIElement_IsEnabled = 133, |
|
UIElement_RenderTransform = 134, |
|
UIElement_Visibility = 135, |
|
Viewport3D_Children = 136, |
|
|
|
AdornedElementPlaceholder_Child = 138, |
|
AdornerDecorator_Child = 139, |
|
AnchoredBlock_Blocks = 140, |
|
ArrayExtension_Items = 141, |
|
BlockUIContainer_Child = 142, |
|
Bold_Inlines = 143, |
|
BooleanAnimationUsingKeyFrames_KeyFrames = 144, |
|
Border_Child = 145, |
|
BulletDecorator_Child = 146, |
|
Button_Content = 147, |
|
ButtonBase_Content = 148, |
|
ByteAnimationUsingKeyFrames_KeyFrames = 149, |
|
Canvas_Children = 150, |
|
CharAnimationUsingKeyFrames_KeyFrames = 151, |
|
CheckBox_Content = 152, |
|
ColorAnimationUsingKeyFrames_KeyFrames = 153, |
|
ComboBox_Items = 154, |
|
ComboBoxItem_Content = 155, |
|
ContextMenu_Items = 156, |
|
ControlTemplate_VisualTree = 157, |
|
DataTemplate_VisualTree = 158, |
|
DataTrigger_Setters = 159, |
|
DecimalAnimationUsingKeyFrames_KeyFrames = 160, |
|
Decorator_Child = 161, |
|
DockPanel_Children = 162, |
|
DocumentViewer_Document = 163, |
|
DoubleAnimationUsingKeyFrames_KeyFrames = 164, |
|
EventTrigger_Actions = 165, |
|
Expander_Content = 166, |
|
Figure_Blocks = 167, |
|
FixedDocument_Pages = 168, |
|
FixedDocumentSequence_References = 169, |
|
FixedPage_Children = 170, |
|
Floater_Blocks = 171, |
|
FlowDocument_Blocks = 172, |
|
FlowDocumentPageViewer_Document = 173, |
|
FrameworkTemplate_VisualTree = 174, |
|
Grid_Children = 175, |
|
GridView_Columns = 176, |
|
GridViewColumnHeader_Content = 177, |
|
GroupBox_Content = 178, |
|
GroupItem_Content = 179, |
|
HeaderedContentControl_Content = 180, |
|
HeaderedItemsControl_Items = 181, |
|
HierarchicalDataTemplate_VisualTree = 182, |
|
Hyperlink_Inlines = 183, |
|
InkCanvas_Children = 184, |
|
InkPresenter_Child = 185, |
|
InlineUIContainer_Child = 186, |
|
InputScopeName_NameValue = 187, |
|
Int16AnimationUsingKeyFrames_KeyFrames = 188, |
|
Int32AnimationUsingKeyFrames_KeyFrames = 189, |
|
Int64AnimationUsingKeyFrames_KeyFrames = 190, |
|
Italic_Inlines = 191, |
|
ItemsControl_Items = 192, |
|
ItemsPanelTemplate_VisualTree = 193, |
|
Label_Content = 194, |
|
LinearGradientBrush_GradientStops = 195, |
|
List_ListItems = 196, |
|
ListBox_Items = 197, |
|
ListBoxItem_Content = 198, |
|
ListItem_Blocks = 199, |
|
ListView_Items = 200, |
|
ListViewItem_Content = 201, |
|
MatrixAnimationUsingKeyFrames_KeyFrames = 202, |
|
Menu_Items = 203, |
|
MenuBase_Items = 204, |
|
MenuItem_Items = 205, |
|
ModelVisual3D_Children = 206, |
|
MultiBinding_Bindings = 207, |
|
MultiDataTrigger_Setters = 208, |
|
MultiTrigger_Setters = 209, |
|
ObjectAnimationUsingKeyFrames_KeyFrames = 210, |
|
PageContent_Child = 211, |
|
PageFunctionBase_Content = 212, |
|
Panel_Children = 213, |
|
Paragraph_Inlines = 214, |
|
ParallelTimeline_Children = 215, |
|
Point3DAnimationUsingKeyFrames_KeyFrames = 216, |
|
PointAnimationUsingKeyFrames_KeyFrames = 217, |
|
PriorityBinding_Bindings = 218, |
|
QuaternionAnimationUsingKeyFrames_KeyFrames = 219, |
|
RadialGradientBrush_GradientStops = 220, |
|
RadioButton_Content = 221, |
|
RectAnimationUsingKeyFrames_KeyFrames = 222, |
|
RepeatButton_Content = 223, |
|
RichTextBox_Document = 224, |
|
Rotation3DAnimationUsingKeyFrames_KeyFrames = 225, |
|
Run_Text = 226, |
|
ScrollViewer_Content = 227, |
|
Section_Blocks = 228, |
|
Selector_Items = 229, |
|
SingleAnimationUsingKeyFrames_KeyFrames = 230, |
|
SizeAnimationUsingKeyFrames_KeyFrames = 231, |
|
Span_Inlines = 232, |
|
StackPanel_Children = 233, |
|
StatusBar_Items = 234, |
|
StatusBarItem_Content = 235, |
|
Storyboard_Children = 236, |
|
StringAnimationUsingKeyFrames_KeyFrames = 237, |
|
Style_Setters = 238, |
|
TabControl_Items = 239, |
|
TabItem_Content = 240, |
|
TabPanel_Children = 241, |
|
Table_RowGroups = 242, |
|
TableCell_Blocks = 243, |
|
TableRow_Cells = 244, |
|
TableRowGroup_Rows = 245, |
|
TextBlock_Inlines = 246, |
|
ThicknessAnimationUsingKeyFrames_KeyFrames = 247, |
|
ToggleButton_Content = 248, |
|
ToolBar_Items = 249, |
|
ToolBarOverflowPanel_Children = 250, |
|
ToolBarPanel_Children = 251, |
|
ToolBarTray_ToolBars = 252, |
|
ToolTip_Content = 253, |
|
TreeView_Items = 254, |
|
TreeViewItem_Items = 255, |
|
Trigger_Setters = 256, |
|
Underline_Inlines = 257, |
|
UniformGrid_Children = 258, |
|
UserControl_Content = 259, |
|
Vector3DAnimationUsingKeyFrames_KeyFrames = 260, |
|
VectorAnimationUsingKeyFrames_KeyFrames = 261, |
|
Viewbox_Child = 262, |
|
Viewport3DVisual_Children = 263, |
|
VirtualizingPanel_Children = 264, |
|
VirtualizingStackPanel_Children = 265, |
|
Window_Content = 266, |
|
WrapPanel_Children = 267, |
|
XmlDataProvider_XmlSerializer = 268, |
|
} |
|
} |