1965 references to KnownElements
PresentationBuildTasks (1965)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (18)
874
PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IStyleConnector])
961
CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)
KnownElements
.EventSetter], EVENTSETTER);
970
new CodeObjectCreateExpression(KnownTypes.Types[(int)
KnownElements
.EventSetter],
994
CodeCastExpression cceTarget = new CodeCastExpression(KnownTypes.Types[(int)
KnownElements
.Style], careTarget);
1076
_ccRoot.CodeClass.BaseTypes.Add(KnownTypes.Types[(int)
KnownElements
.IStyleConnector].FullName);
1109
PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector])
1141
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)
KnownElements
.INameScope].IsAssignableFrom(cc.ElementType))
1238
var iComponentConnector = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector]);
1759
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)
KnownElements
.INameScope].IsAssignableFrom(cc.ElementType))
1888
Debug.Assert(pis != null && pis.Length == 2 && KnownTypes.Types[(int)
KnownElements
.DependencyObject].IsAssignableFrom(pis[0].ParameterType));
1898
if (fiEvent == null || fiEvent.FieldType != KnownTypes.Types[(int)
KnownElements
.RoutedEvent])
1970
KnownTypes.Types[(int)
KnownElements
.UIElement].IsAssignableFrom(eventTarget) ||
1971
KnownTypes.Types[(int)
KnownElements
.ContentElement].IsAssignableFrom(eventTarget))
2164
Type resourceDictionary = KnownTypes.Types[(int)
KnownElements
.ResourceDictionary];
2165
Type iNameScope = KnownTypes.Types[(int)
KnownElements
.INameScope];
2592
cmmLC.ImplementationTypes.Add(new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector]));
2683
CodeMethodReferenceExpression cmreLoadContent = new CodeMethodReferenceExpression(new CodeTypeReferenceExpression(KnownTypes.Types[(int)
KnownElements
.Application]), LOADCOMPONENT);
3018
if (elementType != null && KnownTypes.Types[(int)
KnownElements
.IComponentConnector].IsAssignableFrom(elementType))
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
162
KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(memberInfo.DeclaringType))
358
PropertyInfo pi = KnownTypes.Types[(int)
KnownElements
.Application].GetProperty(localAttribName);
569
bool appEvent = KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(xamlClrEventNode.EventMember.DeclaringType);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\AttributeData.cs (2)
85
return ExtensionTypeId == (short)
KnownElements
.TypeExtension;
93
return ExtensionTypeId == (short)
KnownElements
.StaticExtension;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (17)
116
int high = (int)
KnownElements
.MaxElement - 1;
311
KnownElements
id = (
KnownElements
)(-idNumber);
313
KnownElements
tcId = KnownTypes.GetKnownTypeConverterId(id);
314
if (tcId ==
KnownElements
.UnknownElement)
335
KnownElements
id = (
KnownElements
)(-idNumber);
337
KnownElements
converterId = KnownTypes.GetKnownTypeConverterIdForProperty(id, propName);
338
if (converterId ==
KnownElements
.UnknownElement)
959
propertyId = (short)-KnownTypes.GetKnownPropertyAttributeId((
KnownElements
)(-typeId), memberName);
1324
short attributeId = (short)-KnownTypes.GetKnownPropertyAttributeId((
KnownElements
)(-typeId), fieldName);
1392
converterOrSerializerTypeId = (short)
KnownElements
.EnumConverter;
1489
case (short)
KnownElements
.StaticExtension:
1503
case (short)
KnownElements
.TemplateBindingExtension:
1599
index = (int)
KnownElements
.BooleanConverter;
1601
else if (type == KnownTypes.Types[(int)
KnownElements
.DependencyProperty])
1603
index = (int)
KnownElements
.DependencyPropertyConverter;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (5)
462
return (KnownTypes.Types[(int)
KnownElements
.IAddChildInternal].IsAssignableFrom( parentObjectType ));
2471
if (serializerTypeId == (short)
KnownElements
.DependencyPropertyConverter)
3623
get { return (short)
KnownElements
.StaticResourceExtension; }
4696
|| (KnownTypes.Types[(int)
KnownElements
.DependencyProperty].IsAssignableFrom(propertyMember.GetType())),
4738
KnownTypes.Types[(int)
KnownElements
.DependencyProperty].IsAssignableFrom(PropertyMember.GetType( )) )
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (15)
297
else if (CollectingValues && KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension] == xamlElementNode.ElementType)
311
else if (CollectingValues && KnownTypes.Types[(int)
KnownElements
.DynamicResourceExtension] == xamlElementNode.ElementType)
348
KnownTypes.Types[(int)
KnownElements
.StaticExtension].IsAssignableFrom(xamlElementNode.ElementType) ||
349
KnownTypes.Types[(int)
KnownElements
.TypeExtension].IsAssignableFrom(xamlElementNode.ElementType))
367
else if (_deferLoadingSupport && KnownTypes.Types[(int)
KnownElements
.ResourceDictionary].IsAssignableFrom(xamlElementNode.ElementType))
788
!KnownTypes.Types[(int)
KnownElements
.StaticExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) &&
789
!KnownTypes.Types[(int)
KnownElements
.TypeExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) &&
790
!KnownTypes.Types[(int)
KnownElements
.ResourceKey].IsAssignableFrom(xamlKeyElementNode.ElementType))
999
if (converterOrSerializerTypeId == (short)
KnownElements
.DependencyPropertyConverter)
1064
Debug.Assert(extensionTypeId != (short)
KnownElements
.TypeExtension);
1068
if ((extensionTypeId == (short)
KnownElements
.DynamicResourceExtension) ||
1069
(extensionTypeId == (short)
KnownElements
.StaticResourceExtension))
1102
(short)
KnownElements
.StaticExtension,
1139
extensionTypeId == (short)
KnownElements
.StaticResourceExtension)
1667
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension]),
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1801)
2545
internal static bool CanCollectionTypeAcceptStrings(
KnownElements
knownElement)
2549
case
KnownElements
.BitmapEffectCollection:
2550
case
KnownElements
.DoubleCollection:
2551
case
KnownElements
.DrawingCollection:
2552
case
KnownElements
.GeneralTransformCollection:
2553
case
KnownElements
.GeometryCollection:
2554
case
KnownElements
.GradientStopCollection:
2555
case
KnownElements
.Int32Collection:
2556
case
KnownElements
.MaterialCollection:
2557
case
KnownElements
.Model3DCollection:
2558
case
KnownElements
.PathFigureCollection:
2559
case
KnownElements
.PathSegmentCollection:
2560
case
KnownElements
.Point3DCollection:
2561
case
KnownElements
.PointCollection:
2562
case
KnownElements
.StrokeCollection:
2563
case
KnownElements
.TextDecorationCollection:
2564
case
KnownElements
.TextEffectCollection:
2565
case
KnownElements
.TimelineCollection:
2566
case
KnownElements
.Transform3DCollection:
2567
case
KnownElements
.TransformCollection:
2568
case
KnownElements
.Vector3DCollection:
2569
case
KnownElements
.VectorCollection:
2576
internal static string GetContentPropertyName(
KnownElements
knownElement)
2582
case
KnownElements
.EventTrigger:
2585
case
KnownElements
.MultiBinding:
2586
case
KnownElements
.PriorityBinding:
2589
case
KnownElements
.AnchoredBlock:
2590
case
KnownElements
.Figure:
2591
case
KnownElements
.Floater:
2592
case
KnownElements
.FlowDocument:
2593
case
KnownElements
.ListItem:
2594
case
KnownElements
.Section:
2595
case
KnownElements
.TableCell:
2598
case
KnownElements
.TableRow:
2601
case
KnownElements
.AdornedElementPlaceholder:
2602
case
KnownElements
.AdornerDecorator:
2603
case
KnownElements
.BlockUIContainer:
2604
case
KnownElements
.Border:
2605
case
KnownElements
.BulletDecorator:
2606
case
KnownElements
.Decorator:
2607
case
KnownElements
.InkPresenter:
2608
case
KnownElements
.InlineUIContainer:
2609
case
KnownElements
.PageContent:
2610
case
KnownElements
.Popup:
2611
case
KnownElements
.Viewbox:
2614
case
KnownElements
.BitmapEffectGroup:
2615
case
KnownElements
.Canvas:
2616
case
KnownElements
.DockPanel:
2617
case
KnownElements
.DrawingGroup:
2618
case
KnownElements
.FixedPage:
2619
case
KnownElements
.GeneralTransformGroup:
2620
case
KnownElements
.GeometryGroup:
2621
case
KnownElements
.Grid:
2622
case
KnownElements
.InkCanvas:
2623
case
KnownElements
.MaterialGroup:
2624
case
KnownElements
.Model3DGroup:
2625
case
KnownElements
.ModelVisual3D:
2626
case
KnownElements
.Panel:
2627
case
KnownElements
.ParallelTimeline:
2628
case
KnownElements
.StackPanel:
2629
case
KnownElements
.Storyboard:
2630
case
KnownElements
.TabPanel:
2631
case
KnownElements
.TimelineGroup:
2632
case
KnownElements
.ToolBarOverflowPanel:
2633
case
KnownElements
.ToolBarPanel:
2634
case
KnownElements
.Transform3DGroup:
2635
case
KnownElements
.TransformGroup:
2636
case
KnownElements
.UniformGrid:
2637
case
KnownElements
.Viewport3D:
2638
case
KnownElements
.Viewport3DVisual:
2639
case
KnownElements
.VirtualizingPanel:
2640
case
KnownElements
.VirtualizingStackPanel:
2641
case
KnownElements
.WrapPanel:
2644
case
KnownElements
.GridView:
2647
case
KnownElements
.Button:
2648
case
KnownElements
.ButtonBase:
2649
case
KnownElements
.CheckBox:
2650
case
KnownElements
.ComboBoxItem:
2651
case
KnownElements
.ContentControl:
2652
case
KnownElements
.Expander:
2653
case
KnownElements
.GridViewColumnHeader:
2654
case
KnownElements
.GroupBox:
2655
case
KnownElements
.GroupItem:
2656
case
KnownElements
.HeaderedContentControl:
2657
case
KnownElements
.Label:
2658
case
KnownElements
.ListBoxItem:
2659
case
KnownElements
.ListViewItem:
2660
case
KnownElements
.Page:
2661
case
KnownElements
.PageFunctionBase:
2662
case
KnownElements
.RadioButton:
2663
case
KnownElements
.RepeatButton:
2664
case
KnownElements
.ScrollViewer:
2665
case
KnownElements
.StatusBarItem:
2666
case
KnownElements
.TabItem:
2667
case
KnownElements
.ToggleButton:
2668
case
KnownElements
.ToolTip:
2669
case
KnownElements
.UserControl:
2670
case
KnownElements
.Window:
2673
case
KnownElements
.DocumentViewer:
2674
case
KnownElements
.DocumentViewerBase:
2675
case
KnownElements
.FlowDocumentPageViewer:
2676
case
KnownElements
.FlowDocumentReader:
2677
case
KnownElements
.FlowDocumentScrollViewer:
2678
case
KnownElements
.RichTextBox:
2681
case
KnownElements
.PathGeometry:
2684
case
KnownElements
.GradientBrush:
2685
case
KnownElements
.LinearGradientBrush:
2686
case
KnownElements
.RadialGradientBrush:
2689
case
KnownElements
.GridViewColumn:
2692
case
KnownElements
.Bold:
2693
case
KnownElements
.Hyperlink:
2694
case
KnownElements
.Italic:
2695
case
KnownElements
.Paragraph:
2696
case
KnownElements
.Span:
2697
case
KnownElements
.TextBlock:
2698
case
KnownElements
.Underline:
2701
case
KnownElements
.ArrayExtension:
2702
case
KnownElements
.ComboBox:
2703
case
KnownElements
.ContextMenu:
2704
case
KnownElements
.HeaderedItemsControl:
2705
case
KnownElements
.ItemsControl:
2706
case
KnownElements
.ListBox:
2707
case
KnownElements
.ListView:
2708
case
KnownElements
.Menu:
2709
case
KnownElements
.MenuBase:
2710
case
KnownElements
.MenuItem:
2711
case
KnownElements
.Selector:
2712
case
KnownElements
.StatusBar:
2713
case
KnownElements
.TabControl:
2714
case
KnownElements
.ToolBar:
2715
case
KnownElements
.TreeView:
2716
case
KnownElements
.TreeViewItem:
2719
case
KnownElements
.BooleanAnimationUsingKeyFrames:
2720
case
KnownElements
.ByteAnimationUsingKeyFrames:
2721
case
KnownElements
.CharAnimationUsingKeyFrames:
2722
case
KnownElements
.ColorAnimationUsingKeyFrames:
2723
case
KnownElements
.DecimalAnimationUsingKeyFrames:
2724
case
KnownElements
.DoubleAnimationUsingKeyFrames:
2725
case
KnownElements
.Int16AnimationUsingKeyFrames:
2726
case
KnownElements
.Int32AnimationUsingKeyFrames:
2727
case
KnownElements
.Int64AnimationUsingKeyFrames:
2728
case
KnownElements
.MatrixAnimationUsingKeyFrames:
2729
case
KnownElements
.ObjectAnimationUsingKeyFrames:
2730
case
KnownElements
.Point3DAnimationUsingKeyFrames:
2731
case
KnownElements
.PointAnimationUsingKeyFrames:
2732
case
KnownElements
.QuaternionAnimationUsingKeyFrames:
2733
case
KnownElements
.RectAnimationUsingKeyFrames:
2734
case
KnownElements
.Rotation3DAnimationUsingKeyFrames:
2735
case
KnownElements
.SingleAnimationUsingKeyFrames:
2736
case
KnownElements
.SizeAnimationUsingKeyFrames:
2737
case
KnownElements
.StringAnimationUsingKeyFrames:
2738
case
KnownElements
.ThicknessAnimationUsingKeyFrames:
2739
case
KnownElements
.Vector3DAnimationUsingKeyFrames:
2740
case
KnownElements
.VectorAnimationUsingKeyFrames:
2743
case
KnownElements
.List:
2746
case
KnownElements
.InputScopeName:
2749
case
KnownElements
.FixedDocument:
2752
case
KnownElements
.FixedDocumentSequence:
2755
case
KnownElements
.Table:
2758
case
KnownElements
.TableRowGroup:
2761
case
KnownElements
.PathFigure:
2764
case
KnownElements
.DataTrigger:
2765
case
KnownElements
.MultiDataTrigger:
2766
case
KnownElements
.MultiTrigger:
2767
case
KnownElements
.Style:
2768
case
KnownElements
.Trigger:
2771
case
KnownElements
.BeginStoryboard:
2774
case
KnownElements
.AccessText:
2775
case
KnownElements
.Run:
2776
case
KnownElements
.TextBox:
2779
case
KnownElements
.ToolBarTray:
2782
case
KnownElements
.ControlTemplate:
2783
case
KnownElements
.DataTemplate:
2784
case
KnownElements
.FrameworkTemplate:
2785
case
KnownElements
.HierarchicalDataTemplate:
2786
case
KnownElements
.ItemsPanelTemplate:
2789
case
KnownElements
.XmlDataProvider:
2796
internal static short GetKnownPropertyAttributeId(
KnownElements
typeID, string fieldName)
2800
case
KnownElements
.AccessText:
2804
case
KnownElements
.AdornedElementPlaceholder:
2808
case
KnownElements
.AdornerDecorator:
2812
case
KnownElements
.AnchoredBlock:
2816
case
KnownElements
.ArrayExtension:
2820
case
KnownElements
.BeginStoryboard:
2824
case
KnownElements
.BitmapEffectGroup:
2828
case
KnownElements
.BlockUIContainer:
2832
case
KnownElements
.Bold:
2836
case
KnownElements
.BooleanAnimationUsingKeyFrames:
2840
case
KnownElements
.Border:
2850
case
KnownElements
.BulletDecorator:
2854
case
KnownElements
.Button:
2858
case
KnownElements
.ButtonBase:
2870
case
KnownElements
.ByteAnimationUsingKeyFrames:
2874
case
KnownElements
.Canvas:
2878
case
KnownElements
.CharAnimationUsingKeyFrames:
2882
case
KnownElements
.CheckBox:
2886
case
KnownElements
.ColorAnimationUsingKeyFrames:
2890
case
KnownElements
.ColumnDefinition:
2898
case
KnownElements
.ComboBox:
2902
case
KnownElements
.ComboBoxItem:
2906
case
KnownElements
.ContentControl:
2916
case
KnownElements
.ContentElement:
2920
case
KnownElements
.ContentPresenter:
2932
case
KnownElements
.ContextMenu:
2936
case
KnownElements
.Control:
2968
case
KnownElements
.ControlTemplate:
2972
case
KnownElements
.DataTemplate:
2976
case
KnownElements
.DataTrigger:
2980
case
KnownElements
.DecimalAnimationUsingKeyFrames:
2984
case
KnownElements
.Decorator:
2988
case
KnownElements
.DockPanel:
2996
case
KnownElements
.DocumentViewer:
3000
case
KnownElements
.DocumentViewerBase:
3004
case
KnownElements
.DoubleAnimationUsingKeyFrames:
3008
case
KnownElements
.DrawingGroup:
3012
case
KnownElements
.EventTrigger:
3016
case
KnownElements
.Expander:
3020
case
KnownElements
.Figure:
3024
case
KnownElements
.FixedDocument:
3028
case
KnownElements
.FixedDocumentSequence:
3032
case
KnownElements
.FixedPage:
3036
case
KnownElements
.Floater:
3040
case
KnownElements
.FlowDocument:
3044
case
KnownElements
.FlowDocumentPageViewer:
3048
case
KnownElements
.FlowDocumentReader:
3052
case
KnownElements
.FlowDocumentScrollViewer:
3056
case
KnownElements
.FrameworkContentElement:
3060
case
KnownElements
.FrameworkElement:
3086
case
KnownElements
.FrameworkTemplate:
3090
case
KnownElements
.GeneralTransformGroup:
3094
case
KnownElements
.GeometryGroup:
3098
case
KnownElements
.GradientBrush:
3102
case
KnownElements
.Grid:
3114
case
KnownElements
.GridView:
3118
case
KnownElements
.GridViewColumn:
3122
case
KnownElements
.GridViewColumnHeader:
3126
case
KnownElements
.GroupBox:
3130
case
KnownElements
.GroupItem:
3134
case
KnownElements
.HeaderedContentControl:
3146
case
KnownElements
.HeaderedItemsControl:
3158
case
KnownElements
.HierarchicalDataTemplate:
3162
case
KnownElements
.Hyperlink:
3168
case
KnownElements
.Image:
3174
case
KnownElements
.InkCanvas:
3178
case
KnownElements
.InkPresenter:
3182
case
KnownElements
.InlineUIContainer:
3186
case
KnownElements
.InputScopeName:
3190
case
KnownElements
.Int16AnimationUsingKeyFrames:
3194
case
KnownElements
.Int32AnimationUsingKeyFrames:
3198
case
KnownElements
.Int64AnimationUsingKeyFrames:
3202
case
KnownElements
.Italic:
3206
case
KnownElements
.ItemsControl:
3222
case
KnownElements
.ItemsPanelTemplate:
3226
case
KnownElements
.Label:
3230
case
KnownElements
.LinearGradientBrush:
3234
case
KnownElements
.List:
3238
case
KnownElements
.ListBox:
3242
case
KnownElements
.ListBoxItem:
3246
case
KnownElements
.ListItem:
3250
case
KnownElements
.ListView:
3254
case
KnownElements
.ListViewItem:
3258
case
KnownElements
.MaterialGroup:
3262
case
KnownElements
.MatrixAnimationUsingKeyFrames:
3266
case
KnownElements
.Menu:
3270
case
KnownElements
.MenuBase:
3274
case
KnownElements
.MenuItem:
3278
case
KnownElements
.Model3DGroup:
3282
case
KnownElements
.ModelVisual3D:
3286
case
KnownElements
.MultiBinding:
3290
case
KnownElements
.MultiDataTrigger:
3294
case
KnownElements
.MultiTrigger:
3298
case
KnownElements
.ObjectAnimationUsingKeyFrames:
3302
case
KnownElements
.Page:
3306
case
KnownElements
.PageContent:
3310
case
KnownElements
.PageFunctionBase:
3314
case
KnownElements
.Panel:
3320
case
KnownElements
.Paragraph:
3324
case
KnownElements
.ParallelTimeline:
3328
case
KnownElements
.Path:
3332
case
KnownElements
.PathFigure:
3336
case
KnownElements
.PathGeometry:
3340
case
KnownElements
.Point3DAnimationUsingKeyFrames:
3344
case
KnownElements
.PointAnimationUsingKeyFrames:
3348
case
KnownElements
.Popup:
3358
case
KnownElements
.PriorityBinding:
3362
case
KnownElements
.QuaternionAnimationUsingKeyFrames:
3366
case
KnownElements
.RadialGradientBrush:
3370
case
KnownElements
.RadioButton:
3374
case
KnownElements
.RectAnimationUsingKeyFrames:
3378
case
KnownElements
.RepeatButton:
3382
case
KnownElements
.RichTextBox:
3388
case
KnownElements
.Rotation3DAnimationUsingKeyFrames:
3392
case
KnownElements
.RowDefinition:
3400
case
KnownElements
.Run:
3404
case
KnownElements
.ScrollViewer:
3414
case
KnownElements
.Section:
3418
case
KnownElements
.Selector:
3422
case
KnownElements
.Shape:
3430
case
KnownElements
.SingleAnimationUsingKeyFrames:
3434
case
KnownElements
.SizeAnimationUsingKeyFrames:
3438
case
KnownElements
.Span:
3442
case
KnownElements
.StackPanel:
3446
case
KnownElements
.StatusBar:
3450
case
KnownElements
.StatusBarItem:
3454
case
KnownElements
.Storyboard:
3458
case
KnownElements
.StringAnimationUsingKeyFrames:
3462
case
KnownElements
.Style:
3466
case
KnownElements
.TabControl:
3470
case
KnownElements
.TabItem:
3474
case
KnownElements
.TabPanel:
3478
case
KnownElements
.Table:
3482
case
KnownElements
.TableCell:
3486
case
KnownElements
.TableRow:
3490
case
KnownElements
.TableRowGroup:
3494
case
KnownElements
.TextBlock:
3520
case
KnownElements
.TextBox:
3526
case
KnownElements
.TextElement:
3542
case
KnownElements
.ThicknessAnimationUsingKeyFrames:
3546
case
KnownElements
.TimelineGroup:
3550
case
KnownElements
.ToggleButton:
3554
case
KnownElements
.ToolBar:
3558
case
KnownElements
.ToolBarOverflowPanel:
3562
case
KnownElements
.ToolBarPanel:
3566
case
KnownElements
.ToolBarTray:
3570
case
KnownElements
.ToolTip:
3574
case
KnownElements
.Track:
3588
case
KnownElements
.Transform3DGroup:
3592
case
KnownElements
.TransformGroup:
3596
case
KnownElements
.TreeView:
3600
case
KnownElements
.TreeViewItem:
3604
case
KnownElements
.Trigger:
3608
case
KnownElements
.UIElement:
3620
case
KnownElements
.Underline:
3624
case
KnownElements
.UniformGrid:
3628
case
KnownElements
.UserControl:
3632
case
KnownElements
.Vector3DAnimationUsingKeyFrames:
3636
case
KnownElements
.VectorAnimationUsingKeyFrames:
3640
case
KnownElements
.Viewbox:
3644
case
KnownElements
.Viewport3D:
3648
case
KnownElements
.Viewport3DVisual:
3652
case
KnownElements
.VirtualizingPanel:
3656
case
KnownElements
.VirtualizingStackPanel:
3660
case
KnownElements
.Window:
3664
case
KnownElements
.WrapPanel:
3668
case
KnownElements
.XmlDataProvider:
3688
internal static
KnownElements
GetKnownTypeConverterId(
KnownElements
knownElement)
3690
KnownElements
converterId =
KnownElements
.UnknownElement;
3693
case
KnownElements
.ComponentResourceKey: converterId =
KnownElements
.ComponentResourceKeyConverter; break;
3694
case
KnownElements
.CornerRadius: converterId =
KnownElements
.CornerRadiusConverter; break;
3695
case
KnownElements
.BindingExpressionBase: converterId =
KnownElements
.ExpressionConverter; break;
3696
case
KnownElements
.BindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3697
case
KnownElements
.MultiBindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3698
case
KnownElements
.PriorityBindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3699
case
KnownElements
.TemplateKey: converterId =
KnownElements
.TemplateKeyConverter; break;
3700
case
KnownElements
.DataTemplateKey: converterId =
KnownElements
.TemplateKeyConverter; break;
3701
case
KnownElements
.DynamicResourceExtension: converterId =
KnownElements
.DynamicResourceExtensionConverter; break;
3702
case
KnownElements
.FigureLength: converterId =
KnownElements
.FigureLengthConverter; break;
3703
case
KnownElements
.GridLength: converterId =
KnownElements
.GridLengthConverter; break;
3704
case
KnownElements
.PropertyPath: converterId =
KnownElements
.PropertyPathConverter; break;
3705
case
KnownElements
.TemplateBindingExpression: converterId =
KnownElements
.TemplateBindingExpressionConverter; break;
3706
case
KnownElements
.TemplateBindingExtension: converterId =
KnownElements
.TemplateBindingExtensionConverter; break;
3707
case
KnownElements
.Thickness: converterId =
KnownElements
.ThicknessConverter; break;
3708
case
KnownElements
.Duration: converterId =
KnownElements
.DurationConverter; break;
3709
case
KnownElements
.FontStyle: converterId =
KnownElements
.FontStyleConverter; break;
3710
case
KnownElements
.FontStretch: converterId =
KnownElements
.FontStretchConverter; break;
3711
case
KnownElements
.FontWeight: converterId =
KnownElements
.FontWeightConverter; break;
3712
case
KnownElements
.RoutedEvent: converterId =
KnownElements
.RoutedEventConverter; break;
3713
case
KnownElements
.TextDecorationCollection: converterId =
KnownElements
.TextDecorationCollectionConverter; break;
3714
case
KnownElements
.StrokeCollection: converterId =
KnownElements
.StrokeCollectionConverter; break;
3715
case
KnownElements
.ICommand: converterId =
KnownElements
.CommandConverter; break;
3716
case
KnownElements
.KeyGesture: converterId =
KnownElements
.KeyGestureConverter; break;
3717
case
KnownElements
.MouseGesture: converterId =
KnownElements
.MouseGestureConverter; break;
3718
case
KnownElements
.RoutedCommand: converterId =
KnownElements
.CommandConverter; break;
3719
case
KnownElements
.RoutedUICommand: converterId =
KnownElements
.CommandConverter; break;
3720
case
KnownElements
.Cursor: converterId =
KnownElements
.CursorConverter; break;
3721
case
KnownElements
.InputScope: converterId =
KnownElements
.InputScopeConverter; break;
3722
case
KnownElements
.InputScopeName: converterId =
KnownElements
.InputScopeNameConverter; break;
3723
case
KnownElements
.KeySpline: converterId =
KnownElements
.KeySplineConverter; break;
3724
case
KnownElements
.KeyTime: converterId =
KnownElements
.KeyTimeConverter; break;
3725
case
KnownElements
.RepeatBehavior: converterId =
KnownElements
.RepeatBehaviorConverter; break;
3726
case
KnownElements
.Brush: converterId =
KnownElements
.BrushConverter; break;
3727
case
KnownElements
.Color: converterId =
KnownElements
.ColorConverter; break;
3728
case
KnownElements
.Geometry: converterId =
KnownElements
.GeometryConverter; break;
3729
case
KnownElements
.CombinedGeometry: converterId =
KnownElements
.GeometryConverter; break;
3730
case
KnownElements
.TileBrush: converterId =
KnownElements
.BrushConverter; break;
3731
case
KnownElements
.DrawingBrush: converterId =
KnownElements
.BrushConverter; break;
3732
case
KnownElements
.ImageSource: converterId =
KnownElements
.ImageSourceConverter; break;
3733
case
KnownElements
.DrawingImage: converterId =
KnownElements
.ImageSourceConverter; break;
3734
case
KnownElements
.EllipseGeometry: converterId =
KnownElements
.GeometryConverter; break;
3735
case
KnownElements
.FontFamily: converterId =
KnownElements
.FontFamilyConverter; break;
3736
case
KnownElements
.DoubleCollection: converterId =
KnownElements
.DoubleCollectionConverter; break;
3737
case
KnownElements
.GeometryGroup: converterId =
KnownElements
.GeometryConverter; break;
3738
case
KnownElements
.GradientBrush: converterId =
KnownElements
.BrushConverter; break;
3739
case
KnownElements
.ImageBrush: converterId =
KnownElements
.BrushConverter; break;
3740
case
KnownElements
.Int32Collection: converterId =
KnownElements
.Int32CollectionConverter; break;
3741
case
KnownElements
.LinearGradientBrush: converterId =
KnownElements
.BrushConverter; break;
3742
case
KnownElements
.LineGeometry: converterId =
KnownElements
.GeometryConverter; break;
3743
case
KnownElements
.Transform: converterId =
KnownElements
.TransformConverter; break;
3744
case
KnownElements
.MatrixTransform: converterId =
KnownElements
.TransformConverter; break;
3745
case
KnownElements
.PathFigureCollection: converterId =
KnownElements
.PathFigureCollectionConverter; break;
3746
case
KnownElements
.PathGeometry: converterId =
KnownElements
.GeometryConverter; break;
3747
case
KnownElements
.PointCollection: converterId =
KnownElements
.PointCollectionConverter; break;
3748
case
KnownElements
.RadialGradientBrush: converterId =
KnownElements
.BrushConverter; break;
3749
case
KnownElements
.RectangleGeometry: converterId =
KnownElements
.GeometryConverter; break;
3750
case
KnownElements
.RotateTransform: converterId =
KnownElements
.TransformConverter; break;
3751
case
KnownElements
.ScaleTransform: converterId =
KnownElements
.TransformConverter; break;
3752
case
KnownElements
.SkewTransform: converterId =
KnownElements
.TransformConverter; break;
3753
case
KnownElements
.SolidColorBrush: converterId =
KnownElements
.BrushConverter; break;
3754
case
KnownElements
.StreamGeometry: converterId =
KnownElements
.GeometryConverter; break;
3755
case
KnownElements
.TransformGroup: converterId =
KnownElements
.TransformConverter; break;
3756
case
KnownElements
.TranslateTransform: converterId =
KnownElements
.TransformConverter; break;
3757
case
KnownElements
.VectorCollection: converterId =
KnownElements
.VectorCollectionConverter; break;
3758
case
KnownElements
.VisualBrush: converterId =
KnownElements
.BrushConverter; break;
3759
case
KnownElements
.BitmapSource: converterId =
KnownElements
.ImageSourceConverter; break;
3760
case
KnownElements
.BitmapFrame: converterId =
KnownElements
.ImageSourceConverter; break;
3761
case
KnownElements
.BitmapImage: converterId =
KnownElements
.ImageSourceConverter; break;
3762
case
KnownElements
.CachedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3763
case
KnownElements
.ColorConvertedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3764
case
KnownElements
.CroppedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3765
case
KnownElements
.FormatConvertedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3766
case
KnownElements
.RenderTargetBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3767
case
KnownElements
.TransformedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3768
case
KnownElements
.WriteableBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3769
case
KnownElements
.PixelFormat: converterId =
KnownElements
.PixelFormatConverter; break;
3770
case
KnownElements
.Matrix3D: converterId =
KnownElements
.Matrix3DConverter; break;
3771
case
KnownElements
.Point3D: converterId =
KnownElements
.Point3DConverter; break;
3772
case
KnownElements
.Point3DCollection: converterId =
KnownElements
.Point3DCollectionConverter; break;
3773
case
KnownElements
.Vector3DCollection: converterId =
KnownElements
.Vector3DCollectionConverter; break;
3774
case
KnownElements
.Point4D: converterId =
KnownElements
.Point4DConverter; break;
3775
case
KnownElements
.Quaternion: converterId =
KnownElements
.QuaternionConverter; break;
3776
case
KnownElements
.Rect3D: converterId =
KnownElements
.Rect3DConverter; break;
3777
case
KnownElements
.Size3D: converterId =
KnownElements
.Size3DConverter; break;
3778
case
KnownElements
.Vector3D: converterId =
KnownElements
.Vector3DConverter; break;
3779
case
KnownElements
.XmlLanguage: converterId =
KnownElements
.XmlLanguageConverter; break;
3780
case
KnownElements
.Point: converterId =
KnownElements
.PointConverter; break;
3781
case
KnownElements
.Size: converterId =
KnownElements
.SizeConverter; break;
3782
case
KnownElements
.Vector: converterId =
KnownElements
.VectorConverter; break;
3783
case
KnownElements
.Rect: converterId =
KnownElements
.RectConverter; break;
3784
case
KnownElements
.Matrix: converterId =
KnownElements
.MatrixConverter; break;
3785
case
KnownElements
.DependencyProperty: converterId =
KnownElements
.DependencyPropertyConverter; break;
3786
case
KnownElements
.Expression: converterId =
KnownElements
.ExpressionConverter; break;
3787
case
KnownElements
.Int32Rect: converterId =
KnownElements
.Int32RectConverter; break;
3788
case
KnownElements
.Boolean: converterId =
KnownElements
.BooleanConverter; break;
3789
case
KnownElements
.Int16: converterId =
KnownElements
.Int16Converter; break;
3790
case
KnownElements
.Int32: converterId =
KnownElements
.Int32Converter; break;
3791
case
KnownElements
.Int64: converterId =
KnownElements
.Int64Converter; break;
3792
case
KnownElements
.UInt16: converterId =
KnownElements
.UInt16Converter; break;
3793
case
KnownElements
.UInt32: converterId =
KnownElements
.UInt32Converter; break;
3794
case
KnownElements
.UInt64: converterId =
KnownElements
.UInt64Converter; break;
3795
case
KnownElements
.Single: converterId =
KnownElements
.SingleConverter; break;
3796
case
KnownElements
.Double: converterId =
KnownElements
.DoubleConverter; break;
3797
case
KnownElements
.Object: converterId =
KnownElements
.StringConverter; break;
3798
case
KnownElements
.String: converterId =
KnownElements
.StringConverter; break;
3799
case
KnownElements
.Byte: converterId =
KnownElements
.ByteConverter; break;
3800
case
KnownElements
.SByte: converterId =
KnownElements
.SByteConverter; break;
3801
case
KnownElements
.Char: converterId =
KnownElements
.CharConverter; break;
3802
case
KnownElements
.Decimal: converterId =
KnownElements
.DecimalConverter; break;
3803
case
KnownElements
.TimeSpan: converterId =
KnownElements
.TimeSpanConverter; break;
3804
case
KnownElements
.Guid: converterId =
KnownElements
.GuidConverter; break;
3805
case
KnownElements
.DateTime: converterId =
KnownElements
.DateTimeConverter2; break;
3806
case
KnownElements
.Uri: converterId =
KnownElements
.UriTypeConverter; break;
3807
case
KnownElements
.CultureInfo: converterId =
KnownElements
.CultureInfoConverter; break;
3814
internal static
KnownElements
GetKnownTypeConverterIdForProperty(
3815
KnownElements
id,
3818
KnownElements
converterId =
KnownElements
.UnknownElement;
3821
case
KnownElements
.ColumnDefinition:
3823
converterId =
KnownElements
.LengthConverter;
3825
converterId =
KnownElements
.LengthConverter;
3827
case
KnownElements
.RowDefinition:
3829
converterId =
KnownElements
.LengthConverter;
3831
converterId =
KnownElements
.LengthConverter;
3833
case
KnownElements
.FrameworkElement:
3835
converterId =
KnownElements
.LengthConverter;
3837
case
KnownElements
.Adorner:
3839
converterId =
KnownElements
.LengthConverter;
3841
case
KnownElements
.Shape:
3843
converterId =
KnownElements
.LengthConverter;
3845
converterId =
KnownElements
.LengthConverter;
3847
case
KnownElements
.Panel:
3849
converterId =
KnownElements
.LengthConverter;
3851
case
KnownElements
.Canvas:
3853
converterId =
KnownElements
.LengthConverter;
3855
converterId =
KnownElements
.LengthConverter;
3857
converterId =
KnownElements
.LengthConverter;
3859
converterId =
KnownElements
.LengthConverter;
3861
converterId =
KnownElements
.LengthConverter;
3863
case
KnownElements
.Control:
3865
converterId =
KnownElements
.LengthConverter;
3867
converterId =
KnownElements
.FontSizeConverter;
3869
case
KnownElements
.ContentControl:
3871
converterId =
KnownElements
.LengthConverter;
3873
converterId =
KnownElements
.FontSizeConverter;
3875
case
KnownElements
.Window:
3877
converterId =
KnownElements
.LengthConverter;
3879
converterId =
KnownElements
.LengthConverter;
3881
converterId =
KnownElements
.LengthConverter;
3883
converterId =
KnownElements
.DialogResultConverter;
3885
converterId =
KnownElements
.FontSizeConverter;
3887
case
KnownElements
.NavigationWindow:
3889
converterId =
KnownElements
.LengthConverter;
3891
converterId =
KnownElements
.LengthConverter;
3893
converterId =
KnownElements
.LengthConverter;
3895
converterId =
KnownElements
.DialogResultConverter;
3897
converterId =
KnownElements
.FontSizeConverter;
3899
case
KnownElements
.CollectionView:
3901
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
3903
case
KnownElements
.StickyNoteControl:
3905
converterId =
KnownElements
.LengthConverter;
3907
converterId =
KnownElements
.FontSizeConverter;
3909
case
KnownElements
.ItemsControl:
3911
converterId =
KnownElements
.LengthConverter;
3913
converterId =
KnownElements
.FontSizeConverter;
3915
case
KnownElements
.MenuBase:
3917
converterId =
KnownElements
.LengthConverter;
3919
converterId =
KnownElements
.FontSizeConverter;
3921
case
KnownElements
.ContextMenu:
3923
converterId =
KnownElements
.LengthConverter;
3925
converterId =
KnownElements
.LengthConverter;
3927
converterId =
KnownElements
.LengthConverter;
3929
converterId =
KnownElements
.FontSizeConverter;
3931
case
KnownElements
.HeaderedItemsControl:
3933
converterId =
KnownElements
.LengthConverter;
3935
converterId =
KnownElements
.FontSizeConverter;
3937
case
KnownElements
.MenuItem:
3939
converterId =
KnownElements
.LengthConverter;
3941
converterId =
KnownElements
.FontSizeConverter;
3943
case
KnownElements
.FlowDocumentScrollViewer:
3945
converterId =
KnownElements
.LengthConverter;
3947
converterId =
KnownElements
.FontSizeConverter;
3949
case
KnownElements
.DocumentViewerBase:
3951
converterId =
KnownElements
.LengthConverter;
3953
converterId =
KnownElements
.FontSizeConverter;
3955
case
KnownElements
.FlowDocumentPageViewer:
3957
converterId =
KnownElements
.LengthConverter;
3959
converterId =
KnownElements
.FontSizeConverter;
3961
case
KnownElements
.AccessText:
3963
converterId =
KnownElements
.LengthConverter;
3965
converterId =
KnownElements
.FontSizeConverter;
3967
converterId =
KnownElements
.LengthConverter;
3969
case
KnownElements
.AdornedElementPlaceholder:
3971
converterId =
KnownElements
.LengthConverter;
3973
case
KnownElements
.Decorator:
3975
converterId =
KnownElements
.LengthConverter;
3977
case
KnownElements
.Border:
3979
converterId =
KnownElements
.LengthConverter;
3981
case
KnownElements
.ButtonBase:
3983
converterId =
KnownElements
.LengthConverter;
3985
converterId =
KnownElements
.FontSizeConverter;
3987
case
KnownElements
.Button:
3989
converterId =
KnownElements
.LengthConverter;
3991
converterId =
KnownElements
.FontSizeConverter;
3993
case
KnownElements
.ToggleButton:
3995
converterId =
KnownElements
.LengthConverter;
3997
converterId =
KnownElements
.NullableBoolConverter;
3999
converterId =
KnownElements
.FontSizeConverter;
4001
case
KnownElements
.CheckBox:
4003
converterId =
KnownElements
.LengthConverter;
4005
converterId =
KnownElements
.NullableBoolConverter;
4007
converterId =
KnownElements
.FontSizeConverter;
4009
case
KnownElements
.Selector:
4011
converterId =
KnownElements
.LengthConverter;
4013
converterId =
KnownElements
.NullableBoolConverter;
4015
converterId =
KnownElements
.FontSizeConverter;
4017
case
KnownElements
.ComboBox:
4019
converterId =
KnownElements
.LengthConverter;
4021
converterId =
KnownElements
.LengthConverter;
4023
converterId =
KnownElements
.NullableBoolConverter;
4025
converterId =
KnownElements
.FontSizeConverter;
4027
case
KnownElements
.ListBoxItem:
4029
converterId =
KnownElements
.LengthConverter;
4031
converterId =
KnownElements
.FontSizeConverter;
4033
case
KnownElements
.ComboBoxItem:
4035
converterId =
KnownElements
.LengthConverter;
4037
converterId =
KnownElements
.FontSizeConverter;
4039
case
KnownElements
.ContentPresenter:
4041
converterId =
KnownElements
.LengthConverter;
4043
case
KnownElements
.ContextMenuService:
4045
converterId =
KnownElements
.LengthConverter;
4047
converterId =
KnownElements
.LengthConverter;
4049
case
KnownElements
.DockPanel:
4051
converterId =
KnownElements
.LengthConverter;
4053
case
KnownElements
.DocumentViewer:
4055
converterId =
KnownElements
.LengthConverter;
4057
converterId =
KnownElements
.FontSizeConverter;
4059
case
KnownElements
.HeaderedContentControl:
4061
converterId =
KnownElements
.LengthConverter;
4063
converterId =
KnownElements
.FontSizeConverter;
4065
case
KnownElements
.Expander:
4067
converterId =
KnownElements
.LengthConverter;
4069
converterId =
KnownElements
.FontSizeConverter;
4071
case
KnownElements
.FlowDocumentReader:
4073
converterId =
KnownElements
.LengthConverter;
4075
converterId =
KnownElements
.FontSizeConverter;
4077
case
KnownElements
.Frame:
4079
converterId =
KnownElements
.LengthConverter;
4081
converterId =
KnownElements
.FontSizeConverter;
4083
case
KnownElements
.Grid:
4085
converterId =
KnownElements
.LengthConverter;
4087
case
KnownElements
.GridViewColumn:
4089
converterId =
KnownElements
.LengthConverter;
4091
case
KnownElements
.GridViewColumnHeader:
4093
converterId =
KnownElements
.LengthConverter;
4095
converterId =
KnownElements
.FontSizeConverter;
4097
case
KnownElements
.GridViewRowPresenterBase:
4099
converterId =
KnownElements
.LengthConverter;
4101
case
KnownElements
.GridViewHeaderRowPresenter:
4103
converterId =
KnownElements
.LengthConverter;
4105
case
KnownElements
.GridViewRowPresenter:
4107
converterId =
KnownElements
.LengthConverter;
4109
case
KnownElements
.Thumb:
4111
converterId =
KnownElements
.LengthConverter;
4113
converterId =
KnownElements
.FontSizeConverter;
4115
case
KnownElements
.GridSplitter:
4117
converterId =
KnownElements
.LengthConverter;
4119
converterId =
KnownElements
.FontSizeConverter;
4121
case
KnownElements
.GroupBox:
4123
converterId =
KnownElements
.LengthConverter;
4125
converterId =
KnownElements
.FontSizeConverter;
4127
case
KnownElements
.GroupItem:
4129
converterId =
KnownElements
.LengthConverter;
4131
converterId =
KnownElements
.FontSizeConverter;
4133
case
KnownElements
.Image:
4135
converterId =
KnownElements
.LengthConverter;
4137
case
KnownElements
.InkCanvas:
4139
converterId =
KnownElements
.LengthConverter;
4141
converterId =
KnownElements
.LengthConverter;
4143
converterId =
KnownElements
.LengthConverter;
4145
converterId =
KnownElements
.LengthConverter;
4147
converterId =
KnownElements
.LengthConverter;
4149
case
KnownElements
.InkPresenter:
4151
converterId =
KnownElements
.LengthConverter;
4153
case
KnownElements
.ItemCollection:
4155
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4157
case
KnownElements
.ItemsPresenter:
4159
converterId =
KnownElements
.LengthConverter;
4161
case
KnownElements
.Label:
4163
converterId =
KnownElements
.LengthConverter;
4165
converterId =
KnownElements
.FontSizeConverter;
4167
case
KnownElements
.ListBox:
4169
converterId =
KnownElements
.LengthConverter;
4171
converterId =
KnownElements
.NullableBoolConverter;
4173
converterId =
KnownElements
.FontSizeConverter;
4175
case
KnownElements
.ListView:
4177
converterId =
KnownElements
.LengthConverter;
4179
converterId =
KnownElements
.NullableBoolConverter;
4181
converterId =
KnownElements
.FontSizeConverter;
4183
case
KnownElements
.ListViewItem:
4185
converterId =
KnownElements
.LengthConverter;
4187
converterId =
KnownElements
.FontSizeConverter;
4189
case
KnownElements
.MediaElement:
4191
converterId =
KnownElements
.LengthConverter;
4193
case
KnownElements
.Menu:
4195
converterId =
KnownElements
.LengthConverter;
4197
converterId =
KnownElements
.FontSizeConverter;
4199
case
KnownElements
.Page:
4201
converterId =
KnownElements
.LengthConverter;
4203
converterId =
KnownElements
.FontSizeConverter;
4205
case
KnownElements
.PasswordBox:
4207
converterId =
KnownElements
.LengthConverter;
4209
converterId =
KnownElements
.FontSizeConverter;
4211
case
KnownElements
.BulletDecorator:
4213
converterId =
KnownElements
.LengthConverter;
4215
case
KnownElements
.DocumentPageView:
4217
converterId =
KnownElements
.LengthConverter;
4219
case
KnownElements
.Popup:
4221
converterId =
KnownElements
.LengthConverter;
4223
converterId =
KnownElements
.LengthConverter;
4225
converterId =
KnownElements
.LengthConverter;
4227
case
KnownElements
.RangeBase:
4229
converterId =
KnownElements
.LengthConverter;
4231
converterId =
KnownElements
.FontSizeConverter;
4233
case
KnownElements
.RepeatButton:
4235
converterId =
KnownElements
.LengthConverter;
4237
converterId =
KnownElements
.FontSizeConverter;
4239
case
KnownElements
.ResizeGrip:
4241
converterId =
KnownElements
.LengthConverter;
4243
converterId =
KnownElements
.FontSizeConverter;
4245
case
KnownElements
.ScrollBar:
4247
converterId =
KnownElements
.LengthConverter;
4249
converterId =
KnownElements
.FontSizeConverter;
4251
case
KnownElements
.ScrollContentPresenter:
4253
converterId =
KnownElements
.LengthConverter;
4255
case
KnownElements
.StatusBar:
4257
converterId =
KnownElements
.LengthConverter;
4259
converterId =
KnownElements
.FontSizeConverter;
4261
case
KnownElements
.StatusBarItem:
4263
converterId =
KnownElements
.LengthConverter;
4265
converterId =
KnownElements
.FontSizeConverter;
4267
case
KnownElements
.TabPanel:
4269
converterId =
KnownElements
.LengthConverter;
4271
case
KnownElements
.TextBoxBase:
4273
converterId =
KnownElements
.LengthConverter;
4275
converterId =
KnownElements
.FontSizeConverter;
4277
case
KnownElements
.TickBar:
4279
converterId =
KnownElements
.LengthConverter;
4281
case
KnownElements
.ToolBarOverflowPanel:
4283
converterId =
KnownElements
.LengthConverter;
4285
case
KnownElements
.StackPanel:
4287
converterId =
KnownElements
.LengthConverter;
4289
case
KnownElements
.ToolBarPanel:
4291
converterId =
KnownElements
.LengthConverter;
4293
case
KnownElements
.Track:
4295
converterId =
KnownElements
.LengthConverter;
4297
case
KnownElements
.UniformGrid:
4299
converterId =
KnownElements
.LengthConverter;
4301
case
KnownElements
.ProgressBar:
4303
converterId =
KnownElements
.LengthConverter;
4305
converterId =
KnownElements
.FontSizeConverter;
4307
case
KnownElements
.RadioButton:
4309
converterId =
KnownElements
.LengthConverter;
4311
converterId =
KnownElements
.NullableBoolConverter;
4313
converterId =
KnownElements
.FontSizeConverter;
4315
case
KnownElements
.RichTextBox:
4317
converterId =
KnownElements
.LengthConverter;
4319
converterId =
KnownElements
.FontSizeConverter;
4321
case
KnownElements
.ScrollViewer:
4323
converterId =
KnownElements
.LengthConverter;
4325
converterId =
KnownElements
.FontSizeConverter;
4327
case
KnownElements
.Separator:
4329
converterId =
KnownElements
.LengthConverter;
4331
converterId =
KnownElements
.FontSizeConverter;
4333
case
KnownElements
.Slider:
4335
converterId =
KnownElements
.LengthConverter;
4337
converterId =
KnownElements
.FontSizeConverter;
4339
case
KnownElements
.TabControl:
4341
converterId =
KnownElements
.LengthConverter;
4343
converterId =
KnownElements
.NullableBoolConverter;
4345
converterId =
KnownElements
.FontSizeConverter;
4347
case
KnownElements
.TabItem:
4349
converterId =
KnownElements
.LengthConverter;
4351
converterId =
KnownElements
.FontSizeConverter;
4353
case
KnownElements
.TextBlock:
4355
converterId =
KnownElements
.LengthConverter;
4357
converterId =
KnownElements
.FontSizeConverter;
4359
converterId =
KnownElements
.LengthConverter;
4361
case
KnownElements
.TextBox:
4363
converterId =
KnownElements
.LengthConverter;
4365
converterId =
KnownElements
.FontSizeConverter;
4367
case
KnownElements
.ToolBar:
4369
converterId =
KnownElements
.LengthConverter;
4371
converterId =
KnownElements
.FontSizeConverter;
4373
case
KnownElements
.ToolBarTray:
4375
converterId =
KnownElements
.LengthConverter;
4377
case
KnownElements
.ToolTip:
4379
converterId =
KnownElements
.LengthConverter;
4381
converterId =
KnownElements
.LengthConverter;
4383
converterId =
KnownElements
.LengthConverter;
4385
converterId =
KnownElements
.FontSizeConverter;
4387
case
KnownElements
.ToolTipService:
4389
converterId =
KnownElements
.LengthConverter;
4391
converterId =
KnownElements
.LengthConverter;
4393
case
KnownElements
.TreeView:
4395
converterId =
KnownElements
.LengthConverter;
4397
converterId =
KnownElements
.FontSizeConverter;
4399
case
KnownElements
.TreeViewItem:
4401
converterId =
KnownElements
.LengthConverter;
4403
converterId =
KnownElements
.FontSizeConverter;
4405
case
KnownElements
.UserControl:
4407
converterId =
KnownElements
.LengthConverter;
4409
converterId =
KnownElements
.FontSizeConverter;
4411
case
KnownElements
.Viewbox:
4413
converterId =
KnownElements
.LengthConverter;
4415
case
KnownElements
.Viewport3D:
4417
converterId =
KnownElements
.LengthConverter;
4419
case
KnownElements
.VirtualizingPanel:
4421
converterId =
KnownElements
.LengthConverter;
4423
case
KnownElements
.VirtualizingStackPanel:
4425
converterId =
KnownElements
.LengthConverter;
4427
case
KnownElements
.WrapPanel:
4429
converterId =
KnownElements
.LengthConverter;
4431
converterId =
KnownElements
.LengthConverter;
4433
converterId =
KnownElements
.LengthConverter;
4435
case
KnownElements
.Binding:
4437
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4439
case
KnownElements
.BindingListCollectionView:
4441
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4443
case
KnownElements
.CollectionViewSource:
4445
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4447
case
KnownElements
.ListCollectionView:
4449
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4451
case
KnownElements
.MultiBinding:
4453
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4455
case
KnownElements
.AdornerDecorator:
4457
converterId =
KnownElements
.LengthConverter;
4459
case
KnownElements
.AdornerLayer:
4461
converterId =
KnownElements
.LengthConverter;
4463
case
KnownElements
.TextElement:
4465
converterId =
KnownElements
.FontSizeConverter;
4467
case
KnownElements
.Inline:
4469
converterId =
KnownElements
.FontSizeConverter;
4471
case
KnownElements
.AnchoredBlock:
4473
converterId =
KnownElements
.LengthConverter;
4475
converterId =
KnownElements
.FontSizeConverter;
4477
case
KnownElements
.Block:
4479
converterId =
KnownElements
.LengthConverter;
4481
converterId =
KnownElements
.FontSizeConverter;
4483
case
KnownElements
.BlockUIContainer:
4485
converterId =
KnownElements
.LengthConverter;
4487
converterId =
KnownElements
.FontSizeConverter;
4489
case
KnownElements
.Span:
4491
converterId =
KnownElements
.FontSizeConverter;
4493
case
KnownElements
.Bold:
4495
converterId =
KnownElements
.FontSizeConverter;
4497
case
KnownElements
.DocumentReference:
4499
converterId =
KnownElements
.LengthConverter;
4501
case
KnownElements
.Figure:
4503
converterId =
KnownElements
.LengthConverter;
4505
converterId =
KnownElements
.LengthConverter;
4507
converterId =
KnownElements
.LengthConverter;
4509
converterId =
KnownElements
.FontSizeConverter;
4511
case
KnownElements
.FixedPage:
4513
converterId =
KnownElements
.LengthConverter;
4515
converterId =
KnownElements
.LengthConverter;
4517
converterId =
KnownElements
.LengthConverter;
4519
converterId =
KnownElements
.LengthConverter;
4521
converterId =
KnownElements
.LengthConverter;
4523
case
KnownElements
.Floater:
4525
converterId =
KnownElements
.LengthConverter;
4527
converterId =
KnownElements
.LengthConverter;
4529
converterId =
KnownElements
.FontSizeConverter;
4531
case
KnownElements
.FlowDocument:
4533
converterId =
KnownElements
.FontSizeConverter;
4535
converterId =
KnownElements
.LengthConverter;
4537
converterId =
KnownElements
.LengthConverter;
4539
converterId =
KnownElements
.LengthConverter;
4541
converterId =
KnownElements
.LengthConverter;
4543
converterId =
KnownElements
.LengthConverter;
4545
converterId =
KnownElements
.LengthConverter;
4547
converterId =
KnownElements
.LengthConverter;
4549
converterId =
KnownElements
.LengthConverter;
4551
converterId =
KnownElements
.LengthConverter;
4553
converterId =
KnownElements
.LengthConverter;
4555
case
KnownElements
.Glyphs:
4557
converterId =
KnownElements
.LengthConverter;
4559
converterId =
KnownElements
.FontSizeConverter;
4561
converterId =
KnownElements
.LengthConverter;
4563
converterId =
KnownElements
.LengthConverter;
4565
case
KnownElements
.Hyperlink:
4567
converterId =
KnownElements
.FontSizeConverter;
4569
case
KnownElements
.InlineUIContainer:
4571
converterId =
KnownElements
.FontSizeConverter;
4573
case
KnownElements
.Italic:
4575
converterId =
KnownElements
.FontSizeConverter;
4577
case
KnownElements
.LineBreak:
4579
converterId =
KnownElements
.FontSizeConverter;
4581
case
KnownElements
.List:
4583
converterId =
KnownElements
.LengthConverter;
4585
converterId =
KnownElements
.LengthConverter;
4587
converterId =
KnownElements
.FontSizeConverter;
4589
case
KnownElements
.ListItem:
4591
converterId =
KnownElements
.LengthConverter;
4593
converterId =
KnownElements
.FontSizeConverter;
4595
case
KnownElements
.PageContent:
4597
converterId =
KnownElements
.LengthConverter;
4599
case
KnownElements
.Paragraph:
4601
converterId =
KnownElements
.LengthConverter;
4603
converterId =
KnownElements
.LengthConverter;
4605
converterId =
KnownElements
.FontSizeConverter;
4607
case
KnownElements
.Run:
4609
converterId =
KnownElements
.FontSizeConverter;
4611
case
KnownElements
.Section:
4613
converterId =
KnownElements
.LengthConverter;
4615
converterId =
KnownElements
.FontSizeConverter;
4617
case
KnownElements
.Table:
4619
converterId =
KnownElements
.LengthConverter;
4621
converterId =
KnownElements
.LengthConverter;
4623
converterId =
KnownElements
.FontSizeConverter;
4625
case
KnownElements
.TableCell:
4627
converterId =
KnownElements
.LengthConverter;
4629
converterId =
KnownElements
.FontSizeConverter;
4631
case
KnownElements
.TableRow:
4633
converterId =
KnownElements
.FontSizeConverter;
4635
case
KnownElements
.TableRowGroup:
4637
converterId =
KnownElements
.FontSizeConverter;
4639
case
KnownElements
.Underline:
4641
converterId =
KnownElements
.FontSizeConverter;
4643
case
KnownElements
.PageFunctionBase:
4645
converterId =
KnownElements
.LengthConverter;
4647
converterId =
KnownElements
.FontSizeConverter;
4649
case
KnownElements
.Ellipse:
4651
converterId =
KnownElements
.LengthConverter;
4653
converterId =
KnownElements
.LengthConverter;
4655
case
KnownElements
.Line:
4657
converterId =
KnownElements
.LengthConverter;
4659
converterId =
KnownElements
.LengthConverter;
4661
converterId =
KnownElements
.LengthConverter;
4663
converterId =
KnownElements
.LengthConverter;
4665
converterId =
KnownElements
.LengthConverter;
4667
converterId =
KnownElements
.LengthConverter;
4669
case
KnownElements
.Path:
4671
converterId =
KnownElements
.LengthConverter;
4673
converterId =
KnownElements
.LengthConverter;
4675
case
KnownElements
.Polygon:
4677
converterId =
KnownElements
.LengthConverter;
4679
converterId =
KnownElements
.LengthConverter;
4681
case
KnownElements
.Polyline:
4683
converterId =
KnownElements
.LengthConverter;
4685
converterId =
KnownElements
.LengthConverter;
4687
case
KnownElements
.Rectangle:
4689
converterId =
KnownElements
.LengthConverter;
4691
converterId =
KnownElements
.LengthConverter;
4693
converterId =
KnownElements
.LengthConverter;
4695
converterId =
KnownElements
.LengthConverter;
4697
case
KnownElements
.InputBinding:
4699
converterId =
KnownElements
.CommandConverter;
4701
case
KnownElements
.KeyBinding:
4703
converterId =
KnownElements
.KeyGestureConverter;
4705
converterId =
KnownElements
.CommandConverter;
4707
case
KnownElements
.MouseBinding:
4709
converterId =
KnownElements
.MouseGestureConverter;
4711
converterId =
KnownElements
.CommandConverter;
4713
case
KnownElements
.InputLanguageManager:
4715
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4717
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4719
case
KnownElements
.GlyphRun:
4721
converterId =
KnownElements
.BoolIListConverter;
4723
converterId =
KnownElements
.UShortIListConverter;
4725
converterId =
KnownElements
.CharIListConverter;
4727
converterId =
KnownElements
.UShortIListConverter;
4729
converterId =
KnownElements
.DoubleIListConverter;
4731
converterId =
KnownElements
.PointIListConverter;
4733
case
KnownElements
.NumberSubstitution:
4735
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4769
private Type InitializeOneType(
KnownElements
knownElement)
4774
case
KnownElements
.FrameworkContentElement: t = _asmFramework.GetType("System.Windows.FrameworkContentElement"); break;
4775
case
KnownElements
.DefinitionBase: t = _asmFramework.GetType("System.Windows.Controls.DefinitionBase"); break;
4776
case
KnownElements
.ColumnDefinition: t = _asmFramework.GetType("System.Windows.Controls.ColumnDefinition"); break;
4777
case
KnownElements
.RowDefinition: t = _asmFramework.GetType("System.Windows.Controls.RowDefinition"); break;
4778
case
KnownElements
.FrameworkElement: t = _asmFramework.GetType("System.Windows.FrameworkElement"); break;
4779
case
KnownElements
.Adorner: t = _asmFramework.GetType("System.Windows.Documents.Adorner"); break;
4780
case
KnownElements
.Shape: t = _asmFramework.GetType("System.Windows.Shapes.Shape"); break;
4781
case
KnownElements
.Panel: t = _asmFramework.GetType("System.Windows.Controls.Panel"); break;
4782
case
KnownElements
.Canvas: t = _asmFramework.GetType("System.Windows.Controls.Canvas"); break;
4783
case
KnownElements
.JournalEntry: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntry"); break;
4784
case
KnownElements
.Control: t = _asmFramework.GetType("System.Windows.Controls.Control"); break;
4785
case
KnownElements
.ContentControl: t = _asmFramework.GetType("System.Windows.Controls.ContentControl"); break;
4786
case
KnownElements
.Window: t = _asmFramework.GetType("System.Windows.Window"); break;
4787
case
KnownElements
.NavigationWindow: t = _asmFramework.GetType("System.Windows.Navigation.NavigationWindow"); break;
4788
case
KnownElements
.Application: t = _asmFramework.GetType("System.Windows.Application"); break;
4789
case
KnownElements
.CollectionView: t = _asmFramework.GetType("System.Windows.Data.CollectionView"); break;
4790
case
KnownElements
.StickyNoteControl: t = _asmFramework.GetType("System.Windows.Controls.StickyNoteControl"); break;
4791
case
KnownElements
.ItemsControl: t = _asmFramework.GetType("System.Windows.Controls.ItemsControl"); break;
4792
case
KnownElements
.MenuBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.MenuBase"); break;
4793
case
KnownElements
.ContextMenu: t = _asmFramework.GetType("System.Windows.Controls.ContextMenu"); break;
4794
case
KnownElements
.HeaderedItemsControl: t = _asmFramework.GetType("System.Windows.Controls.HeaderedItemsControl"); break;
4795
case
KnownElements
.MenuItem: t = _asmFramework.GetType("System.Windows.Controls.MenuItem"); break;
4796
case
KnownElements
.FlowDocumentScrollViewer: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentScrollViewer"); break;
4797
case
KnownElements
.DocumentViewerBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.DocumentViewerBase"); break;
4798
case
KnownElements
.FlowDocumentPageViewer: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentPageViewer"); break;
4799
case
KnownElements
.ResourceKey: t = _asmFramework.GetType("System.Windows.ResourceKey"); break;
4800
case
KnownElements
.ComponentResourceKey: t = _asmFramework.GetType("System.Windows.ComponentResourceKey"); break;
4801
case
KnownElements
.FrameworkTemplate: t = _asmFramework.GetType("System.Windows.FrameworkTemplate"); break;
4802
case
KnownElements
.ControlTemplate: t = _asmFramework.GetType("System.Windows.Controls.ControlTemplate"); break;
4803
case
KnownElements
.AccessText: t = _asmFramework.GetType("System.Windows.Controls.AccessText"); break;
4804
case
KnownElements
.AdornedElementPlaceholder: t = _asmFramework.GetType("System.Windows.Controls.AdornedElementPlaceholder"); break;
4805
case
KnownElements
.BooleanToVisibilityConverter: t = _asmFramework.GetType("System.Windows.Controls.BooleanToVisibilityConverter"); break;
4806
case
KnownElements
.Decorator: t = _asmFramework.GetType("System.Windows.Controls.Decorator"); break;
4807
case
KnownElements
.Border: t = _asmFramework.GetType("System.Windows.Controls.Border"); break;
4808
case
KnownElements
.BorderGapMaskConverter: t = _asmFramework.GetType("System.Windows.Controls.BorderGapMaskConverter"); break;
4809
case
KnownElements
.ButtonBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ButtonBase"); break;
4810
case
KnownElements
.Button: t = _asmFramework.GetType("System.Windows.Controls.Button"); break;
4811
case
KnownElements
.ToggleButton: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToggleButton"); break;
4812
case
KnownElements
.CheckBox: t = _asmFramework.GetType("System.Windows.Controls.CheckBox"); break;
4813
case
KnownElements
.Selector: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Selector"); break;
4814
case
KnownElements
.ComboBox: t = _asmFramework.GetType("System.Windows.Controls.ComboBox"); break;
4815
case
KnownElements
.ListBoxItem: t = _asmFramework.GetType("System.Windows.Controls.ListBoxItem"); break;
4816
case
KnownElements
.ComboBoxItem: t = _asmFramework.GetType("System.Windows.Controls.ComboBoxItem"); break;
4817
case
KnownElements
.ContentPresenter: t = _asmFramework.GetType("System.Windows.Controls.ContentPresenter"); break;
4818
case
KnownElements
.DataTemplate: t = _asmFramework.GetType("System.Windows.DataTemplate"); break;
4819
case
KnownElements
.ContextMenuService: t = _asmFramework.GetType("System.Windows.Controls.ContextMenuService"); break;
4820
case
KnownElements
.DockPanel: t = _asmFramework.GetType("System.Windows.Controls.DockPanel"); break;
4821
case
KnownElements
.DocumentViewer: t = _asmFramework.GetType("System.Windows.Controls.DocumentViewer"); break;
4822
case
KnownElements
.HeaderedContentControl: t = _asmFramework.GetType("System.Windows.Controls.HeaderedContentControl"); break;
4823
case
KnownElements
.Expander: t = _asmFramework.GetType("System.Windows.Controls.Expander"); break;
4824
case
KnownElements
.FlowDocumentReader: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentReader"); break;
4825
case
KnownElements
.Frame: t = _asmFramework.GetType("System.Windows.Controls.Frame"); break;
4826
case
KnownElements
.Grid: t = _asmFramework.GetType("System.Windows.Controls.Grid"); break;
4827
case
KnownElements
.ViewBase: t = _asmFramework.GetType("System.Windows.Controls.ViewBase"); break;
4828
case
KnownElements
.GridView: t = _asmFramework.GetType("System.Windows.Controls.GridView"); break;
4829
case
KnownElements
.GridViewColumn: t = _asmFramework.GetType("System.Windows.Controls.GridViewColumn"); break;
4830
case
KnownElements
.GridViewColumnHeader: t = _asmFramework.GetType("System.Windows.Controls.GridViewColumnHeader"); break;
4831
case
KnownElements
.GridViewRowPresenterBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.GridViewRowPresenterBase"); break;
4832
case
KnownElements
.GridViewHeaderRowPresenter: t = _asmFramework.GetType("System.Windows.Controls.GridViewHeaderRowPresenter"); break;
4833
case
KnownElements
.GridViewRowPresenter: t = _asmFramework.GetType("System.Windows.Controls.GridViewRowPresenter"); break;
4834
case
KnownElements
.Thumb: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Thumb"); break;
4835
case
KnownElements
.GridSplitter: t = _asmFramework.GetType("System.Windows.Controls.GridSplitter"); break;
4836
case
KnownElements
.GroupBox: t = _asmFramework.GetType("System.Windows.Controls.GroupBox"); break;
4837
case
KnownElements
.GroupItem: t = _asmFramework.GetType("System.Windows.Controls.GroupItem"); break;
4838
case
KnownElements
.Image: t = _asmFramework.GetType("System.Windows.Controls.Image"); break;
4839
case
KnownElements
.InkCanvas: t = _asmFramework.GetType("System.Windows.Controls.InkCanvas"); break;
4840
case
KnownElements
.InkPresenter: t = _asmFramework.GetType("System.Windows.Controls.InkPresenter"); break;
4841
case
KnownElements
.ItemCollection: t = _asmFramework.GetType("System.Windows.Controls.ItemCollection"); break;
4842
case
KnownElements
.ItemsPanelTemplate: t = _asmFramework.GetType("System.Windows.Controls.ItemsPanelTemplate"); break;
4843
case
KnownElements
.ItemsPresenter: t = _asmFramework.GetType("System.Windows.Controls.ItemsPresenter"); break;
4844
case
KnownElements
.Label: t = _asmFramework.GetType("System.Windows.Controls.Label"); break;
4845
case
KnownElements
.ListBox: t = _asmFramework.GetType("System.Windows.Controls.ListBox"); break;
4846
case
KnownElements
.ListView: t = _asmFramework.GetType("System.Windows.Controls.ListView"); break;
4847
case
KnownElements
.ListViewItem: t = _asmFramework.GetType("System.Windows.Controls.ListViewItem"); break;
4848
case
KnownElements
.MediaElement: t = _asmFramework.GetType("System.Windows.Controls.MediaElement"); break;
4849
case
KnownElements
.Menu: t = _asmFramework.GetType("System.Windows.Controls.Menu"); break;
4850
case
KnownElements
.MenuScrollingVisibilityConverter: t = _asmFramework.GetType("System.Windows.Controls.MenuScrollingVisibilityConverter"); break;
4851
case
KnownElements
.Page: t = _asmFramework.GetType("System.Windows.Controls.Page"); break;
4852
case
KnownElements
.PasswordBox: t = _asmFramework.GetType("System.Windows.Controls.PasswordBox"); break;
4853
case
KnownElements
.BulletDecorator: t = _asmFramework.GetType("System.Windows.Controls.Primitives.BulletDecorator"); break;
4854
case
KnownElements
.DocumentPageView: t = _asmFramework.GetType("System.Windows.Controls.Primitives.DocumentPageView"); break;
4855
case
KnownElements
.Popup: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Popup"); break;
4856
case
KnownElements
.RangeBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.RangeBase"); break;
4857
case
KnownElements
.RepeatButton: t = _asmFramework.GetType("System.Windows.Controls.Primitives.RepeatButton"); break;
4858
case
KnownElements
.ResizeGrip: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ResizeGrip"); break;
4859
case
KnownElements
.ScrollBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ScrollBar"); break;
4860
case
KnownElements
.ScrollContentPresenter: t = _asmFramework.GetType("System.Windows.Controls.ScrollContentPresenter"); break;
4861
case
KnownElements
.StatusBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.StatusBar"); break;
4862
case
KnownElements
.StatusBarItem: t = _asmFramework.GetType("System.Windows.Controls.Primitives.StatusBarItem"); break;
4863
case
KnownElements
.TabPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TabPanel"); break;
4864
case
KnownElements
.TextBoxBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TextBoxBase"); break;
4865
case
KnownElements
.TickBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TickBar"); break;
4866
case
KnownElements
.ToolBarOverflowPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToolBarOverflowPanel"); break;
4867
case
KnownElements
.StackPanel: t = _asmFramework.GetType("System.Windows.Controls.StackPanel"); break;
4868
case
KnownElements
.ToolBarPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToolBarPanel"); break;
4869
case
KnownElements
.Track: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Track"); break;
4870
case
KnownElements
.UniformGrid: t = _asmFramework.GetType("System.Windows.Controls.Primitives.UniformGrid"); break;
4871
case
KnownElements
.ProgressBar: t = _asmFramework.GetType("System.Windows.Controls.ProgressBar"); break;
4872
case
KnownElements
.RadioButton: t = _asmFramework.GetType("System.Windows.Controls.RadioButton"); break;
4873
case
KnownElements
.RichTextBox: t = _asmFramework.GetType("System.Windows.Controls.RichTextBox"); break;
4874
case
KnownElements
.ScrollViewer: t = _asmFramework.GetType("System.Windows.Controls.ScrollViewer"); break;
4875
case
KnownElements
.Separator: t = _asmFramework.GetType("System.Windows.Controls.Separator"); break;
4876
case
KnownElements
.Slider: t = _asmFramework.GetType("System.Windows.Controls.Slider"); break;
4877
case
KnownElements
.TriggerAction: t = _asmFramework.GetType("System.Windows.TriggerAction"); break;
4878
case
KnownElements
.SoundPlayerAction: t = _asmFramework.GetType("System.Windows.Controls.SoundPlayerAction"); break;
4879
case
KnownElements
.SpellCheck: t = _asmFramework.GetType("System.Windows.Controls.SpellCheck"); break;
4880
case
KnownElements
.TabControl: t = _asmFramework.GetType("System.Windows.Controls.TabControl"); break;
4881
case
KnownElements
.TabItem: t = _asmFramework.GetType("System.Windows.Controls.TabItem"); break;
4882
case
KnownElements
.TextBlock: t = _asmFramework.GetType("System.Windows.Controls.TextBlock"); break;
4883
case
KnownElements
.TextBox: t = _asmFramework.GetType("System.Windows.Controls.TextBox"); break;
4884
case
KnownElements
.TextSearch: t = _asmFramework.GetType("System.Windows.Controls.TextSearch"); break;
4885
case
KnownElements
.ToolBar: t = _asmFramework.GetType("System.Windows.Controls.ToolBar"); break;
4886
case
KnownElements
.ToolBarTray: t = _asmFramework.GetType("System.Windows.Controls.ToolBarTray"); break;
4887
case
KnownElements
.ToolTip: t = _asmFramework.GetType("System.Windows.Controls.ToolTip"); break;
4888
case
KnownElements
.ToolTipService: t = _asmFramework.GetType("System.Windows.Controls.ToolTipService"); break;
4889
case
KnownElements
.TreeView: t = _asmFramework.GetType("System.Windows.Controls.TreeView"); break;
4890
case
KnownElements
.TreeViewItem: t = _asmFramework.GetType("System.Windows.Controls.TreeViewItem"); break;
4891
case
KnownElements
.UserControl: t = _asmFramework.GetType("System.Windows.Controls.UserControl"); break;
4892
case
KnownElements
.Validation: t = _asmFramework.GetType("System.Windows.Controls.Validation"); break;
4893
case
KnownElements
.Viewbox: t = _asmFramework.GetType("System.Windows.Controls.Viewbox"); break;
4894
case
KnownElements
.Viewport3D: t = _asmFramework.GetType("System.Windows.Controls.Viewport3D"); break;
4895
case
KnownElements
.VirtualizingPanel: t = _asmFramework.GetType("System.Windows.Controls.VirtualizingPanel"); break;
4896
case
KnownElements
.VirtualizingStackPanel: t = _asmFramework.GetType("System.Windows.Controls.VirtualizingStackPanel"); break;
4897
case
KnownElements
.WrapPanel: t = _asmFramework.GetType("System.Windows.Controls.WrapPanel"); break;
4898
case
KnownElements
.CornerRadius: t = _asmFramework.GetType("System.Windows.CornerRadius"); break;
4899
case
KnownElements
.CornerRadiusConverter: t = _asmFramework.GetType("System.Windows.CornerRadiusConverter"); break;
4900
case
KnownElements
.BindingBase: t = _asmFramework.GetType("System.Windows.Data.BindingBase"); break;
4901
case
KnownElements
.Binding: t = _asmFramework.GetType("System.Windows.Data.Binding"); break;
4902
case
KnownElements
.BindingExpressionBase: t = _asmFramework.GetType("System.Windows.Data.BindingExpressionBase"); break;
4903
case
KnownElements
.BindingExpression: t = _asmFramework.GetType("System.Windows.Data.BindingExpression"); break;
4904
case
KnownElements
.BindingListCollectionView: t = _asmFramework.GetType("System.Windows.Data.BindingListCollectionView"); break;
4905
case
KnownElements
.CollectionContainer: t = _asmFramework.GetType("System.Windows.Data.CollectionContainer"); break;
4906
case
KnownElements
.CollectionViewSource: t = _asmFramework.GetType("System.Windows.Data.CollectionViewSource"); break;
4907
case
KnownElements
.DataChangedEventManager: t = _asmFramework.GetType("System.Windows.Data.DataChangedEventManager"); break;
4908
case
KnownElements
.ListCollectionView: t = _asmFramework.GetType("System.Windows.Data.ListCollectionView"); break;
4909
case
KnownElements
.MultiBinding: t = _asmFramework.GetType("System.Windows.Data.MultiBinding"); break;
4910
case
KnownElements
.MultiBindingExpression: t = _asmFramework.GetType("System.Windows.Data.MultiBindingExpression"); break;
4911
case
KnownElements
.ObjectDataProvider: t = _asmFramework.GetType("System.Windows.Data.ObjectDataProvider"); break;
4912
case
KnownElements
.PriorityBinding: t = _asmFramework.GetType("System.Windows.Data.PriorityBinding"); break;
4913
case
KnownElements
.PriorityBindingExpression: t = _asmFramework.GetType("System.Windows.Data.PriorityBindingExpression"); break;
4914
case
KnownElements
.RelativeSource: t = _asmFramework.GetType("System.Windows.Data.RelativeSource"); break;
4915
case
KnownElements
.XmlDataProvider: t = _asmFramework.GetType("System.Windows.Data.XmlDataProvider"); break;
4916
case
KnownElements
.XmlNamespaceMapping: t = _asmFramework.GetType("System.Windows.Data.XmlNamespaceMapping"); break;
4917
case
KnownElements
.TemplateKey: t = _asmFramework.GetType("System.Windows.TemplateKey"); break;
4918
case
KnownElements
.DataTemplateKey: t = _asmFramework.GetType("System.Windows.DataTemplateKey"); break;
4919
case
KnownElements
.TriggerBase: t = _asmFramework.GetType("System.Windows.TriggerBase"); break;
4920
case
KnownElements
.DataTrigger: t = _asmFramework.GetType("System.Windows.DataTrigger"); break;
4921
case
KnownElements
.DialogResultConverter: t = _asmFramework.GetType("System.Windows.DialogResultConverter"); break;
4922
case
KnownElements
.AdornerDecorator: t = _asmFramework.GetType("System.Windows.Documents.AdornerDecorator"); break;
4923
case
KnownElements
.AdornerLayer: t = _asmFramework.GetType("System.Windows.Documents.AdornerLayer"); break;
4924
case
KnownElements
.TextElement: t = _asmFramework.GetType("System.Windows.Documents.TextElement"); break;
4925
case
KnownElements
.Inline: t = _asmFramework.GetType("System.Windows.Documents.Inline"); break;
4926
case
KnownElements
.AnchoredBlock: t = _asmFramework.GetType("System.Windows.Documents.AnchoredBlock"); break;
4927
case
KnownElements
.Block: t = _asmFramework.GetType("System.Windows.Documents.Block"); break;
4928
case
KnownElements
.BlockUIContainer: t = _asmFramework.GetType("System.Windows.Documents.BlockUIContainer"); break;
4929
case
KnownElements
.Span: t = _asmFramework.GetType("System.Windows.Documents.Span"); break;
4930
case
KnownElements
.Bold: t = _asmFramework.GetType("System.Windows.Documents.Bold"); break;
4931
case
KnownElements
.DocumentReference: t = _asmFramework.GetType("System.Windows.Documents.DocumentReference"); break;
4932
case
KnownElements
.FixedDocumentSequence: t = _asmFramework.GetType("System.Windows.Documents.FixedDocumentSequence"); break;
4933
case
KnownElements
.Figure: t = _asmFramework.GetType("System.Windows.Documents.Figure"); break;
4934
case
KnownElements
.FixedDocument: t = _asmFramework.GetType("System.Windows.Documents.FixedDocument"); break;
4935
case
KnownElements
.FixedPage: t = _asmFramework.GetType("System.Windows.Documents.FixedPage"); break;
4936
case
KnownElements
.Floater: t = _asmFramework.GetType("System.Windows.Documents.Floater"); break;
4937
case
KnownElements
.FlowDocument: t = _asmFramework.GetType("System.Windows.Documents.FlowDocument"); break;
4938
case
KnownElements
.FrameworkTextComposition: t = _asmFramework.GetType("System.Windows.Documents.FrameworkTextComposition"); break;
4939
case
KnownElements
.FrameworkRichTextComposition: t = _asmFramework.GetType("System.Windows.Documents.FrameworkRichTextComposition"); break;
4940
case
KnownElements
.Glyphs: t = _asmFramework.GetType("System.Windows.Documents.Glyphs"); break;
4941
case
KnownElements
.Hyperlink: t = _asmFramework.GetType("System.Windows.Documents.Hyperlink"); break;
4942
case
KnownElements
.InlineUIContainer: t = _asmFramework.GetType("System.Windows.Documents.InlineUIContainer"); break;
4943
case
KnownElements
.Italic: t = _asmFramework.GetType("System.Windows.Documents.Italic"); break;
4944
case
KnownElements
.LineBreak: t = _asmFramework.GetType("System.Windows.Documents.LineBreak"); break;
4945
case
KnownElements
.List: t = _asmFramework.GetType("System.Windows.Documents.List"); break;
4946
case
KnownElements
.ListItem: t = _asmFramework.GetType("System.Windows.Documents.ListItem"); break;
4947
case
KnownElements
.PageContent: t = _asmFramework.GetType("System.Windows.Documents.PageContent"); break;
4948
case
KnownElements
.Paragraph: t = _asmFramework.GetType("System.Windows.Documents.Paragraph"); break;
4949
case
KnownElements
.Run: t = _asmFramework.GetType("System.Windows.Documents.Run"); break;
4950
case
KnownElements
.Section: t = _asmFramework.GetType("System.Windows.Documents.Section"); break;
4951
case
KnownElements
.Table: t = _asmFramework.GetType("System.Windows.Documents.Table"); break;
4952
case
KnownElements
.TableCell: t = _asmFramework.GetType("System.Windows.Documents.TableCell"); break;
4953
case
KnownElements
.TableColumn: t = _asmFramework.GetType("System.Windows.Documents.TableColumn"); break;
4954
case
KnownElements
.TableRow: t = _asmFramework.GetType("System.Windows.Documents.TableRow"); break;
4955
case
KnownElements
.TableRowGroup: t = _asmFramework.GetType("System.Windows.Documents.TableRowGroup"); break;
4956
case
KnownElements
.Typography: t = _asmFramework.GetType("System.Windows.Documents.Typography"); break;
4957
case
KnownElements
.Underline: t = _asmFramework.GetType("System.Windows.Documents.Underline"); break;
4958
case
KnownElements
.ZoomPercentageConverter: t = _asmFramework.GetType("System.Windows.Documents.ZoomPercentageConverter"); break;
4959
case
KnownElements
.DynamicResourceExtension: t = _asmFramework.GetType("System.Windows.DynamicResourceExtension"); break;
4960
case
KnownElements
.DynamicResourceExtensionConverter: t = _asmFramework.GetType("System.Windows.DynamicResourceExtensionConverter"); break;
4961
case
KnownElements
.SetterBase: t = _asmFramework.GetType("System.Windows.SetterBase"); break;
4962
case
KnownElements
.EventSetter: t = _asmFramework.GetType("System.Windows.EventSetter"); break;
4963
case
KnownElements
.EventTrigger: t = _asmFramework.GetType("System.Windows.EventTrigger"); break;
4964
case
KnownElements
.FigureLength: t = _asmFramework.GetType("System.Windows.FigureLength"); break;
4965
case
KnownElements
.FigureLengthConverter: t = _asmFramework.GetType("System.Windows.FigureLengthConverter"); break;
4966
case
KnownElements
.FontSizeConverter: t = _asmFramework.GetType("System.Windows.FontSizeConverter"); break;
4967
case
KnownElements
.GridLength: t = _asmFramework.GetType("System.Windows.GridLength"); break;
4968
case
KnownElements
.GridLengthConverter: t = _asmFramework.GetType("System.Windows.GridLengthConverter"); break;
4969
case
KnownElements
.HierarchicalDataTemplate: t = _asmFramework.GetType("System.Windows.HierarchicalDataTemplate"); break;
4970
case
KnownElements
.LengthConverter: t = _asmFramework.GetType("System.Windows.LengthConverter"); break;
4971
case
KnownElements
.Localization: t = _asmFramework.GetType("System.Windows.Localization"); break;
4972
case
KnownElements
.LostFocusEventManager: t = _asmFramework.GetType("System.Windows.LostFocusEventManager"); break;
4973
case
KnownElements
.BeginStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.BeginStoryboard"); break;
4974
case
KnownElements
.ControllableStoryboardAction: t = _asmFramework.GetType("System.Windows.Media.Animation.ControllableStoryboardAction"); break;
4975
case
KnownElements
.PauseStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.PauseStoryboard"); break;
4976
case
KnownElements
.RemoveStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.RemoveStoryboard"); break;
4977
case
KnownElements
.ResumeStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.ResumeStoryboard"); break;
4978
case
KnownElements
.SeekStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.SeekStoryboard"); break;
4979
case
KnownElements
.SetStoryboardSpeedRatio: t = _asmFramework.GetType("System.Windows.Media.Animation.SetStoryboardSpeedRatio"); break;
4980
case
KnownElements
.SkipStoryboardToFill: t = _asmFramework.GetType("System.Windows.Media.Animation.SkipStoryboardToFill"); break;
4981
case
KnownElements
.StopStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.StopStoryboard"); break;
4982
case
KnownElements
.Storyboard: t = _asmFramework.GetType("System.Windows.Media.Animation.Storyboard"); break;
4983
case
KnownElements
.ThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessKeyFrame"); break;
4984
case
KnownElements
.DiscreteThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.DiscreteThicknessKeyFrame"); break;
4985
case
KnownElements
.LinearThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.LinearThicknessKeyFrame"); break;
4986
case
KnownElements
.SplineThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.SplineThicknessKeyFrame"); break;
4987
case
KnownElements
.ThicknessAnimationBase: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimationBase"); break;
4988
case
KnownElements
.ThicknessAnimation: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimation"); break;
4989
case
KnownElements
.ThicknessAnimationUsingKeyFrames: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames"); break;
4990
case
KnownElements
.ThicknessKeyFrameCollection: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessKeyFrameCollection"); break;
4991
case
KnownElements
.MultiDataTrigger: t = _asmFramework.GetType("System.Windows.MultiDataTrigger"); break;
4992
case
KnownElements
.MultiTrigger: t = _asmFramework.GetType("System.Windows.MultiTrigger"); break;
4993
case
KnownElements
.NameScope: t = _asmFramework.GetType("System.Windows.NameScope"); break;
4994
case
KnownElements
.JournalEntryListConverter: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntryListConverter"); break;
4995
case
KnownElements
.JournalEntryUnifiedViewConverter: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntryUnifiedViewConverter"); break;
4996
case
KnownElements
.PageFunctionBase: t = _asmFramework.GetType("System.Windows.Navigation.PageFunctionBase"); break;
4997
case
KnownElements
.NullableBoolConverter: t = _asmFramework.GetType("System.Windows.NullableBoolConverter"); break;
4998
case
KnownElements
.PropertyPath: t = _asmFramework.GetType("System.Windows.PropertyPath"); break;
4999
case
KnownElements
.PropertyPathConverter: t = _asmFramework.GetType("System.Windows.PropertyPathConverter"); break;
5000
case
KnownElements
.ResourceDictionary: t = _asmFramework.GetType("System.Windows.ResourceDictionary"); break;
5001
case
KnownElements
.ColorConvertedBitmapExtension: t = _asmFramework.GetType("System.Windows.ColorConvertedBitmapExtension"); break;
5002
case
KnownElements
.StaticResourceExtension: t = _asmFramework.GetType("System.Windows.StaticResourceExtension"); break;
5003
case
KnownElements
.Setter: t = _asmFramework.GetType("System.Windows.Setter"); break;
5004
case
KnownElements
.Ellipse: t = _asmFramework.GetType("System.Windows.Shapes.Ellipse"); break;
5005
case
KnownElements
.Line: t = _asmFramework.GetType("System.Windows.Shapes.Line"); break;
5006
case
KnownElements
.Path: t = _asmFramework.GetType("System.Windows.Shapes.Path"); break;
5007
case
KnownElements
.Polygon: t = _asmFramework.GetType("System.Windows.Shapes.Polygon"); break;
5008
case
KnownElements
.Polyline: t = _asmFramework.GetType("System.Windows.Shapes.Polyline"); break;
5009
case
KnownElements
.Rectangle: t = _asmFramework.GetType("System.Windows.Shapes.Rectangle"); break;
5010
case
KnownElements
.Style: t = _asmFramework.GetType("System.Windows.Style"); break;
5011
case
KnownElements
.TemplateBindingExpression: t = _asmFramework.GetType("System.Windows.TemplateBindingExpression"); break;
5012
case
KnownElements
.TemplateBindingExpressionConverter: t = _asmFramework.GetType("System.Windows.TemplateBindingExpressionConverter"); break;
5013
case
KnownElements
.TemplateBindingExtension: t = _asmFramework.GetType("System.Windows.TemplateBindingExtension"); break;
5014
case
KnownElements
.TemplateBindingExtensionConverter: t = _asmFramework.GetType("System.Windows.TemplateBindingExtensionConverter"); break;
5015
case
KnownElements
.ThemeDictionaryExtension: t = _asmFramework.GetType("System.Windows.ThemeDictionaryExtension"); break;
5016
case
KnownElements
.Thickness: t = _asmFramework.GetType("System.Windows.Thickness"); break;
5017
case
KnownElements
.ThicknessConverter: t = _asmFramework.GetType("System.Windows.ThicknessConverter"); break;
5018
case
KnownElements
.Trigger: t = _asmFramework.GetType("System.Windows.Trigger"); break;
5019
case
KnownElements
.BaseIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.BaseIListConverter"); break;
5020
case
KnownElements
.DoubleIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.DoubleIListConverter"); break;
5021
case
KnownElements
.UShortIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.UShortIListConverter"); break;
5022
case
KnownElements
.BoolIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.BoolIListConverter"); break;
5023
case
KnownElements
.PointIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.PointIListConverter"); break;
5024
case
KnownElements
.CharIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.CharIListConverter"); break;
5025
case
KnownElements
.Visual: t = _asmCore.GetType("System.Windows.Media.Visual"); break;
5026
case
KnownElements
.ContainerVisual: t = _asmCore.GetType("System.Windows.Media.ContainerVisual"); break;
5027
case
KnownElements
.DrawingVisual: t = _asmCore.GetType("System.Windows.Media.DrawingVisual"); break;
5028
case
KnownElements
.StreamGeometryContext: t = _asmCore.GetType("System.Windows.Media.StreamGeometryContext"); break;
5029
case
KnownElements
.Animatable: t = _asmCore.GetType("System.Windows.Media.Animation.Animatable"); break;
5030
case
KnownElements
.GeneralTransform: t = _asmCore.GetType("System.Windows.Media.GeneralTransform"); break;
5031
case
KnownElements
.ContentElement: t = _asmCore.GetType("System.Windows.ContentElement"); break;
5032
case
KnownElements
.CultureInfoIetfLanguageTagConverter: t = _asmCore.GetType("System.Windows.CultureInfoIetfLanguageTagConverter"); break;
5033
case
KnownElements
.Duration: t = _asmCore.GetType("System.Windows.Duration"); break;
5034
case
KnownElements
.DurationConverter: t = _asmCore.GetType("System.Windows.DurationConverter"); break;
5035
case
KnownElements
.FontStyle: t = _asmCore.GetType("System.Windows.FontStyle"); break;
5036
case
KnownElements
.FontStyleConverter: t = _asmCore.GetType("System.Windows.FontStyleConverter"); break;
5037
case
KnownElements
.FontStretch: t = _asmCore.GetType("System.Windows.FontStretch"); break;
5038
case
KnownElements
.FontStretchConverter: t = _asmCore.GetType("System.Windows.FontStretchConverter"); break;
5039
case
KnownElements
.FontWeight: t = _asmCore.GetType("System.Windows.FontWeight"); break;
5040
case
KnownElements
.FontWeightConverter: t = _asmCore.GetType("System.Windows.FontWeightConverter"); break;
5041
case
KnownElements
.UIElement: t = _asmCore.GetType("System.Windows.UIElement"); break;
5042
case
KnownElements
.Visual3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Visual3D"); break;
5043
case
KnownElements
.RoutedEvent: t = _asmCore.GetType("System.Windows.RoutedEvent"); break;
5044
case
KnownElements
.TextDecoration: t = _asmCore.GetType("System.Windows.TextDecoration"); break;
5045
case
KnownElements
.TextDecorationCollection: t = _asmCore.GetType("System.Windows.TextDecorationCollection"); break;
5046
case
KnownElements
.TextDecorationCollectionConverter: t = _asmCore.GetType("System.Windows.TextDecorationCollectionConverter"); break;
5047
case
KnownElements
.GestureRecognizer: t = _asmCore.GetType("System.Windows.Ink.GestureRecognizer"); break;
5048
case
KnownElements
.StrokeCollection: t = _asmCore.GetType("System.Windows.Ink.StrokeCollection"); break;
5049
case
KnownElements
.StrokeCollectionConverter: t = _asmCore.GetType("System.Windows.StrokeCollectionConverter"); break;
5050
case
KnownElements
.InputDevice: t = _asmCore.GetType("System.Windows.Input.InputDevice"); break;
5051
case
KnownElements
.ICommand: t = _asmCore.GetType("System.Windows.Input.ICommand"); break;
5052
case
KnownElements
.InputBinding: t = _asmCore.GetType("System.Windows.Input.InputBinding"); break;
5053
case
KnownElements
.KeyBinding: t = _asmCore.GetType("System.Windows.Input.KeyBinding"); break;
5054
case
KnownElements
.KeyGesture: t = _asmCore.GetType("System.Windows.Input.KeyGesture"); break;
5055
case
KnownElements
.KeyGestureConverter: t = _asmCore.GetType("System.Windows.Input.KeyGestureConverter"); break;
5056
case
KnownElements
.MouseActionConverter: t = _asmCore.GetType("System.Windows.Input.MouseActionConverter"); break;
5057
case
KnownElements
.MouseBinding: t = _asmCore.GetType("System.Windows.Input.MouseBinding"); break;
5058
case
KnownElements
.MouseGesture: t = _asmCore.GetType("System.Windows.Input.MouseGesture"); break;
5059
case
KnownElements
.MouseGestureConverter: t = _asmCore.GetType("System.Windows.Input.MouseGestureConverter"); break;
5060
case
KnownElements
.RoutedCommand: t = _asmCore.GetType("System.Windows.Input.RoutedCommand"); break;
5061
case
KnownElements
.RoutedUICommand: t = _asmCore.GetType("System.Windows.Input.RoutedUICommand"); break;
5062
case
KnownElements
.Cursor: t = _asmCore.GetType("System.Windows.Input.Cursor"); break;
5063
case
KnownElements
.CursorConverter: t = _asmCore.GetType("System.Windows.Input.CursorConverter"); break;
5064
case
KnownElements
.TextComposition: t = _asmCore.GetType("System.Windows.Input.TextComposition"); break;
5065
case
KnownElements
.FocusManager: t = _asmCore.GetType("System.Windows.Input.FocusManager"); break;
5066
case
KnownElements
.InputLanguageManager: t = _asmCore.GetType("System.Windows.Input.InputLanguageManager"); break;
5067
case
KnownElements
.InputManager: t = _asmCore.GetType("System.Windows.Input.InputManager"); break;
5068
case
KnownElements
.InputMethod: t = _asmCore.GetType("System.Windows.Input.InputMethod"); break;
5069
case
KnownElements
.InputScope: t = _asmCore.GetType("System.Windows.Input.InputScope"); break;
5070
case
KnownElements
.InputScopeName: t = _asmCore.GetType("System.Windows.Input.InputScopeName"); break;
5071
case
KnownElements
.InputScopeConverter: t = _asmCore.GetType("System.Windows.Input.InputScopeConverter"); break;
5072
case
KnownElements
.InputScopeNameConverter: t = _asmCore.GetType("System.Windows.Input.InputScopeNameConverter"); break;
5073
case
KnownElements
.KeyboardDevice: t = _asmCore.GetType("System.Windows.Input.KeyboardDevice"); break;
5074
case
KnownElements
.MouseDevice: t = _asmCore.GetType("System.Windows.Input.MouseDevice"); break;
5075
case
KnownElements
.HostVisual: t = _asmCore.GetType("System.Windows.Media.HostVisual"); break;
5076
case
KnownElements
.Stylus: t = _asmCore.GetType("System.Windows.Input.Stylus"); break;
5077
case
KnownElements
.StylusDevice: t = _asmCore.GetType("System.Windows.Input.StylusDevice"); break;
5078
case
KnownElements
.TabletDevice: t = _asmCore.GetType("System.Windows.Input.TabletDevice"); break;
5079
case
KnownElements
.TextCompositionManager: t = _asmCore.GetType("System.Windows.Input.TextCompositionManager"); break;
5080
case
KnownElements
.CompositionTarget: t = _asmCore.GetType("System.Windows.Media.CompositionTarget"); break;
5081
case
KnownElements
.PresentationSource: t = _asmCore.GetType("System.Windows.PresentationSource"); break;
5082
case
KnownElements
.Clock: t = _asmCore.GetType("System.Windows.Media.Animation.Clock"); break;
5083
case
KnownElements
.AnimationClock: t = _asmCore.GetType("System.Windows.Media.Animation.AnimationClock"); break;
5084
case
KnownElements
.Timeline: t = _asmCore.GetType("System.Windows.Media.Animation.Timeline"); break;
5085
case
KnownElements
.AnimationTimeline: t = _asmCore.GetType("System.Windows.Media.Animation.AnimationTimeline"); break;
5086
case
KnownElements
.ClockController: t = _asmCore.GetType("System.Windows.Media.Animation.ClockController"); break;
5087
case
KnownElements
.ClockGroup: t = _asmCore.GetType("System.Windows.Media.Animation.ClockGroup"); break;
5088
case
KnownElements
.DoubleAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationBase"); break;
5089
case
KnownElements
.DoubleAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationUsingPath"); break;
5090
case
KnownElements
.BooleanAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanAnimationBase"); break;
5091
case
KnownElements
.BooleanAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames"); break;
5092
case
KnownElements
.BooleanKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanKeyFrameCollection"); break;
5093
case
KnownElements
.ByteAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimationBase"); break;
5094
case
KnownElements
.ByteAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimation"); break;
5095
case
KnownElements
.ByteAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimationUsingKeyFrames"); break;
5096
case
KnownElements
.ByteKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ByteKeyFrameCollection"); break;
5097
case
KnownElements
.CharAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.CharAnimationBase"); break;
5098
case
KnownElements
.CharAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.CharAnimationUsingKeyFrames"); break;
5099
case
KnownElements
.CharKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.CharKeyFrameCollection"); break;
5100
case
KnownElements
.ColorAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimationBase"); break;
5101
case
KnownElements
.ColorAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimation"); break;
5102
case
KnownElements
.ColorAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimationUsingKeyFrames"); break;
5103
case
KnownElements
.ColorKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ColorKeyFrameCollection"); break;
5104
case
KnownElements
.DecimalAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimationBase"); break;
5105
case
KnownElements
.DecimalAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimation"); break;
5106
case
KnownElements
.DecimalAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames"); break;
5107
case
KnownElements
.DecimalKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalKeyFrameCollection"); break;
5108
case
KnownElements
.BooleanKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanKeyFrame"); break;
5109
case
KnownElements
.DiscreteBooleanKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteBooleanKeyFrame"); break;
5110
case
KnownElements
.ByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ByteKeyFrame"); break;
5111
case
KnownElements
.DiscreteByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteByteKeyFrame"); break;
5112
case
KnownElements
.CharKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.CharKeyFrame"); break;
5113
case
KnownElements
.DiscreteCharKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteCharKeyFrame"); break;
5114
case
KnownElements
.ColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ColorKeyFrame"); break;
5115
case
KnownElements
.DiscreteColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteColorKeyFrame"); break;
5116
case
KnownElements
.DecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalKeyFrame"); break;
5117
case
KnownElements
.DiscreteDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteDecimalKeyFrame"); break;
5118
case
KnownElements
.DoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleKeyFrame"); break;
5119
case
KnownElements
.DiscreteDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteDoubleKeyFrame"); break;
5120
case
KnownElements
.Int16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int16KeyFrame"); break;
5121
case
KnownElements
.DiscreteInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt16KeyFrame"); break;
5122
case
KnownElements
.Int32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int32KeyFrame"); break;
5123
case
KnownElements
.DiscreteInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt32KeyFrame"); break;
5124
case
KnownElements
.Int64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int64KeyFrame"); break;
5125
case
KnownElements
.DiscreteInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt64KeyFrame"); break;
5126
case
KnownElements
.MatrixKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixKeyFrame"); break;
5127
case
KnownElements
.DiscreteMatrixKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteMatrixKeyFrame"); break;
5128
case
KnownElements
.ObjectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectKeyFrame"); break;
5129
case
KnownElements
.DiscreteObjectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteObjectKeyFrame"); break;
5130
case
KnownElements
.PointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.PointKeyFrame"); break;
5131
case
KnownElements
.DiscretePointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscretePointKeyFrame"); break;
5132
case
KnownElements
.Point3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DKeyFrame"); break;
5133
case
KnownElements
.DiscretePoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscretePoint3DKeyFrame"); break;
5134
case
KnownElements
.QuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionKeyFrame"); break;
5135
case
KnownElements
.DiscreteQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteQuaternionKeyFrame"); break;
5136
case
KnownElements
.Rotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DKeyFrame"); break;
5137
case
KnownElements
.DiscreteRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteRotation3DKeyFrame"); break;
5138
case
KnownElements
.RectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.RectKeyFrame"); break;
5139
case
KnownElements
.DiscreteRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteRectKeyFrame"); break;
5140
case
KnownElements
.SingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SingleKeyFrame"); break;
5141
case
KnownElements
.DiscreteSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteSingleKeyFrame"); break;
5142
case
KnownElements
.SizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SizeKeyFrame"); break;
5143
case
KnownElements
.DiscreteSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteSizeKeyFrame"); break;
5144
case
KnownElements
.StringKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.StringKeyFrame"); break;
5145
case
KnownElements
.DiscreteStringKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteStringKeyFrame"); break;
5146
case
KnownElements
.VectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.VectorKeyFrame"); break;
5147
case
KnownElements
.DiscreteVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteVectorKeyFrame"); break;
5148
case
KnownElements
.Vector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DKeyFrame"); break;
5149
case
KnownElements
.DiscreteVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteVector3DKeyFrame"); break;
5150
case
KnownElements
.DoubleAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimation"); break;
5151
case
KnownElements
.DoubleAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames"); break;
5152
case
KnownElements
.DoubleKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleKeyFrameCollection"); break;
5153
case
KnownElements
.Int16AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int16AnimationBase"); break;
5154
case
KnownElements
.Int16Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int16Animation"); break;
5155
case
KnownElements
.Int16AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int16AnimationUsingKeyFrames"); break;
5156
case
KnownElements
.Int16KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int16KeyFrameCollection"); break;
5157
case
KnownElements
.Int32AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int32AnimationBase"); break;
5158
case
KnownElements
.Int32Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int32Animation"); break;
5159
case
KnownElements
.Int32AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int32AnimationUsingKeyFrames"); break;
5160
case
KnownElements
.Int32KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int32KeyFrameCollection"); break;
5161
case
KnownElements
.Int64AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int64AnimationBase"); break;
5162
case
KnownElements
.Int64Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int64Animation"); break;
5163
case
KnownElements
.Int64AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int64AnimationUsingKeyFrames"); break;
5164
case
KnownElements
.Int64KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int64KeyFrameCollection"); break;
5165
case
KnownElements
.LinearByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearByteKeyFrame"); break;
5166
case
KnownElements
.LinearColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearColorKeyFrame"); break;
5167
case
KnownElements
.LinearDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearDecimalKeyFrame"); break;
5168
case
KnownElements
.LinearDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearDoubleKeyFrame"); break;
5169
case
KnownElements
.LinearInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt16KeyFrame"); break;
5170
case
KnownElements
.LinearInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt32KeyFrame"); break;
5171
case
KnownElements
.LinearInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt64KeyFrame"); break;
5172
case
KnownElements
.LinearPointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearPointKeyFrame"); break;
5173
case
KnownElements
.LinearPoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearPoint3DKeyFrame"); break;
5174
case
KnownElements
.LinearQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearQuaternionKeyFrame"); break;
5175
case
KnownElements
.LinearRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearRotation3DKeyFrame"); break;
5176
case
KnownElements
.LinearRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearRectKeyFrame"); break;
5177
case
KnownElements
.LinearSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearSingleKeyFrame"); break;
5178
case
KnownElements
.LinearSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearSizeKeyFrame"); break;
5179
case
KnownElements
.LinearVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearVectorKeyFrame"); break;
5180
case
KnownElements
.LinearVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearVector3DKeyFrame"); break;
5181
case
KnownElements
.MatrixAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationBase"); break;
5182
case
KnownElements
.MatrixAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames"); break;
5183
case
KnownElements
.MatrixKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixKeyFrameCollection"); break;
5184
case
KnownElements
.ObjectAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectAnimationBase"); break;
5185
case
KnownElements
.ObjectAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames"); break;
5186
case
KnownElements
.ObjectKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectKeyFrameCollection"); break;
5187
case
KnownElements
.TimelineGroup: t = _asmCore.GetType("System.Windows.Media.Animation.TimelineGroup"); break;
5188
case
KnownElements
.ParallelTimeline: t = _asmCore.GetType("System.Windows.Media.Animation.ParallelTimeline"); break;
5189
case
KnownElements
.Point3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimationBase"); break;
5190
case
KnownElements
.Point3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimation"); break;
5191
case
KnownElements
.Point3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames"); break;
5192
case
KnownElements
.Point3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DKeyFrameCollection"); break;
5193
case
KnownElements
.PointAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationBase"); break;
5194
case
KnownElements
.PointAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimation"); break;
5195
case
KnownElements
.PointAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationUsingKeyFrames"); break;
5196
case
KnownElements
.PointKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.PointKeyFrameCollection"); break;
5197
case
KnownElements
.QuaternionAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimationBase"); break;
5198
case
KnownElements
.QuaternionAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimation"); break;
5199
case
KnownElements
.QuaternionAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames"); break;
5200
case
KnownElements
.QuaternionKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionKeyFrameCollection"); break;
5201
case
KnownElements
.RectAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimationBase"); break;
5202
case
KnownElements
.RectAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimation"); break;
5203
case
KnownElements
.RectAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimationUsingKeyFrames"); break;
5204
case
KnownElements
.RectKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.RectKeyFrameCollection"); break;
5205
case
KnownElements
.Rotation3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimationBase"); break;
5206
case
KnownElements
.Rotation3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimation"); break;
5207
case
KnownElements
.Rotation3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames"); break;
5208
case
KnownElements
.Rotation3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DKeyFrameCollection"); break;
5209
case
KnownElements
.SingleAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimationBase"); break;
5210
case
KnownElements
.SingleAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimation"); break;
5211
case
KnownElements
.SingleAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimationUsingKeyFrames"); break;
5212
case
KnownElements
.SingleKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.SingleKeyFrameCollection"); break;
5213
case
KnownElements
.SizeAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimationBase"); break;
5214
case
KnownElements
.SizeAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimation"); break;
5215
case
KnownElements
.SizeAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimationUsingKeyFrames"); break;
5216
case
KnownElements
.SizeKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.SizeKeyFrameCollection"); break;
5217
case
KnownElements
.SplineByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineByteKeyFrame"); break;
5218
case
KnownElements
.SplineColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineColorKeyFrame"); break;
5219
case
KnownElements
.SplineDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineDecimalKeyFrame"); break;
5220
case
KnownElements
.SplineDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineDoubleKeyFrame"); break;
5221
case
KnownElements
.SplineInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt16KeyFrame"); break;
5222
case
KnownElements
.SplineInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt32KeyFrame"); break;
5223
case
KnownElements
.SplineInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt64KeyFrame"); break;
5224
case
KnownElements
.SplinePointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplinePointKeyFrame"); break;
5225
case
KnownElements
.SplinePoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplinePoint3DKeyFrame"); break;
5226
case
KnownElements
.SplineQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineQuaternionKeyFrame"); break;
5227
case
KnownElements
.SplineRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineRotation3DKeyFrame"); break;
5228
case
KnownElements
.SplineRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineRectKeyFrame"); break;
5229
case
KnownElements
.SplineSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineSingleKeyFrame"); break;
5230
case
KnownElements
.SplineSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineSizeKeyFrame"); break;
5231
case
KnownElements
.SplineVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineVectorKeyFrame"); break;
5232
case
KnownElements
.SplineVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineVector3DKeyFrame"); break;
5233
case
KnownElements
.StringAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.StringAnimationBase"); break;
5234
case
KnownElements
.StringAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.StringAnimationUsingKeyFrames"); break;
5235
case
KnownElements
.StringKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.StringKeyFrameCollection"); break;
5236
case
KnownElements
.TimelineCollection: t = _asmCore.GetType("System.Windows.Media.Animation.TimelineCollection"); break;
5237
case
KnownElements
.Vector3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimationBase"); break;
5238
case
KnownElements
.Vector3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimation"); break;
5239
case
KnownElements
.Vector3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames"); break;
5240
case
KnownElements
.Vector3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DKeyFrameCollection"); break;
5241
case
KnownElements
.VectorAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimationBase"); break;
5242
case
KnownElements
.VectorAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimation"); break;
5243
case
KnownElements
.VectorAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimationUsingKeyFrames"); break;
5244
case
KnownElements
.VectorKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.VectorKeyFrameCollection"); break;
5245
case
KnownElements
.KeySpline: t = _asmCore.GetType("System.Windows.Media.Animation.KeySpline"); break;
5246
case
KnownElements
.KeySplineConverter: t = _asmCore.GetType("System.Windows.KeySplineConverter"); break;
5247
case
KnownElements
.KeyTime: t = _asmCore.GetType("System.Windows.Media.Animation.KeyTime"); break;
5248
case
KnownElements
.KeyTimeConverter: t = _asmCore.GetType("System.Windows.KeyTimeConverter"); break;
5249
case
KnownElements
.MatrixAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationUsingPath"); break;
5250
case
KnownElements
.PointAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationUsingPath"); break;
5251
case
KnownElements
.RepeatBehavior: t = _asmCore.GetType("System.Windows.Media.Animation.RepeatBehavior"); break;
5252
case
KnownElements
.RepeatBehaviorConverter: t = _asmCore.GetType("System.Windows.Media.Animation.RepeatBehaviorConverter"); break;
5253
case
KnownElements
.PathSegment: t = _asmCore.GetType("System.Windows.Media.PathSegment"); break;
5254
case
KnownElements
.ArcSegment: t = _asmCore.GetType("System.Windows.Media.ArcSegment"); break;
5255
case
KnownElements
.BezierSegment: t = _asmCore.GetType("System.Windows.Media.BezierSegment"); break;
5256
case
KnownElements
.DrawingContext: t = _asmCore.GetType("System.Windows.Media.DrawingContext"); break;
5257
case
KnownElements
.Brush: t = _asmCore.GetType("System.Windows.Media.Brush"); break;
5258
case
KnownElements
.Color: t = _asmCore.GetType("System.Windows.Media.Color"); break;
5259
case
KnownElements
.ColorConverter: t = _asmCore.GetType("System.Windows.Media.ColorConverter"); break;
5260
case
KnownElements
.Geometry: t = _asmCore.GetType("System.Windows.Media.Geometry"); break;
5261
case
KnownElements
.CombinedGeometry: t = _asmCore.GetType("System.Windows.Media.CombinedGeometry"); break;
5262
case
KnownElements
.DashStyle: t = _asmCore.GetType("System.Windows.Media.DashStyle"); break;
5263
case
KnownElements
.Drawing: t = _asmCore.GetType("System.Windows.Media.Drawing"); break;
5264
case
KnownElements
.TileBrush: t = _asmCore.GetType("System.Windows.Media.TileBrush"); break;
5265
case
KnownElements
.DrawingBrush: t = _asmCore.GetType("System.Windows.Media.DrawingBrush"); break;
5266
case
KnownElements
.DrawingCollection: t = _asmCore.GetType("System.Windows.Media.DrawingCollection"); break;
5267
case
KnownElements
.DrawingGroup: t = _asmCore.GetType("System.Windows.Media.DrawingGroup"); break;
5268
case
KnownElements
.ImageSource: t = _asmCore.GetType("System.Windows.Media.ImageSource"); break;
5269
case
KnownElements
.DrawingImage: t = _asmCore.GetType("System.Windows.Media.DrawingImage"); break;
5270
case
KnownElements
.BitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffect"); break;
5271
case
KnownElements
.BitmapEffectGroup: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectGroup"); break;
5272
case
KnownElements
.BitmapEffectInput: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectInput"); break;
5273
case
KnownElements
.BevelBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BevelBitmapEffect"); break;
5274
case
KnownElements
.BlurBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BlurBitmapEffect"); break;
5275
case
KnownElements
.DropShadowBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.DropShadowBitmapEffect"); break;
5276
case
KnownElements
.EmbossBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.EmbossBitmapEffect"); break;
5277
case
KnownElements
.OuterGlowBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.OuterGlowBitmapEffect"); break;
5278
case
KnownElements
.BitmapEffectCollection: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectCollection"); break;
5279
case
KnownElements
.EllipseGeometry: t = _asmCore.GetType("System.Windows.Media.EllipseGeometry"); break;
5280
case
KnownElements
.FontFamily: t = _asmCore.GetType("System.Windows.Media.FontFamily"); break;
5281
case
KnownElements
.FontFamilyConverter: t = _asmCore.GetType("System.Windows.Media.FontFamilyConverter"); break;
5282
case
KnownElements
.GeneralTransformGroup: t = _asmCore.GetType("System.Windows.Media.GeneralTransformGroup"); break;
5283
case
KnownElements
.BrushConverter: t = _asmCore.GetType("System.Windows.Media.BrushConverter"); break;
5284
case
KnownElements
.DoubleCollection: t = _asmCore.GetType("System.Windows.Media.DoubleCollection"); break;
5285
case
KnownElements
.DoubleCollectionConverter: t = _asmCore.GetType("System.Windows.Media.DoubleCollectionConverter"); break;
5286
case
KnownElements
.GeneralTransformCollection: t = _asmCore.GetType("System.Windows.Media.GeneralTransformCollection"); break;
5287
case
KnownElements
.GeometryCollection: t = _asmCore.GetType("System.Windows.Media.GeometryCollection"); break;
5288
case
KnownElements
.GeometryConverter: t = _asmCore.GetType("System.Windows.Media.GeometryConverter"); break;
5289
case
KnownElements
.GeometryDrawing: t = _asmCore.GetType("System.Windows.Media.GeometryDrawing"); break;
5290
case
KnownElements
.GeometryGroup: t = _asmCore.GetType("System.Windows.Media.GeometryGroup"); break;
5291
case
KnownElements
.GlyphRunDrawing: t = _asmCore.GetType("System.Windows.Media.GlyphRunDrawing"); break;
5292
case
KnownElements
.GradientBrush: t = _asmCore.GetType("System.Windows.Media.GradientBrush"); break;
5293
case
KnownElements
.GradientStop: t = _asmCore.GetType("System.Windows.Media.GradientStop"); break;
5294
case
KnownElements
.GradientStopCollection: t = _asmCore.GetType("System.Windows.Media.GradientStopCollection"); break;
5295
case
KnownElements
.ImageBrush: t = _asmCore.GetType("System.Windows.Media.ImageBrush"); break;
5296
case
KnownElements
.ImageDrawing: t = _asmCore.GetType("System.Windows.Media.ImageDrawing"); break;
5297
case
KnownElements
.Int32Collection: t = _asmCore.GetType("System.Windows.Media.Int32Collection"); break;
5298
case
KnownElements
.Int32CollectionConverter: t = _asmCore.GetType("System.Windows.Media.Int32CollectionConverter"); break;
5299
case
KnownElements
.LinearGradientBrush: t = _asmCore.GetType("System.Windows.Media.LinearGradientBrush"); break;
5300
case
KnownElements
.LineGeometry: t = _asmCore.GetType("System.Windows.Media.LineGeometry"); break;
5301
case
KnownElements
.LineSegment: t = _asmCore.GetType("System.Windows.Media.LineSegment"); break;
5302
case
KnownElements
.Transform: t = _asmCore.GetType("System.Windows.Media.Transform"); break;
5303
case
KnownElements
.MatrixTransform: t = _asmCore.GetType("System.Windows.Media.MatrixTransform"); break;
5304
case
KnownElements
.MediaTimeline: t = _asmCore.GetType("System.Windows.Media.MediaTimeline"); break;
5305
case
KnownElements
.PathFigure: t = _asmCore.GetType("System.Windows.Media.PathFigure"); break;
5306
case
KnownElements
.PathFigureCollection: t = _asmCore.GetType("System.Windows.Media.PathFigureCollection"); break;
5307
case
KnownElements
.PathFigureCollectionConverter: t = _asmCore.GetType("System.Windows.Media.PathFigureCollectionConverter"); break;
5308
case
KnownElements
.PathGeometry: t = _asmCore.GetType("System.Windows.Media.PathGeometry"); break;
5309
case
KnownElements
.PathSegmentCollection: t = _asmCore.GetType("System.Windows.Media.PathSegmentCollection"); break;
5310
case
KnownElements
.Pen: t = _asmCore.GetType("System.Windows.Media.Pen"); break;
5311
case
KnownElements
.PointCollection: t = _asmCore.GetType("System.Windows.Media.PointCollection"); break;
5312
case
KnownElements
.PointCollectionConverter: t = _asmCore.GetType("System.Windows.Media.PointCollectionConverter"); break;
5313
case
KnownElements
.PolyBezierSegment: t = _asmCore.GetType("System.Windows.Media.PolyBezierSegment"); break;
5314
case
KnownElements
.PolyLineSegment: t = _asmCore.GetType("System.Windows.Media.PolyLineSegment"); break;
5315
case
KnownElements
.PolyQuadraticBezierSegment: t = _asmCore.GetType("System.Windows.Media.PolyQuadraticBezierSegment"); break;
5316
case
KnownElements
.QuadraticBezierSegment: t = _asmCore.GetType("System.Windows.Media.QuadraticBezierSegment"); break;
5317
case
KnownElements
.RadialGradientBrush: t = _asmCore.GetType("System.Windows.Media.RadialGradientBrush"); break;
5318
case
KnownElements
.RectangleGeometry: t = _asmCore.GetType("System.Windows.Media.RectangleGeometry"); break;
5319
case
KnownElements
.RotateTransform: t = _asmCore.GetType("System.Windows.Media.RotateTransform"); break;
5320
case
KnownElements
.ScaleTransform: t = _asmCore.GetType("System.Windows.Media.ScaleTransform"); break;
5321
case
KnownElements
.SkewTransform: t = _asmCore.GetType("System.Windows.Media.SkewTransform"); break;
5322
case
KnownElements
.SolidColorBrush: t = _asmCore.GetType("System.Windows.Media.SolidColorBrush"); break;
5323
case
KnownElements
.StreamGeometry: t = _asmCore.GetType("System.Windows.Media.StreamGeometry"); break;
5324
case
KnownElements
.TextEffect: t = _asmCore.GetType("System.Windows.Media.TextEffect"); break;
5325
case
KnownElements
.TextEffectCollection: t = _asmCore.GetType("System.Windows.Media.TextEffectCollection"); break;
5326
case
KnownElements
.TransformCollection: t = _asmCore.GetType("System.Windows.Media.TransformCollection"); break;
5327
case
KnownElements
.TransformConverter: t = _asmCore.GetType("System.Windows.Media.TransformConverter"); break;
5328
case
KnownElements
.TransformGroup: t = _asmCore.GetType("System.Windows.Media.TransformGroup"); break;
5329
case
KnownElements
.TranslateTransform: t = _asmCore.GetType("System.Windows.Media.TranslateTransform"); break;
5330
case
KnownElements
.VectorCollection: t = _asmCore.GetType("System.Windows.Media.VectorCollection"); break;
5331
case
KnownElements
.VectorCollectionConverter: t = _asmCore.GetType("System.Windows.Media.VectorCollectionConverter"); break;
5332
case
KnownElements
.VisualBrush: t = _asmCore.GetType("System.Windows.Media.VisualBrush"); break;
5333
case
KnownElements
.VideoDrawing: t = _asmCore.GetType("System.Windows.Media.VideoDrawing"); break;
5334
case
KnownElements
.GuidelineSet: t = _asmCore.GetType("System.Windows.Media.GuidelineSet"); break;
5335
case
KnownElements
.GlyphRun: t = _asmCore.GetType("System.Windows.Media.GlyphRun"); break;
5336
case
KnownElements
.GlyphTypeface: t = _asmCore.GetType("System.Windows.Media.GlyphTypeface"); break;
5337
case
KnownElements
.ImageMetadata: t = _asmCore.GetType("System.Windows.Media.ImageMetadata"); break;
5338
case
KnownElements
.ImageSourceConverter: t = _asmCore.GetType("System.Windows.Media.ImageSourceConverter"); break;
5339
case
KnownElements
.BitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapDecoder"); break;
5340
case
KnownElements
.BitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapEncoder"); break;
5341
case
KnownElements
.BmpBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BmpBitmapDecoder"); break;
5342
case
KnownElements
.BmpBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BmpBitmapEncoder"); break;
5343
case
KnownElements
.BitmapSource: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapSource"); break;
5344
case
KnownElements
.BitmapFrame: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapFrame"); break;
5345
case
KnownElements
.BitmapMetadata: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapMetadata"); break;
5346
case
KnownElements
.BitmapPalette: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapPalette"); break;
5347
case
KnownElements
.BitmapImage: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapImage"); break;
5348
case
KnownElements
.CachedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.CachedBitmap"); break;
5349
case
KnownElements
.ColorConvertedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.ColorConvertedBitmap"); break;
5350
case
KnownElements
.CroppedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.CroppedBitmap"); break;
5351
case
KnownElements
.FormatConvertedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.FormatConvertedBitmap"); break;
5352
case
KnownElements
.GifBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.GifBitmapDecoder"); break;
5353
case
KnownElements
.GifBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.GifBitmapEncoder"); break;
5354
case
KnownElements
.IconBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.IconBitmapDecoder"); break;
5355
case
KnownElements
.InPlaceBitmapMetadataWriter: t = _asmCore.GetType("System.Windows.Media.Imaging.InPlaceBitmapMetadataWriter"); break;
5356
case
KnownElements
.LateBoundBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.LateBoundBitmapDecoder"); break;
5357
case
KnownElements
.JpegBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.JpegBitmapDecoder"); break;
5358
case
KnownElements
.JpegBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.JpegBitmapEncoder"); break;
5359
case
KnownElements
.PngBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.PngBitmapDecoder"); break;
5360
case
KnownElements
.PngBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.PngBitmapEncoder"); break;
5361
case
KnownElements
.RenderTargetBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.RenderTargetBitmap"); break;
5362
case
KnownElements
.TiffBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.TiffBitmapDecoder"); break;
5363
case
KnownElements
.TiffBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.TiffBitmapEncoder"); break;
5364
case
KnownElements
.WmpBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.WmpBitmapDecoder"); break;
5365
case
KnownElements
.WmpBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.WmpBitmapEncoder"); break;
5366
case
KnownElements
.TransformedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.TransformedBitmap"); break;
5367
case
KnownElements
.WriteableBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.WriteableBitmap"); break;
5368
case
KnownElements
.MediaClock: t = _asmCore.GetType("System.Windows.Media.MediaClock"); break;
5369
case
KnownElements
.MediaPlayer: t = _asmCore.GetType("System.Windows.Media.MediaPlayer"); break;
5370
case
KnownElements
.PixelFormat: t = _asmCore.GetType("System.Windows.Media.PixelFormat"); break;
5371
case
KnownElements
.PixelFormatConverter: t = _asmCore.GetType("System.Windows.Media.PixelFormatConverter"); break;
5372
case
KnownElements
.RenderOptions: t = _asmCore.GetType("System.Windows.Media.RenderOptions"); break;
5373
case
KnownElements
.NumberSubstitution: t = _asmCore.GetType("System.Windows.Media.NumberSubstitution"); break;
5374
case
KnownElements
.VisualTarget: t = _asmCore.GetType("System.Windows.Media.VisualTarget"); break;
5375
case
KnownElements
.Transform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3D"); break;
5376
case
KnownElements
.AffineTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.AffineTransform3D"); break;
5377
case
KnownElements
.Model3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3D"); break;
5378
case
KnownElements
.Light: t = _asmCore.GetType("System.Windows.Media.Media3D.Light"); break;
5379
case
KnownElements
.AmbientLight: t = _asmCore.GetType("System.Windows.Media.Media3D.AmbientLight"); break;
5380
case
KnownElements
.Rotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Rotation3D"); break;
5381
case
KnownElements
.AxisAngleRotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.AxisAngleRotation3D"); break;
5382
case
KnownElements
.Camera: t = _asmCore.GetType("System.Windows.Media.Media3D.Camera"); break;
5383
case
KnownElements
.Material: t = _asmCore.GetType("System.Windows.Media.Media3D.Material"); break;
5384
case
KnownElements
.DiffuseMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.DiffuseMaterial"); break;
5385
case
KnownElements
.DirectionalLight: t = _asmCore.GetType("System.Windows.Media.Media3D.DirectionalLight"); break;
5386
case
KnownElements
.EmissiveMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.EmissiveMaterial"); break;
5387
case
KnownElements
.Geometry3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Geometry3D"); break;
5388
case
KnownElements
.GeometryModel3D: t = _asmCore.GetType("System.Windows.Media.Media3D.GeometryModel3D"); break;
5389
case
KnownElements
.MaterialGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.MaterialGroup"); break;
5390
case
KnownElements
.Matrix3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Matrix3D"); break;
5391
case
KnownElements
.MatrixCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.MatrixCamera"); break;
5392
case
KnownElements
.MatrixTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.MatrixTransform3D"); break;
5393
case
KnownElements
.MeshGeometry3D: t = _asmCore.GetType("System.Windows.Media.Media3D.MeshGeometry3D"); break;
5394
case
KnownElements
.Model3DGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3DGroup"); break;
5395
case
KnownElements
.ModelVisual3D: t = _asmCore.GetType("System.Windows.Media.Media3D.ModelVisual3D"); break;
5396
case
KnownElements
.Point3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3D"); break;
5397
case
KnownElements
.Point3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollection"); break;
5398
case
KnownElements
.Vector3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DCollection"); break;
5399
case
KnownElements
.Point4D: t = _asmCore.GetType("System.Windows.Media.Media3D.Point4D"); break;
5400
case
KnownElements
.PointLightBase: t = _asmCore.GetType("System.Windows.Media.Media3D.PointLightBase"); break;
5401
case
KnownElements
.PointLight: t = _asmCore.GetType("System.Windows.Media.Media3D.PointLight"); break;
5402
case
KnownElements
.ProjectionCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.ProjectionCamera"); break;
5403
case
KnownElements
.OrthographicCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.OrthographicCamera"); break;
5404
case
KnownElements
.PerspectiveCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.PerspectiveCamera"); break;
5405
case
KnownElements
.Quaternion: t = _asmCore.GetType("System.Windows.Media.Media3D.Quaternion"); break;
5406
case
KnownElements
.QuaternionRotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.QuaternionRotation3D"); break;
5407
case
KnownElements
.Rect3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Rect3D"); break;
5408
case
KnownElements
.RotateTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.RotateTransform3D"); break;
5409
case
KnownElements
.ScaleTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.ScaleTransform3D"); break;
5410
case
KnownElements
.Size3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Size3D"); break;
5411
case
KnownElements
.SpecularMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.SpecularMaterial"); break;
5412
case
KnownElements
.SpotLight: t = _asmCore.GetType("System.Windows.Media.Media3D.SpotLight"); break;
5413
case
KnownElements
.Transform3DGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3DGroup"); break;
5414
case
KnownElements
.TranslateTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.TranslateTransform3D"); break;
5415
case
KnownElements
.Vector3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3D"); break;
5416
case
KnownElements
.Viewport3DVisual: t = _asmCore.GetType("System.Windows.Media.Media3D.Viewport3DVisual"); break;
5417
case
KnownElements
.MaterialCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.MaterialCollection"); break;
5418
case
KnownElements
.Matrix3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Matrix3DConverter"); break;
5419
case
KnownElements
.Model3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3DCollection"); break;
5420
case
KnownElements
.Point3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DConverter"); break;
5421
case
KnownElements
.Point3DCollectionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollectionConverter"); break;
5422
case
KnownElements
.Point4DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point4DConverter"); break;
5423
case
KnownElements
.QuaternionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.QuaternionConverter"); break;
5424
case
KnownElements
.Rect3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Rect3DConverter"); break;
5425
case
KnownElements
.Size3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Size3DConverter"); break;
5426
case
KnownElements
.Transform3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3DCollection"); break;
5427
case
KnownElements
.Vector3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DConverter"); break;
5428
case
KnownElements
.Vector3DCollectionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DCollectionConverter"); break;
5429
case
KnownElements
.XmlLanguage: t = _asmCore.GetType("System.Windows.Markup.XmlLanguage"); break;
5430
case
KnownElements
.XmlLanguageConverter: t = _asmCore.GetType("System.Windows.Markup.XmlLanguageConverter"); break;
5431
case
KnownElements
.Point: t = _asmBase.GetType("System.Windows.Point"); break;
5432
case
KnownElements
.Size: t = _asmBase.GetType("System.Windows.Size"); break;
5433
case
KnownElements
.Vector: t = _asmBase.GetType("System.Windows.Vector"); break;
5434
case
KnownElements
.Rect: t = _asmBase.GetType("System.Windows.Rect"); break;
5435
case
KnownElements
.Matrix: t = _asmBase.GetType("System.Windows.Media.Matrix"); break;
5436
case
KnownElements
.DependencyProperty: t = _asmBase.GetType("System.Windows.DependencyProperty"); break;
5437
case
KnownElements
.DependencyObject: t = _asmBase.GetType("System.Windows.DependencyObject"); break;
5438
case
KnownElements
.Expression: t = _asmBase.GetType("System.Windows.Expression"); break;
5439
case
KnownElements
.Freezable: t = _asmBase.GetType("System.Windows.Freezable"); break;
5440
case
KnownElements
.WeakEventManager: t = _asmBase.GetType("System.Windows.WeakEventManager"); break;
5441
case
KnownElements
.Int32Rect: t = _asmBase.GetType("System.Windows.Int32Rect"); break;
5442
case
KnownElements
.ExpressionConverter: t = _asmBase.GetType("System.Windows.ExpressionConverter"); break;
5443
case
KnownElements
.Int32RectConverter: t = _asmBase.GetType("System.Windows.Int32RectConverter"); break;
5444
case
KnownElements
.PointConverter: t = _asmBase.GetType("System.Windows.PointConverter"); break;
5445
case
KnownElements
.RectConverter: t = _asmBase.GetType("System.Windows.RectConverter"); break;
5446
case
KnownElements
.SizeConverter: t = _asmBase.GetType("System.Windows.SizeConverter"); break;
5447
case
KnownElements
.VectorConverter: t = _asmBase.GetType("System.Windows.VectorConverter"); break;
5448
case
KnownElements
.KeyConverter: t = _asmBase.GetType("System.Windows.Input.KeyConverter"); break;
5449
case
KnownElements
.MatrixConverter: t = _asmBase.GetType("System.Windows.Media.MatrixConverter"); break;
5450
case
KnownElements
.MarkupExtension: t = _asmBase.GetType("System.Windows.Markup.MarkupExtension"); break;
5451
case
KnownElements
.ModifierKeysConverter: t = _asmBase.GetType("System.Windows.Input.ModifierKeysConverter"); break;
5452
case
KnownElements
.FrameworkPropertyMetadataOptions: t = _asmFramework.GetType("System.Windows.FrameworkPropertyMetadataOptions"); break;
5453
case
KnownElements
.NullExtension: t = _asmFramework.GetType("System.Windows.Markup.NullExtension"); break;
5454
case
KnownElements
.StaticExtension: t = _asmFramework.GetType("System.Windows.Markup.StaticExtension"); break;
5455
case
KnownElements
.ArrayExtension: t = _asmFramework.GetType("System.Windows.Markup.ArrayExtension"); break;
5456
case
KnownElements
.TypeExtension: t = _asmFramework.GetType("System.Windows.Markup.TypeExtension"); break;
5457
case
KnownElements
.IStyleConnector: t = _asmFramework.GetType("System.Windows.Markup.IStyleConnector"); break;
5458
case
KnownElements
.ParserContext: t = _asmFramework.GetType("System.Windows.Markup.ParserContext"); break;
5459
case
KnownElements
.XamlReader: t = _asmFramework.GetType("System.Windows.Markup.XamlReader"); break;
5460
case
KnownElements
.XamlWriter: t = _asmFramework.GetType("System.Windows.Markup.XamlWriter"); break;
5461
case
KnownElements
.StreamResourceInfo: t = _asmFramework.GetType("System.Windows.Resources.StreamResourceInfo"); break;
5462
case
KnownElements
.CommandConverter: t = _asmFramework.GetType("System.Windows.Input.CommandConverter"); break;
5463
case
KnownElements
.DependencyPropertyConverter: t = _asmFramework.GetType("System.Windows.Markup.DependencyPropertyConverter"); break;
5464
case
KnownElements
.ComponentResourceKeyConverter: t = _asmFramework.GetType("System.Windows.Markup.ComponentResourceKeyConverter"); break;
5465
case
KnownElements
.TemplateKeyConverter: t = _asmFramework.GetType("System.Windows.Markup.TemplateKeyConverter"); break;
5466
case
KnownElements
.RoutedEventConverter: t = _asmFramework.GetType("System.Windows.Markup.RoutedEventConverter"); break;
5467
case
KnownElements
.FrameworkPropertyMetadata: t = _asmFramework.GetType("System.Windows.FrameworkPropertyMetadata"); break;
5468
case
KnownElements
.Condition: t = _asmFramework.GetType("System.Windows.Condition"); break;
5469
case
KnownElements
.FrameworkElementFactory: t = _asmFramework.GetType("System.Windows.FrameworkElementFactory"); break;
5470
case
KnownElements
.IAddChild: t = _asmCore.GetType("System.Windows.Markup.IAddChild"); break;
5471
case
KnownElements
.IAddChildInternal: t = _asmCore.GetType("System.Windows.Markup.IAddChildInternal"); break;
5472
case
KnownElements
.RoutingStrategy: t = _asmCore.GetType("System.Windows.RoutingStrategy"); break;
5473
case
KnownElements
.EventManager: t = _asmCore.GetType("System.Windows.EventManager"); break;
5474
case
KnownElements
.XmlLangPropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.XmlLangPropertyAttribute"); break;
5475
case
KnownElements
.INameScope: t = _asmBase.GetType("System.Windows.Markup.INameScope"); break;
5476
case
KnownElements
.IComponentConnector: t = _asmBase.GetType("System.Windows.Markup.IComponentConnector"); break;
5477
case
KnownElements
.RuntimeNamePropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.RuntimeNamePropertyAttribute"); break;
5478
case
KnownElements
.ContentPropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentPropertyAttribute"); break;
5479
case
KnownElements
.WhitespaceSignificantCollectionAttribute: t = _asmBase.GetType("System.Windows.Markup.WhitespaceSignificantCollectionAttribute"); break;
5480
case
KnownElements
.ContentWrapperAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentWrapperAttribute"); break;
5481
case
KnownElements
.InlineCollection: t = _asmFramework.GetType("System.Windows.Documents.InlineCollection"); break;
5482
case
KnownElements
.XamlStyleSerializer: t = typeof(XamlStyleSerializer); break;
5483
case
KnownElements
.XamlTemplateSerializer: t = typeof(XamlTemplateSerializer); break;
5484
case
KnownElements
.XamlBrushSerializer: t = typeof(XamlBrushSerializer); break;
5485
case
KnownElements
.XamlPoint3DCollectionSerializer: t = typeof(XamlPoint3DCollectionSerializer); break;
5486
case
KnownElements
.XamlVector3DCollectionSerializer: t = typeof(XamlVector3DCollectionSerializer); break;
5487
case
KnownElements
.XamlPointCollectionSerializer: t = typeof(XamlPointCollectionSerializer); break;
5488
case
KnownElements
.XamlInt32CollectionSerializer: t = typeof(XamlInt32CollectionSerializer); break;
5489
case
KnownElements
.XamlPathDataSerializer: t = typeof(XamlPathDataSerializer); break;
5490
case
KnownElements
.TypeTypeConverter: t = typeof(TypeTypeConverter); break;
5491
case
KnownElements
.Boolean: t = typeof(Boolean); break;
5492
case
KnownElements
.Int16: t = typeof(Int16); break;
5493
case
KnownElements
.Int32: t = typeof(Int32); break;
5494
case
KnownElements
.Int64: t = typeof(Int64); break;
5495
case
KnownElements
.UInt16: t = typeof(UInt16); break;
5496
case
KnownElements
.UInt32: t = typeof(UInt32); break;
5497
case
KnownElements
.UInt64: t = typeof(UInt64); break;
5498
case
KnownElements
.Single: t = typeof(Single); break;
5499
case
KnownElements
.Double: t = typeof(Double); break;
5500
case
KnownElements
.Object: t = typeof(Object); break;
5501
case
KnownElements
.String: t = typeof(String); break;
5502
case
KnownElements
.Byte: t = typeof(Byte); break;
5503
case
KnownElements
.SByte: t = typeof(SByte); break;
5504
case
KnownElements
.Char: t = typeof(Char); break;
5505
case
KnownElements
.Decimal: t = typeof(Decimal); break;
5506
case
KnownElements
.TimeSpan: t = typeof(TimeSpan); break;
5507
case
KnownElements
.Guid: t = typeof(Guid); break;
5508
case
KnownElements
.DateTime: t = typeof(DateTime); break;
5509
case
KnownElements
.Uri: t = typeof(Uri); break;
5510
case
KnownElements
.CultureInfo: t = typeof(CultureInfo); break;
5511
case
KnownElements
.EnumConverter: t = typeof(EnumConverter); break;
5512
case
KnownElements
.NullableConverter: t = typeof(NullableConverter); break;
5513
case
KnownElements
.BooleanConverter: t = typeof(BooleanConverter); break;
5514
case
KnownElements
.Int16Converter: t = typeof(Int16Converter); break;
5515
case
KnownElements
.Int32Converter: t = typeof(Int32Converter); break;
5516
case
KnownElements
.Int64Converter: t = typeof(Int64Converter); break;
5517
case
KnownElements
.UInt16Converter: t = typeof(UInt16Converter); break;
5518
case
KnownElements
.UInt32Converter: t = typeof(UInt32Converter); break;
5519
case
KnownElements
.UInt64Converter: t = typeof(UInt64Converter); break;
5520
case
KnownElements
.SingleConverter: t = typeof(SingleConverter); break;
5521
case
KnownElements
.DoubleConverter: t = typeof(DoubleConverter); break;
5522
case
KnownElements
.StringConverter: t = typeof(StringConverter); break;
5523
case
KnownElements
.ByteConverter: t = typeof(ByteConverter); break;
5524
case
KnownElements
.SByteConverter: t = typeof(SByteConverter); break;
5525
case
KnownElements
.CharConverter: t = typeof(CharConverter); break;
5526
case
KnownElements
.DecimalConverter: t = typeof(DecimalConverter); break;
5527
case
KnownElements
.TimeSpanConverter: t = typeof(TimeSpanConverter); break;
5528
case
KnownElements
.GuidConverter: t = typeof(GuidConverter); break;
5529
case
KnownElements
.CultureInfoConverter: t = typeof(CultureInfoConverter); break;
5530
case
KnownElements
.DateTimeConverter: t = typeof(DateTimeConverter); break;
5531
case
KnownElements
.DateTimeConverter2: t = typeof(DateTimeConverter2); break;
5532
case
KnownElements
.UriTypeConverter: t = typeof(UriTypeConverter); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypesHelper.cs (2)
18
private static TypeIndexer _typeIndexer = new TypeIndexer((int)
KnownElements
.MaxElement);
56
t = InitializeOneType((
KnownElements
)index);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (21)
148
private
KnownElements
GetKnownExtensionFromType(Type extensionType, out string propName)
150
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == extensionType)
153
return
KnownElements
.TypeExtension;
155
else if (KnownTypes.Types[(int)
KnownElements
.StaticExtension] == extensionType)
158
return
KnownElements
.StaticExtension;
160
else if (KnownTypes.Types[(int)
KnownElements
.TemplateBindingExtension] == extensionType)
163
return
KnownElements
.TemplateBindingExtension;
165
else if (KnownTypes.Types[(int)
KnownElements
.DynamicResourceExtension] == extensionType)
168
return
KnownElements
.DynamicResourceExtension;
170
else if (KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension] == extensionType)
173
return
KnownElements
.StaticResourceExtension;
193
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == extensionType)
242
KnownElements
knownExtensionTypeId = GetKnownExtensionFromType(extensionType, out propName);
244
if (knownExtensionTypeId !=
KnownElements
.UnknownElement)
253
case
KnownElements
.DynamicResourceExtension:
254
case
KnownElements
.StaticResourceExtension:
508
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == targetType)
513
extensionId = (short)
KnownElements
.TypeExtension;
515
else if (KnownTypes.Types[(int)
KnownElements
.StaticExtension] == targetType)
519
extensionId = (short)
KnownElements
.StaticExtension;
592
else if (!KnownTypes.Types[(int)
KnownElements
.MarkupExtension].IsAssignableFrom(targetType))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (11)
635
if (KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType))
657
(xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.Trigger] ||
658
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiTrigger] ||
659
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.DataTrigger] ||
660
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiDataTrigger] ||
661
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventTrigger]))
666
(KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType)))
696
if (xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventSetter])
1233
string assemblyName = KnownTypes.Types[(int)
KnownElements
.EventSetter].Assembly.FullName;
1240
KnownTypes.Types[(int)
KnownElements
.EventSetter].FullName,
1241
KnownTypes.Types[(int)
KnownElements
.EventSetter],
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (16)
653
if (KnownTypes.Types[(int)
KnownElements
.ControlTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
655
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.Control];
657
else if (KnownTypes.Types[(int)
KnownElements
.DataTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
659
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.ContentPresenter];
669
_templateKeyType = KnownTypes.Types[(int)
KnownElements
.DataTemplateKey];
673
else if (KnownTypes.Types[(int)
KnownElements
.ItemsPanelTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
675
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.ItemsPresenter];
695
(xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.Trigger] ||
696
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiTrigger] ||
697
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.DataTrigger] ||
698
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiDataTrigger] ||
699
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventTrigger]))
704
(KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType)))
841
!KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(elementType)
843
!KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(elementType))
1535
if (!KnownTypes.Types[(int)
KnownElements
.DataTrigger].IsAssignableFrom(t))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (29)
782
if (extensionTypeId == (short)
KnownElements
.TypeExtension)
1877
KnownElements
knownElement = (
KnownElements
)(-id);
1893
if (KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(type) ||
1894
KnownTypes.Types[(int)
KnownElements
.ResourceDictionary].IsAssignableFrom(type))
1900
Type attrType = KnownTypes.Types[(int)
KnownElements
.ContentPropertyAttribute];
1901
Type DOType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1902
Type FEType = KnownTypes.Types[(int)
KnownElements
.FrameworkElement];
1903
Type FCEType = KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement];
2281
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
2957
KnownTypes.Types[(int)
KnownElements
.IComponentConnector].IsAssignableFrom(parentType))
3304
(short)
KnownElements
.TypeExtension,
3351
if (KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(objectType) ||
3352
KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(objectType) ||
3353
KnownTypes.Types[(int)
KnownElements
.Timeline].IsAssignableFrom(objectType) ||
3354
KnownTypes.Types[(int)
KnownElements
.BeginStoryboard].IsAssignableFrom(objectType))
3379
if (KnownTypes.Types[(int)
KnownElements
.Timeline].IsAssignableFrom(objectType))
3407
Type attrType = KnownTypes.Types[(int)
KnownElements
.RuntimeNamePropertyAttribute];
3408
Type TimelineType = KnownTypes.Types[(int)
KnownElements
.Timeline];
3409
Type FEType = KnownTypes.Types[(int)
KnownElements
.FrameworkElement];
3410
Type FCEType = KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement];
3411
Type BSBType = KnownTypes.Types[(int)
KnownElements
.BeginStoryboard];
3679
if (KnownTypes.Types[(int)
KnownElements
.RoutedEvent].IsAssignableFrom(elementBaseType))
4375
KnownTypes.Types[(int)
KnownElements
.MarkupExtension].IsAssignableFrom(currentObjectType))
4666
if (!(objectType == KnownTypes.Types[(int)
KnownElements
.ArrayExtension])
4815
KnownTypes.CanCollectionTypeAcceptStrings( (
KnownElements
) (-collectionTypeID) )
4821
KnownTypes.CanCollectionTypeAcceptStrings( (
KnownElements
) (-collectionTypeID) )
4935
if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)
KnownElements
.ContentWrapperAttribute] )
5702
Type attrType = KnownTypes.Types[(int)
KnownElements
.WhitespaceSignificantCollectionAttribute];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (22)
1286
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1447
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1816
if (KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(typeAndSerializer.ObjectType) ||
1817
KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(typeAndSerializer.ObjectType))
1819
typeAndSerializer.XmlLangProperty = (KnownTypes.Types[(int)
KnownElements
.FrameworkElement]).GetProperty("Language",
1843
KnownTypes.Types[(int)
KnownElements
.XmlLangPropertyAttribute],
2664
if (objectType == KnownTypes.Types[(int)
KnownElements
.Brush])
2666
return (int)
KnownElements
.XamlBrushSerializer;
2668
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Geometry] ||
2669
objectType == KnownTypes.Types[(int)
KnownElements
.StreamGeometry])
2676
return (int)
KnownElements
.XamlPathDataSerializer;
2678
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Point3DCollection])
2680
return (int)
KnownElements
.XamlPoint3DCollectionSerializer;
2682
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Vector3DCollection])
2684
return (int)
KnownElements
.XamlVector3DCollectionSerializer;
2686
else if (objectType == KnownTypes.Types[(int)
KnownElements
.PointCollection])
2688
return (int)
KnownElements
.XamlPointCollectionSerializer;
2690
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Int32Collection])
2692
return (int)
KnownElements
.XamlInt32CollectionSerializer;
2705
if (objectType == KnownTypes.Types[(int)
KnownElements
.Style])
2709
else if (KnownTypes.Types[(int)
KnownElements
.FrameworkTemplate].IsAssignableFrom(objectType))
3763
if (KnownTypes.Types[(int)
KnownElements
.LineBreak].IsAssignableFrom(type))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\SystemResourceKey.cs (3)
387
if ((KnownTypes.Types[(int)
KnownElements
.MenuItem] == targetType) ||
388
(KnownTypes.Types[(int)
KnownElements
.ToolBar] == targetType) ||
389
(KnownTypes.Types[(int)
KnownElements
.StatusBar] == targetType))