1965 references to KnownElements
PresentationBuildTasks (1965)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (18)
897
_ccRoot.StyleConnectorFn.PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IStyleConnector]);
981
CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)
KnownElements
.EventSetter], EVENTSETTER);
991
new CodeObjectCreateExpression(KnownTypes.Types[(int)
KnownElements
.EventSetter],
1015
CodeCastExpression cceTarget = new CodeCastExpression(KnownTypes.Types[(int)
KnownElements
.Style], careTarget);
1097
_ccRoot.CodeClass.BaseTypes.Add(KnownTypes.Types[(int)
KnownElements
.IStyleConnector].FullName);
1129
_ccRoot.HookupFn.PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector]);
1160
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)
KnownElements
.INameScope].IsAssignableFrom(cc.ElementType))
1255
var iComponentConnector = new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector]);
1719
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)
KnownElements
.INameScope].IsAssignableFrom(cc.ElementType))
1851
Debug.Assert(pis != null && pis.Length == 2 && KnownTypes.Types[(int)
KnownElements
.DependencyObject].IsAssignableFrom(pis[0].ParameterType));
1861
if (fiEvent == null || fiEvent.FieldType != KnownTypes.Types[(int)
KnownElements
.RoutedEvent])
1934
KnownTypes.Types[(int)
KnownElements
.UIElement].IsAssignableFrom(eventTarget) ||
1935
KnownTypes.Types[(int)
KnownElements
.ContentElement].IsAssignableFrom(eventTarget))
2129
Type resourceDictionary = KnownTypes.Types[(int)
KnownElements
.ResourceDictionary];
2130
Type iNameScope = KnownTypes.Types[(int)
KnownElements
.INameScope];
2545
cmmLC.ImplementationTypes.Add(new CodeTypeReference(KnownTypes.Types[(int)
KnownElements
.IComponentConnector]));
2611
CodeMethodReferenceExpression cmreLoadContent = new CodeMethodReferenceExpression(new CodeTypeReferenceExpression(KnownTypes.Types[(int)
KnownElements
.Application]), LOADCOMPONENT);
2917
if (elementType != null && KnownTypes.Types[(int)
KnownElements
.IComponentConnector].IsAssignableFrom(elementType))
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
171
KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(memberInfo.DeclaringType))
367
PropertyInfo pi = KnownTypes.Types[(int)
KnownElements
.Application].GetProperty(localAttribName);
578
bool appEvent = KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(xamlClrEventNode.EventMember.DeclaringType);
Framework\System\Windows\Markup\AttributeData.cs (2)
111
return ExtensionTypeId == (short)
KnownElements
.TypeExtension;
119
return ExtensionTypeId == (short)
KnownElements
.StaticExtension;
Framework\System\Windows\Markup\BamlMapTable.cs (17)
139
int high = (int)
KnownElements
.MaxElement - 1;
330
KnownElements
id = (
KnownElements
)(-idNumber);
332
KnownElements
tcId = KnownTypes.GetKnownTypeConverterId(id);
333
if (tcId ==
KnownElements
.UnknownElement)
354
KnownElements
id = (
KnownElements
)(-idNumber);
356
KnownElements
converterId = KnownTypes.GetKnownTypeConverterIdForProperty(id, propName);
357
if (converterId ==
KnownElements
.UnknownElement)
989
propertyId = (short)-KnownTypes.GetKnownPropertyAttributeId((
KnownElements
)(-typeId), memberName);
1349
short attributeId = (short)-KnownTypes.GetKnownPropertyAttributeId((
KnownElements
)(-typeId), fieldName);
1415
converterOrSerializerTypeId = (short)
KnownElements
.EnumConverter;
1511
case (short)
KnownElements
.StaticExtension:
1525
case (short)
KnownElements
.TemplateBindingExtension:
1621
index = (int)
KnownElements
.BooleanConverter;
1623
else if (type == KnownTypes.Types[(int)
KnownElements
.DependencyProperty])
1625
index = (int)
KnownElements
.DependencyPropertyConverter;
Framework\System\Windows\Markup\BamlRecords.cs (5)
484
return (KnownTypes.Types[(int)
KnownElements
.IAddChildInternal].IsAssignableFrom( parentObjectType ));
2568
if (serializerTypeId == (short)
KnownElements
.DependencyPropertyConverter)
3822
get { return (short)
KnownElements
.StaticResourceExtension; }
4953
|| (KnownTypes.Types[(int)
KnownElements
.DependencyProperty].IsAssignableFrom(propertyMember.GetType())),
4996
KnownTypes.Types[(int)
KnownElements
.DependencyProperty].IsAssignableFrom(PropertyMember.GetType( )) )
Framework\System\Windows\Markup\BamlRecordWriter.cs (15)
308
else if (CollectingValues && KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension] == xamlElementNode.ElementType)
322
else if (CollectingValues && KnownTypes.Types[(int)
KnownElements
.DynamicResourceExtension] == xamlElementNode.ElementType)
359
KnownTypes.Types[(int)
KnownElements
.StaticExtension].IsAssignableFrom(xamlElementNode.ElementType) ||
360
KnownTypes.Types[(int)
KnownElements
.TypeExtension].IsAssignableFrom(xamlElementNode.ElementType))
379
else if (_deferLoadingSupport && KnownTypes.Types[(int)
KnownElements
.ResourceDictionary].IsAssignableFrom(xamlElementNode.ElementType))
803
!KnownTypes.Types[(int)
KnownElements
.StaticExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) &&
804
!KnownTypes.Types[(int)
KnownElements
.TypeExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) &&
805
!KnownTypes.Types[(int)
KnownElements
.ResourceKey].IsAssignableFrom(xamlKeyElementNode.ElementType))
1014
if (converterOrSerializerTypeId == (short)
KnownElements
.DependencyPropertyConverter)
1079
Debug.Assert(extensionTypeId != (short)
KnownElements
.TypeExtension);
1083
if ((extensionTypeId == (short)
KnownElements
.DynamicResourceExtension) ||
1084
(extensionTypeId == (short)
KnownElements
.StaticResourceExtension))
1117
(short)
KnownElements
.StaticExtension,
1154
extensionTypeId == (short)
KnownElements
.StaticResourceExtension)
1686
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension]),
Framework\System\Windows\Markup\KnownTypes.cs (1801)
2545
internal static bool CanCollectionTypeAcceptStrings(
KnownElements
knownElement)
2550
case
KnownElements
.BitmapEffectCollection:
2551
case
KnownElements
.DoubleCollection:
2552
case
KnownElements
.DrawingCollection:
2553
case
KnownElements
.GeneralTransformCollection:
2554
case
KnownElements
.GeometryCollection:
2555
case
KnownElements
.GradientStopCollection:
2556
case
KnownElements
.Int32Collection:
2557
case
KnownElements
.MaterialCollection:
2558
case
KnownElements
.Model3DCollection:
2559
case
KnownElements
.PathFigureCollection:
2560
case
KnownElements
.PathSegmentCollection:
2561
case
KnownElements
.Point3DCollection:
2562
case
KnownElements
.PointCollection:
2563
case
KnownElements
.StrokeCollection:
2564
case
KnownElements
.TextDecorationCollection:
2565
case
KnownElements
.TextEffectCollection:
2566
case
KnownElements
.TimelineCollection:
2567
case
KnownElements
.Transform3DCollection:
2568
case
KnownElements
.TransformCollection:
2569
case
KnownElements
.Vector3DCollection:
2570
case
KnownElements
.VectorCollection:
2577
internal static string GetContentPropertyName(
KnownElements
knownElement)
2583
case
KnownElements
.EventTrigger:
2586
case
KnownElements
.MultiBinding:
2587
case
KnownElements
.PriorityBinding:
2590
case
KnownElements
.AnchoredBlock:
2591
case
KnownElements
.Figure:
2592
case
KnownElements
.Floater:
2593
case
KnownElements
.FlowDocument:
2594
case
KnownElements
.ListItem:
2595
case
KnownElements
.Section:
2596
case
KnownElements
.TableCell:
2599
case
KnownElements
.TableRow:
2602
case
KnownElements
.AdornedElementPlaceholder:
2603
case
KnownElements
.AdornerDecorator:
2604
case
KnownElements
.BlockUIContainer:
2605
case
KnownElements
.Border:
2606
case
KnownElements
.BulletDecorator:
2607
case
KnownElements
.Decorator:
2608
case
KnownElements
.InkPresenter:
2609
case
KnownElements
.InlineUIContainer:
2610
case
KnownElements
.PageContent:
2611
case
KnownElements
.Popup:
2612
case
KnownElements
.Viewbox:
2615
case
KnownElements
.BitmapEffectGroup:
2616
case
KnownElements
.Canvas:
2617
case
KnownElements
.DockPanel:
2618
case
KnownElements
.DrawingGroup:
2619
case
KnownElements
.FixedPage:
2620
case
KnownElements
.GeneralTransformGroup:
2621
case
KnownElements
.GeometryGroup:
2622
case
KnownElements
.Grid:
2623
case
KnownElements
.InkCanvas:
2624
case
KnownElements
.MaterialGroup:
2625
case
KnownElements
.Model3DGroup:
2626
case
KnownElements
.ModelVisual3D:
2627
case
KnownElements
.Panel:
2628
case
KnownElements
.ParallelTimeline:
2629
case
KnownElements
.StackPanel:
2630
case
KnownElements
.Storyboard:
2631
case
KnownElements
.TabPanel:
2632
case
KnownElements
.TimelineGroup:
2633
case
KnownElements
.ToolBarOverflowPanel:
2634
case
KnownElements
.ToolBarPanel:
2635
case
KnownElements
.Transform3DGroup:
2636
case
KnownElements
.TransformGroup:
2637
case
KnownElements
.UniformGrid:
2638
case
KnownElements
.Viewport3D:
2639
case
KnownElements
.Viewport3DVisual:
2640
case
KnownElements
.VirtualizingPanel:
2641
case
KnownElements
.VirtualizingStackPanel:
2642
case
KnownElements
.WrapPanel:
2645
case
KnownElements
.GridView:
2648
case
KnownElements
.Button:
2649
case
KnownElements
.ButtonBase:
2650
case
KnownElements
.CheckBox:
2651
case
KnownElements
.ComboBoxItem:
2652
case
KnownElements
.ContentControl:
2653
case
KnownElements
.Expander:
2654
case
KnownElements
.GridViewColumnHeader:
2655
case
KnownElements
.GroupBox:
2656
case
KnownElements
.GroupItem:
2657
case
KnownElements
.HeaderedContentControl:
2658
case
KnownElements
.Label:
2659
case
KnownElements
.ListBoxItem:
2660
case
KnownElements
.ListViewItem:
2661
case
KnownElements
.Page:
2662
case
KnownElements
.PageFunctionBase:
2663
case
KnownElements
.RadioButton:
2664
case
KnownElements
.RepeatButton:
2665
case
KnownElements
.ScrollViewer:
2666
case
KnownElements
.StatusBarItem:
2667
case
KnownElements
.TabItem:
2668
case
KnownElements
.ToggleButton:
2669
case
KnownElements
.ToolTip:
2670
case
KnownElements
.UserControl:
2671
case
KnownElements
.Window:
2674
case
KnownElements
.DocumentViewer:
2675
case
KnownElements
.DocumentViewerBase:
2676
case
KnownElements
.FlowDocumentPageViewer:
2677
case
KnownElements
.FlowDocumentReader:
2678
case
KnownElements
.FlowDocumentScrollViewer:
2679
case
KnownElements
.RichTextBox:
2682
case
KnownElements
.PathGeometry:
2685
case
KnownElements
.GradientBrush:
2686
case
KnownElements
.LinearGradientBrush:
2687
case
KnownElements
.RadialGradientBrush:
2690
case
KnownElements
.GridViewColumn:
2693
case
KnownElements
.Bold:
2694
case
KnownElements
.Hyperlink:
2695
case
KnownElements
.Italic:
2696
case
KnownElements
.Paragraph:
2697
case
KnownElements
.Span:
2698
case
KnownElements
.TextBlock:
2699
case
KnownElements
.Underline:
2702
case
KnownElements
.ArrayExtension:
2703
case
KnownElements
.ComboBox:
2704
case
KnownElements
.ContextMenu:
2705
case
KnownElements
.HeaderedItemsControl:
2706
case
KnownElements
.ItemsControl:
2707
case
KnownElements
.ListBox:
2708
case
KnownElements
.ListView:
2709
case
KnownElements
.Menu:
2710
case
KnownElements
.MenuBase:
2711
case
KnownElements
.MenuItem:
2712
case
KnownElements
.Selector:
2713
case
KnownElements
.StatusBar:
2714
case
KnownElements
.TabControl:
2715
case
KnownElements
.ToolBar:
2716
case
KnownElements
.TreeView:
2717
case
KnownElements
.TreeViewItem:
2720
case
KnownElements
.BooleanAnimationUsingKeyFrames:
2721
case
KnownElements
.ByteAnimationUsingKeyFrames:
2722
case
KnownElements
.CharAnimationUsingKeyFrames:
2723
case
KnownElements
.ColorAnimationUsingKeyFrames:
2724
case
KnownElements
.DecimalAnimationUsingKeyFrames:
2725
case
KnownElements
.DoubleAnimationUsingKeyFrames:
2726
case
KnownElements
.Int16AnimationUsingKeyFrames:
2727
case
KnownElements
.Int32AnimationUsingKeyFrames:
2728
case
KnownElements
.Int64AnimationUsingKeyFrames:
2729
case
KnownElements
.MatrixAnimationUsingKeyFrames:
2730
case
KnownElements
.ObjectAnimationUsingKeyFrames:
2731
case
KnownElements
.Point3DAnimationUsingKeyFrames:
2732
case
KnownElements
.PointAnimationUsingKeyFrames:
2733
case
KnownElements
.QuaternionAnimationUsingKeyFrames:
2734
case
KnownElements
.RectAnimationUsingKeyFrames:
2735
case
KnownElements
.Rotation3DAnimationUsingKeyFrames:
2736
case
KnownElements
.SingleAnimationUsingKeyFrames:
2737
case
KnownElements
.SizeAnimationUsingKeyFrames:
2738
case
KnownElements
.StringAnimationUsingKeyFrames:
2739
case
KnownElements
.ThicknessAnimationUsingKeyFrames:
2740
case
KnownElements
.Vector3DAnimationUsingKeyFrames:
2741
case
KnownElements
.VectorAnimationUsingKeyFrames:
2744
case
KnownElements
.List:
2747
case
KnownElements
.InputScopeName:
2750
case
KnownElements
.FixedDocument:
2753
case
KnownElements
.FixedDocumentSequence:
2756
case
KnownElements
.Table:
2759
case
KnownElements
.TableRowGroup:
2762
case
KnownElements
.PathFigure:
2765
case
KnownElements
.DataTrigger:
2766
case
KnownElements
.MultiDataTrigger:
2767
case
KnownElements
.MultiTrigger:
2768
case
KnownElements
.Style:
2769
case
KnownElements
.Trigger:
2772
case
KnownElements
.BeginStoryboard:
2775
case
KnownElements
.AccessText:
2776
case
KnownElements
.Run:
2777
case
KnownElements
.TextBox:
2780
case
KnownElements
.ToolBarTray:
2783
case
KnownElements
.ControlTemplate:
2784
case
KnownElements
.DataTemplate:
2785
case
KnownElements
.FrameworkTemplate:
2786
case
KnownElements
.HierarchicalDataTemplate:
2787
case
KnownElements
.ItemsPanelTemplate:
2790
case
KnownElements
.XmlDataProvider:
2797
internal static short GetKnownPropertyAttributeId(
KnownElements
typeID, string fieldName)
2801
case
KnownElements
.AccessText:
2805
case
KnownElements
.AdornedElementPlaceholder:
2809
case
KnownElements
.AdornerDecorator:
2813
case
KnownElements
.AnchoredBlock:
2817
case
KnownElements
.ArrayExtension:
2821
case
KnownElements
.BeginStoryboard:
2825
case
KnownElements
.BitmapEffectGroup:
2829
case
KnownElements
.BlockUIContainer:
2833
case
KnownElements
.Bold:
2837
case
KnownElements
.BooleanAnimationUsingKeyFrames:
2841
case
KnownElements
.Border:
2851
case
KnownElements
.BulletDecorator:
2855
case
KnownElements
.Button:
2859
case
KnownElements
.ButtonBase:
2871
case
KnownElements
.ByteAnimationUsingKeyFrames:
2875
case
KnownElements
.Canvas:
2879
case
KnownElements
.CharAnimationUsingKeyFrames:
2883
case
KnownElements
.CheckBox:
2887
case
KnownElements
.ColorAnimationUsingKeyFrames:
2891
case
KnownElements
.ColumnDefinition:
2899
case
KnownElements
.ComboBox:
2903
case
KnownElements
.ComboBoxItem:
2907
case
KnownElements
.ContentControl:
2917
case
KnownElements
.ContentElement:
2921
case
KnownElements
.ContentPresenter:
2933
case
KnownElements
.ContextMenu:
2937
case
KnownElements
.Control:
2969
case
KnownElements
.ControlTemplate:
2973
case
KnownElements
.DataTemplate:
2977
case
KnownElements
.DataTrigger:
2981
case
KnownElements
.DecimalAnimationUsingKeyFrames:
2985
case
KnownElements
.Decorator:
2989
case
KnownElements
.DockPanel:
2997
case
KnownElements
.DocumentViewer:
3001
case
KnownElements
.DocumentViewerBase:
3005
case
KnownElements
.DoubleAnimationUsingKeyFrames:
3009
case
KnownElements
.DrawingGroup:
3013
case
KnownElements
.EventTrigger:
3017
case
KnownElements
.Expander:
3021
case
KnownElements
.Figure:
3025
case
KnownElements
.FixedDocument:
3029
case
KnownElements
.FixedDocumentSequence:
3033
case
KnownElements
.FixedPage:
3037
case
KnownElements
.Floater:
3041
case
KnownElements
.FlowDocument:
3045
case
KnownElements
.FlowDocumentPageViewer:
3049
case
KnownElements
.FlowDocumentReader:
3053
case
KnownElements
.FlowDocumentScrollViewer:
3057
case
KnownElements
.FrameworkContentElement:
3061
case
KnownElements
.FrameworkElement:
3087
case
KnownElements
.FrameworkTemplate:
3091
case
KnownElements
.GeneralTransformGroup:
3095
case
KnownElements
.GeometryGroup:
3099
case
KnownElements
.GradientBrush:
3103
case
KnownElements
.Grid:
3115
case
KnownElements
.GridView:
3119
case
KnownElements
.GridViewColumn:
3123
case
KnownElements
.GridViewColumnHeader:
3127
case
KnownElements
.GroupBox:
3131
case
KnownElements
.GroupItem:
3135
case
KnownElements
.HeaderedContentControl:
3147
case
KnownElements
.HeaderedItemsControl:
3159
case
KnownElements
.HierarchicalDataTemplate:
3163
case
KnownElements
.Hyperlink:
3169
case
KnownElements
.Image:
3175
case
KnownElements
.InkCanvas:
3179
case
KnownElements
.InkPresenter:
3183
case
KnownElements
.InlineUIContainer:
3187
case
KnownElements
.InputScopeName:
3191
case
KnownElements
.Int16AnimationUsingKeyFrames:
3195
case
KnownElements
.Int32AnimationUsingKeyFrames:
3199
case
KnownElements
.Int64AnimationUsingKeyFrames:
3203
case
KnownElements
.Italic:
3207
case
KnownElements
.ItemsControl:
3223
case
KnownElements
.ItemsPanelTemplate:
3227
case
KnownElements
.Label:
3231
case
KnownElements
.LinearGradientBrush:
3235
case
KnownElements
.List:
3239
case
KnownElements
.ListBox:
3243
case
KnownElements
.ListBoxItem:
3247
case
KnownElements
.ListItem:
3251
case
KnownElements
.ListView:
3255
case
KnownElements
.ListViewItem:
3259
case
KnownElements
.MaterialGroup:
3263
case
KnownElements
.MatrixAnimationUsingKeyFrames:
3267
case
KnownElements
.Menu:
3271
case
KnownElements
.MenuBase:
3275
case
KnownElements
.MenuItem:
3279
case
KnownElements
.Model3DGroup:
3283
case
KnownElements
.ModelVisual3D:
3287
case
KnownElements
.MultiBinding:
3291
case
KnownElements
.MultiDataTrigger:
3295
case
KnownElements
.MultiTrigger:
3299
case
KnownElements
.ObjectAnimationUsingKeyFrames:
3303
case
KnownElements
.Page:
3307
case
KnownElements
.PageContent:
3311
case
KnownElements
.PageFunctionBase:
3315
case
KnownElements
.Panel:
3321
case
KnownElements
.Paragraph:
3325
case
KnownElements
.ParallelTimeline:
3329
case
KnownElements
.Path:
3333
case
KnownElements
.PathFigure:
3337
case
KnownElements
.PathGeometry:
3341
case
KnownElements
.Point3DAnimationUsingKeyFrames:
3345
case
KnownElements
.PointAnimationUsingKeyFrames:
3349
case
KnownElements
.Popup:
3359
case
KnownElements
.PriorityBinding:
3363
case
KnownElements
.QuaternionAnimationUsingKeyFrames:
3367
case
KnownElements
.RadialGradientBrush:
3371
case
KnownElements
.RadioButton:
3375
case
KnownElements
.RectAnimationUsingKeyFrames:
3379
case
KnownElements
.RepeatButton:
3383
case
KnownElements
.RichTextBox:
3387
case
KnownElements
.Rotation3DAnimationUsingKeyFrames:
3391
case
KnownElements
.RowDefinition:
3399
case
KnownElements
.Run:
3403
case
KnownElements
.ScrollViewer:
3413
case
KnownElements
.Section:
3417
case
KnownElements
.Selector:
3421
case
KnownElements
.Shape:
3429
case
KnownElements
.SingleAnimationUsingKeyFrames:
3433
case
KnownElements
.SizeAnimationUsingKeyFrames:
3437
case
KnownElements
.Span:
3441
case
KnownElements
.StackPanel:
3445
case
KnownElements
.StatusBar:
3449
case
KnownElements
.StatusBarItem:
3453
case
KnownElements
.Storyboard:
3457
case
KnownElements
.StringAnimationUsingKeyFrames:
3461
case
KnownElements
.Style:
3465
case
KnownElements
.TabControl:
3469
case
KnownElements
.TabItem:
3473
case
KnownElements
.TabPanel:
3477
case
KnownElements
.Table:
3481
case
KnownElements
.TableCell:
3485
case
KnownElements
.TableRow:
3489
case
KnownElements
.TableRowGroup:
3493
case
KnownElements
.TextBlock:
3519
case
KnownElements
.TextBox:
3523
case
KnownElements
.TextElement:
3539
case
KnownElements
.ThicknessAnimationUsingKeyFrames:
3543
case
KnownElements
.TimelineGroup:
3547
case
KnownElements
.ToggleButton:
3551
case
KnownElements
.ToolBar:
3555
case
KnownElements
.ToolBarOverflowPanel:
3559
case
KnownElements
.ToolBarPanel:
3563
case
KnownElements
.ToolBarTray:
3567
case
KnownElements
.ToolTip:
3571
case
KnownElements
.Track:
3585
case
KnownElements
.Transform3DGroup:
3589
case
KnownElements
.TransformGroup:
3593
case
KnownElements
.TreeView:
3597
case
KnownElements
.TreeViewItem:
3601
case
KnownElements
.Trigger:
3605
case
KnownElements
.UIElement:
3617
case
KnownElements
.Underline:
3621
case
KnownElements
.UniformGrid:
3625
case
KnownElements
.UserControl:
3629
case
KnownElements
.Vector3DAnimationUsingKeyFrames:
3633
case
KnownElements
.VectorAnimationUsingKeyFrames:
3637
case
KnownElements
.Viewbox:
3641
case
KnownElements
.Viewport3D:
3645
case
KnownElements
.Viewport3DVisual:
3649
case
KnownElements
.VirtualizingPanel:
3653
case
KnownElements
.VirtualizingStackPanel:
3657
case
KnownElements
.Window:
3661
case
KnownElements
.WrapPanel:
3665
case
KnownElements
.XmlDataProvider:
3685
internal static
KnownElements
GetKnownTypeConverterId(
KnownElements
knownElement)
3687
KnownElements
converterId =
KnownElements
.UnknownElement;
3690
case
KnownElements
.ComponentResourceKey: converterId =
KnownElements
.ComponentResourceKeyConverter; break;
3691
case
KnownElements
.CornerRadius: converterId =
KnownElements
.CornerRadiusConverter; break;
3692
case
KnownElements
.BindingExpressionBase: converterId =
KnownElements
.ExpressionConverter; break;
3693
case
KnownElements
.BindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3694
case
KnownElements
.MultiBindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3695
case
KnownElements
.PriorityBindingExpression: converterId =
KnownElements
.ExpressionConverter; break;
3696
case
KnownElements
.TemplateKey: converterId =
KnownElements
.TemplateKeyConverter; break;
3697
case
KnownElements
.DataTemplateKey: converterId =
KnownElements
.TemplateKeyConverter; break;
3698
case
KnownElements
.DynamicResourceExtension: converterId =
KnownElements
.DynamicResourceExtensionConverter; break;
3699
case
KnownElements
.FigureLength: converterId =
KnownElements
.FigureLengthConverter; break;
3700
case
KnownElements
.GridLength: converterId =
KnownElements
.GridLengthConverter; break;
3701
case
KnownElements
.PropertyPath: converterId =
KnownElements
.PropertyPathConverter; break;
3702
case
KnownElements
.TemplateBindingExpression: converterId =
KnownElements
.TemplateBindingExpressionConverter; break;
3703
case
KnownElements
.TemplateBindingExtension: converterId =
KnownElements
.TemplateBindingExtensionConverter; break;
3704
case
KnownElements
.Thickness: converterId =
KnownElements
.ThicknessConverter; break;
3705
case
KnownElements
.Duration: converterId =
KnownElements
.DurationConverter; break;
3706
case
KnownElements
.FontStyle: converterId =
KnownElements
.FontStyleConverter; break;
3707
case
KnownElements
.FontStretch: converterId =
KnownElements
.FontStretchConverter; break;
3708
case
KnownElements
.FontWeight: converterId =
KnownElements
.FontWeightConverter; break;
3709
case
KnownElements
.RoutedEvent: converterId =
KnownElements
.RoutedEventConverter; break;
3710
case
KnownElements
.TextDecorationCollection: converterId =
KnownElements
.TextDecorationCollectionConverter; break;
3711
case
KnownElements
.StrokeCollection: converterId =
KnownElements
.StrokeCollectionConverter; break;
3712
case
KnownElements
.ICommand: converterId =
KnownElements
.CommandConverter; break;
3713
case
KnownElements
.KeyGesture: converterId =
KnownElements
.KeyGestureConverter; break;
3714
case
KnownElements
.MouseGesture: converterId =
KnownElements
.MouseGestureConverter; break;
3715
case
KnownElements
.RoutedCommand: converterId =
KnownElements
.CommandConverter; break;
3716
case
KnownElements
.RoutedUICommand: converterId =
KnownElements
.CommandConverter; break;
3717
case
KnownElements
.Cursor: converterId =
KnownElements
.CursorConverter; break;
3718
case
KnownElements
.InputScope: converterId =
KnownElements
.InputScopeConverter; break;
3719
case
KnownElements
.InputScopeName: converterId =
KnownElements
.InputScopeNameConverter; break;
3720
case
KnownElements
.KeySpline: converterId =
KnownElements
.KeySplineConverter; break;
3721
case
KnownElements
.KeyTime: converterId =
KnownElements
.KeyTimeConverter; break;
3722
case
KnownElements
.RepeatBehavior: converterId =
KnownElements
.RepeatBehaviorConverter; break;
3723
case
KnownElements
.Brush: converterId =
KnownElements
.BrushConverter; break;
3724
case
KnownElements
.Color: converterId =
KnownElements
.ColorConverter; break;
3725
case
KnownElements
.Geometry: converterId =
KnownElements
.GeometryConverter; break;
3726
case
KnownElements
.CombinedGeometry: converterId =
KnownElements
.GeometryConverter; break;
3727
case
KnownElements
.TileBrush: converterId =
KnownElements
.BrushConverter; break;
3728
case
KnownElements
.DrawingBrush: converterId =
KnownElements
.BrushConverter; break;
3729
case
KnownElements
.ImageSource: converterId =
KnownElements
.ImageSourceConverter; break;
3730
case
KnownElements
.DrawingImage: converterId =
KnownElements
.ImageSourceConverter; break;
3731
case
KnownElements
.EllipseGeometry: converterId =
KnownElements
.GeometryConverter; break;
3732
case
KnownElements
.FontFamily: converterId =
KnownElements
.FontFamilyConverter; break;
3733
case
KnownElements
.DoubleCollection: converterId =
KnownElements
.DoubleCollectionConverter; break;
3734
case
KnownElements
.GeometryGroup: converterId =
KnownElements
.GeometryConverter; break;
3735
case
KnownElements
.GradientBrush: converterId =
KnownElements
.BrushConverter; break;
3736
case
KnownElements
.ImageBrush: converterId =
KnownElements
.BrushConverter; break;
3737
case
KnownElements
.Int32Collection: converterId =
KnownElements
.Int32CollectionConverter; break;
3738
case
KnownElements
.LinearGradientBrush: converterId =
KnownElements
.BrushConverter; break;
3739
case
KnownElements
.LineGeometry: converterId =
KnownElements
.GeometryConverter; break;
3740
case
KnownElements
.Transform: converterId =
KnownElements
.TransformConverter; break;
3741
case
KnownElements
.MatrixTransform: converterId =
KnownElements
.TransformConverter; break;
3742
case
KnownElements
.PathFigureCollection: converterId =
KnownElements
.PathFigureCollectionConverter; break;
3743
case
KnownElements
.PathGeometry: converterId =
KnownElements
.GeometryConverter; break;
3744
case
KnownElements
.PointCollection: converterId =
KnownElements
.PointCollectionConverter; break;
3745
case
KnownElements
.RadialGradientBrush: converterId =
KnownElements
.BrushConverter; break;
3746
case
KnownElements
.RectangleGeometry: converterId =
KnownElements
.GeometryConverter; break;
3747
case
KnownElements
.RotateTransform: converterId =
KnownElements
.TransformConverter; break;
3748
case
KnownElements
.ScaleTransform: converterId =
KnownElements
.TransformConverter; break;
3749
case
KnownElements
.SkewTransform: converterId =
KnownElements
.TransformConverter; break;
3750
case
KnownElements
.SolidColorBrush: converterId =
KnownElements
.BrushConverter; break;
3751
case
KnownElements
.StreamGeometry: converterId =
KnownElements
.GeometryConverter; break;
3752
case
KnownElements
.TransformGroup: converterId =
KnownElements
.TransformConverter; break;
3753
case
KnownElements
.TranslateTransform: converterId =
KnownElements
.TransformConverter; break;
3754
case
KnownElements
.VectorCollection: converterId =
KnownElements
.VectorCollectionConverter; break;
3755
case
KnownElements
.VisualBrush: converterId =
KnownElements
.BrushConverter; break;
3756
case
KnownElements
.BitmapSource: converterId =
KnownElements
.ImageSourceConverter; break;
3757
case
KnownElements
.BitmapFrame: converterId =
KnownElements
.ImageSourceConverter; break;
3758
case
KnownElements
.BitmapImage: converterId =
KnownElements
.ImageSourceConverter; break;
3759
case
KnownElements
.CachedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3760
case
KnownElements
.ColorConvertedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3761
case
KnownElements
.CroppedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3762
case
KnownElements
.FormatConvertedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3763
case
KnownElements
.RenderTargetBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3764
case
KnownElements
.TransformedBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3765
case
KnownElements
.WriteableBitmap: converterId =
KnownElements
.ImageSourceConverter; break;
3766
case
KnownElements
.PixelFormat: converterId =
KnownElements
.PixelFormatConverter; break;
3767
case
KnownElements
.Matrix3D: converterId =
KnownElements
.Matrix3DConverter; break;
3768
case
KnownElements
.Point3D: converterId =
KnownElements
.Point3DConverter; break;
3769
case
KnownElements
.Point3DCollection: converterId =
KnownElements
.Point3DCollectionConverter; break;
3770
case
KnownElements
.Vector3DCollection: converterId =
KnownElements
.Vector3DCollectionConverter; break;
3771
case
KnownElements
.Point4D: converterId =
KnownElements
.Point4DConverter; break;
3772
case
KnownElements
.Quaternion: converterId =
KnownElements
.QuaternionConverter; break;
3773
case
KnownElements
.Rect3D: converterId =
KnownElements
.Rect3DConverter; break;
3774
case
KnownElements
.Size3D: converterId =
KnownElements
.Size3DConverter; break;
3775
case
KnownElements
.Vector3D: converterId =
KnownElements
.Vector3DConverter; break;
3776
case
KnownElements
.XmlLanguage: converterId =
KnownElements
.XmlLanguageConverter; break;
3777
case
KnownElements
.Point: converterId =
KnownElements
.PointConverter; break;
3778
case
KnownElements
.Size: converterId =
KnownElements
.SizeConverter; break;
3779
case
KnownElements
.Vector: converterId =
KnownElements
.VectorConverter; break;
3780
case
KnownElements
.Rect: converterId =
KnownElements
.RectConverter; break;
3781
case
KnownElements
.Matrix: converterId =
KnownElements
.MatrixConverter; break;
3782
case
KnownElements
.DependencyProperty: converterId =
KnownElements
.DependencyPropertyConverter; break;
3783
case
KnownElements
.Expression: converterId =
KnownElements
.ExpressionConverter; break;
3784
case
KnownElements
.Int32Rect: converterId =
KnownElements
.Int32RectConverter; break;
3785
case
KnownElements
.Boolean: converterId =
KnownElements
.BooleanConverter; break;
3786
case
KnownElements
.Int16: converterId =
KnownElements
.Int16Converter; break;
3787
case
KnownElements
.Int32: converterId =
KnownElements
.Int32Converter; break;
3788
case
KnownElements
.Int64: converterId =
KnownElements
.Int64Converter; break;
3789
case
KnownElements
.UInt16: converterId =
KnownElements
.UInt16Converter; break;
3790
case
KnownElements
.UInt32: converterId =
KnownElements
.UInt32Converter; break;
3791
case
KnownElements
.UInt64: converterId =
KnownElements
.UInt64Converter; break;
3792
case
KnownElements
.Single: converterId =
KnownElements
.SingleConverter; break;
3793
case
KnownElements
.Double: converterId =
KnownElements
.DoubleConverter; break;
3794
case
KnownElements
.Object: converterId =
KnownElements
.StringConverter; break;
3795
case
KnownElements
.String: converterId =
KnownElements
.StringConverter; break;
3796
case
KnownElements
.Byte: converterId =
KnownElements
.ByteConverter; break;
3797
case
KnownElements
.SByte: converterId =
KnownElements
.SByteConverter; break;
3798
case
KnownElements
.Char: converterId =
KnownElements
.CharConverter; break;
3799
case
KnownElements
.Decimal: converterId =
KnownElements
.DecimalConverter; break;
3800
case
KnownElements
.TimeSpan: converterId =
KnownElements
.TimeSpanConverter; break;
3801
case
KnownElements
.Guid: converterId =
KnownElements
.GuidConverter; break;
3802
case
KnownElements
.DateTime: converterId =
KnownElements
.DateTimeConverter2; break;
3803
case
KnownElements
.Uri: converterId =
KnownElements
.UriTypeConverter; break;
3804
case
KnownElements
.CultureInfo: converterId =
KnownElements
.CultureInfoConverter; break;
3811
internal static
KnownElements
GetKnownTypeConverterIdForProperty(
3812
KnownElements
id,
3815
KnownElements
converterId =
KnownElements
.UnknownElement;
3818
case
KnownElements
.ColumnDefinition:
3820
converterId =
KnownElements
.LengthConverter;
3822
converterId =
KnownElements
.LengthConverter;
3824
case
KnownElements
.RowDefinition:
3826
converterId =
KnownElements
.LengthConverter;
3828
converterId =
KnownElements
.LengthConverter;
3830
case
KnownElements
.FrameworkElement:
3832
converterId =
KnownElements
.LengthConverter;
3834
case
KnownElements
.Adorner:
3836
converterId =
KnownElements
.LengthConverter;
3838
case
KnownElements
.Shape:
3840
converterId =
KnownElements
.LengthConverter;
3842
converterId =
KnownElements
.LengthConverter;
3844
case
KnownElements
.Panel:
3846
converterId =
KnownElements
.LengthConverter;
3848
case
KnownElements
.Canvas:
3850
converterId =
KnownElements
.LengthConverter;
3852
converterId =
KnownElements
.LengthConverter;
3854
converterId =
KnownElements
.LengthConverter;
3856
converterId =
KnownElements
.LengthConverter;
3858
converterId =
KnownElements
.LengthConverter;
3860
case
KnownElements
.Control:
3862
converterId =
KnownElements
.LengthConverter;
3864
converterId =
KnownElements
.FontSizeConverter;
3866
case
KnownElements
.ContentControl:
3868
converterId =
KnownElements
.LengthConverter;
3870
converterId =
KnownElements
.FontSizeConverter;
3872
case
KnownElements
.Window:
3874
converterId =
KnownElements
.LengthConverter;
3876
converterId =
KnownElements
.LengthConverter;
3878
converterId =
KnownElements
.LengthConverter;
3880
converterId =
KnownElements
.DialogResultConverter;
3882
converterId =
KnownElements
.FontSizeConverter;
3884
case
KnownElements
.NavigationWindow:
3886
converterId =
KnownElements
.LengthConverter;
3888
converterId =
KnownElements
.LengthConverter;
3890
converterId =
KnownElements
.LengthConverter;
3892
converterId =
KnownElements
.DialogResultConverter;
3894
converterId =
KnownElements
.FontSizeConverter;
3896
case
KnownElements
.CollectionView:
3898
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
3900
case
KnownElements
.StickyNoteControl:
3902
converterId =
KnownElements
.LengthConverter;
3904
converterId =
KnownElements
.FontSizeConverter;
3906
case
KnownElements
.ItemsControl:
3908
converterId =
KnownElements
.LengthConverter;
3910
converterId =
KnownElements
.FontSizeConverter;
3912
case
KnownElements
.MenuBase:
3914
converterId =
KnownElements
.LengthConverter;
3916
converterId =
KnownElements
.FontSizeConverter;
3918
case
KnownElements
.ContextMenu:
3920
converterId =
KnownElements
.LengthConverter;
3922
converterId =
KnownElements
.LengthConverter;
3924
converterId =
KnownElements
.LengthConverter;
3926
converterId =
KnownElements
.FontSizeConverter;
3928
case
KnownElements
.HeaderedItemsControl:
3930
converterId =
KnownElements
.LengthConverter;
3932
converterId =
KnownElements
.FontSizeConverter;
3934
case
KnownElements
.MenuItem:
3936
converterId =
KnownElements
.LengthConverter;
3938
converterId =
KnownElements
.FontSizeConverter;
3940
case
KnownElements
.FlowDocumentScrollViewer:
3942
converterId =
KnownElements
.LengthConverter;
3944
converterId =
KnownElements
.FontSizeConverter;
3946
case
KnownElements
.DocumentViewerBase:
3948
converterId =
KnownElements
.LengthConverter;
3950
converterId =
KnownElements
.FontSizeConverter;
3952
case
KnownElements
.FlowDocumentPageViewer:
3954
converterId =
KnownElements
.LengthConverter;
3956
converterId =
KnownElements
.FontSizeConverter;
3958
case
KnownElements
.AccessText:
3960
converterId =
KnownElements
.LengthConverter;
3962
converterId =
KnownElements
.FontSizeConverter;
3964
converterId =
KnownElements
.LengthConverter;
3966
case
KnownElements
.AdornedElementPlaceholder:
3968
converterId =
KnownElements
.LengthConverter;
3970
case
KnownElements
.Decorator:
3972
converterId =
KnownElements
.LengthConverter;
3974
case
KnownElements
.Border:
3976
converterId =
KnownElements
.LengthConverter;
3978
case
KnownElements
.ButtonBase:
3980
converterId =
KnownElements
.LengthConverter;
3982
converterId =
KnownElements
.FontSizeConverter;
3984
case
KnownElements
.Button:
3986
converterId =
KnownElements
.LengthConverter;
3988
converterId =
KnownElements
.FontSizeConverter;
3990
case
KnownElements
.ToggleButton:
3992
converterId =
KnownElements
.LengthConverter;
3994
converterId =
KnownElements
.NullableBoolConverter;
3996
converterId =
KnownElements
.FontSizeConverter;
3998
case
KnownElements
.CheckBox:
4000
converterId =
KnownElements
.LengthConverter;
4002
converterId =
KnownElements
.NullableBoolConverter;
4004
converterId =
KnownElements
.FontSizeConverter;
4006
case
KnownElements
.Selector:
4008
converterId =
KnownElements
.LengthConverter;
4010
converterId =
KnownElements
.NullableBoolConverter;
4012
converterId =
KnownElements
.FontSizeConverter;
4014
case
KnownElements
.ComboBox:
4016
converterId =
KnownElements
.LengthConverter;
4018
converterId =
KnownElements
.LengthConverter;
4020
converterId =
KnownElements
.NullableBoolConverter;
4022
converterId =
KnownElements
.FontSizeConverter;
4024
case
KnownElements
.ListBoxItem:
4026
converterId =
KnownElements
.LengthConverter;
4028
converterId =
KnownElements
.FontSizeConverter;
4030
case
KnownElements
.ComboBoxItem:
4032
converterId =
KnownElements
.LengthConverter;
4034
converterId =
KnownElements
.FontSizeConverter;
4036
case
KnownElements
.ContentPresenter:
4038
converterId =
KnownElements
.LengthConverter;
4040
case
KnownElements
.ContextMenuService:
4042
converterId =
KnownElements
.LengthConverter;
4044
converterId =
KnownElements
.LengthConverter;
4046
case
KnownElements
.DockPanel:
4048
converterId =
KnownElements
.LengthConverter;
4050
case
KnownElements
.DocumentViewer:
4052
converterId =
KnownElements
.LengthConverter;
4054
converterId =
KnownElements
.FontSizeConverter;
4056
case
KnownElements
.HeaderedContentControl:
4058
converterId =
KnownElements
.LengthConverter;
4060
converterId =
KnownElements
.FontSizeConverter;
4062
case
KnownElements
.Expander:
4064
converterId =
KnownElements
.LengthConverter;
4066
converterId =
KnownElements
.FontSizeConverter;
4068
case
KnownElements
.FlowDocumentReader:
4070
converterId =
KnownElements
.LengthConverter;
4072
converterId =
KnownElements
.FontSizeConverter;
4074
case
KnownElements
.Frame:
4076
converterId =
KnownElements
.LengthConverter;
4078
converterId =
KnownElements
.FontSizeConverter;
4080
case
KnownElements
.Grid:
4082
converterId =
KnownElements
.LengthConverter;
4084
case
KnownElements
.GridViewColumn:
4086
converterId =
KnownElements
.LengthConverter;
4088
case
KnownElements
.GridViewColumnHeader:
4090
converterId =
KnownElements
.LengthConverter;
4092
converterId =
KnownElements
.FontSizeConverter;
4094
case
KnownElements
.GridViewRowPresenterBase:
4096
converterId =
KnownElements
.LengthConverter;
4098
case
KnownElements
.GridViewHeaderRowPresenter:
4100
converterId =
KnownElements
.LengthConverter;
4102
case
KnownElements
.GridViewRowPresenter:
4104
converterId =
KnownElements
.LengthConverter;
4106
case
KnownElements
.Thumb:
4108
converterId =
KnownElements
.LengthConverter;
4110
converterId =
KnownElements
.FontSizeConverter;
4112
case
KnownElements
.GridSplitter:
4114
converterId =
KnownElements
.LengthConverter;
4116
converterId =
KnownElements
.FontSizeConverter;
4118
case
KnownElements
.GroupBox:
4120
converterId =
KnownElements
.LengthConverter;
4122
converterId =
KnownElements
.FontSizeConverter;
4124
case
KnownElements
.GroupItem:
4126
converterId =
KnownElements
.LengthConverter;
4128
converterId =
KnownElements
.FontSizeConverter;
4130
case
KnownElements
.Image:
4132
converterId =
KnownElements
.LengthConverter;
4134
case
KnownElements
.InkCanvas:
4136
converterId =
KnownElements
.LengthConverter;
4138
converterId =
KnownElements
.LengthConverter;
4140
converterId =
KnownElements
.LengthConverter;
4142
converterId =
KnownElements
.LengthConverter;
4144
converterId =
KnownElements
.LengthConverter;
4146
case
KnownElements
.InkPresenter:
4148
converterId =
KnownElements
.LengthConverter;
4150
case
KnownElements
.ItemCollection:
4152
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4154
case
KnownElements
.ItemsPresenter:
4156
converterId =
KnownElements
.LengthConverter;
4158
case
KnownElements
.Label:
4160
converterId =
KnownElements
.LengthConverter;
4162
converterId =
KnownElements
.FontSizeConverter;
4164
case
KnownElements
.ListBox:
4166
converterId =
KnownElements
.LengthConverter;
4168
converterId =
KnownElements
.NullableBoolConverter;
4170
converterId =
KnownElements
.FontSizeConverter;
4172
case
KnownElements
.ListView:
4174
converterId =
KnownElements
.LengthConverter;
4176
converterId =
KnownElements
.NullableBoolConverter;
4178
converterId =
KnownElements
.FontSizeConverter;
4180
case
KnownElements
.ListViewItem:
4182
converterId =
KnownElements
.LengthConverter;
4184
converterId =
KnownElements
.FontSizeConverter;
4186
case
KnownElements
.MediaElement:
4188
converterId =
KnownElements
.LengthConverter;
4190
case
KnownElements
.Menu:
4192
converterId =
KnownElements
.LengthConverter;
4194
converterId =
KnownElements
.FontSizeConverter;
4196
case
KnownElements
.Page:
4198
converterId =
KnownElements
.LengthConverter;
4200
converterId =
KnownElements
.FontSizeConverter;
4202
case
KnownElements
.PasswordBox:
4204
converterId =
KnownElements
.LengthConverter;
4206
converterId =
KnownElements
.FontSizeConverter;
4208
case
KnownElements
.BulletDecorator:
4210
converterId =
KnownElements
.LengthConverter;
4212
case
KnownElements
.DocumentPageView:
4214
converterId =
KnownElements
.LengthConverter;
4216
case
KnownElements
.Popup:
4218
converterId =
KnownElements
.LengthConverter;
4220
converterId =
KnownElements
.LengthConverter;
4222
converterId =
KnownElements
.LengthConverter;
4224
case
KnownElements
.RangeBase:
4226
converterId =
KnownElements
.LengthConverter;
4228
converterId =
KnownElements
.FontSizeConverter;
4230
case
KnownElements
.RepeatButton:
4232
converterId =
KnownElements
.LengthConverter;
4234
converterId =
KnownElements
.FontSizeConverter;
4236
case
KnownElements
.ResizeGrip:
4238
converterId =
KnownElements
.LengthConverter;
4240
converterId =
KnownElements
.FontSizeConverter;
4242
case
KnownElements
.ScrollBar:
4244
converterId =
KnownElements
.LengthConverter;
4246
converterId =
KnownElements
.FontSizeConverter;
4248
case
KnownElements
.ScrollContentPresenter:
4250
converterId =
KnownElements
.LengthConverter;
4252
case
KnownElements
.StatusBar:
4254
converterId =
KnownElements
.LengthConverter;
4256
converterId =
KnownElements
.FontSizeConverter;
4258
case
KnownElements
.StatusBarItem:
4260
converterId =
KnownElements
.LengthConverter;
4262
converterId =
KnownElements
.FontSizeConverter;
4264
case
KnownElements
.TabPanel:
4266
converterId =
KnownElements
.LengthConverter;
4268
case
KnownElements
.TextBoxBase:
4270
converterId =
KnownElements
.LengthConverter;
4272
converterId =
KnownElements
.FontSizeConverter;
4274
case
KnownElements
.TickBar:
4276
converterId =
KnownElements
.LengthConverter;
4278
case
KnownElements
.ToolBarOverflowPanel:
4280
converterId =
KnownElements
.LengthConverter;
4282
case
KnownElements
.StackPanel:
4284
converterId =
KnownElements
.LengthConverter;
4286
case
KnownElements
.ToolBarPanel:
4288
converterId =
KnownElements
.LengthConverter;
4290
case
KnownElements
.Track:
4292
converterId =
KnownElements
.LengthConverter;
4294
case
KnownElements
.UniformGrid:
4296
converterId =
KnownElements
.LengthConverter;
4298
case
KnownElements
.ProgressBar:
4300
converterId =
KnownElements
.LengthConverter;
4302
converterId =
KnownElements
.FontSizeConverter;
4304
case
KnownElements
.RadioButton:
4306
converterId =
KnownElements
.LengthConverter;
4308
converterId =
KnownElements
.NullableBoolConverter;
4310
converterId =
KnownElements
.FontSizeConverter;
4312
case
KnownElements
.RichTextBox:
4314
converterId =
KnownElements
.LengthConverter;
4316
converterId =
KnownElements
.FontSizeConverter;
4318
case
KnownElements
.ScrollViewer:
4320
converterId =
KnownElements
.LengthConverter;
4322
converterId =
KnownElements
.FontSizeConverter;
4324
case
KnownElements
.Separator:
4326
converterId =
KnownElements
.LengthConverter;
4328
converterId =
KnownElements
.FontSizeConverter;
4330
case
KnownElements
.Slider:
4332
converterId =
KnownElements
.LengthConverter;
4334
converterId =
KnownElements
.FontSizeConverter;
4336
case
KnownElements
.TabControl:
4338
converterId =
KnownElements
.LengthConverter;
4340
converterId =
KnownElements
.NullableBoolConverter;
4342
converterId =
KnownElements
.FontSizeConverter;
4344
case
KnownElements
.TabItem:
4346
converterId =
KnownElements
.LengthConverter;
4348
converterId =
KnownElements
.FontSizeConverter;
4350
case
KnownElements
.TextBlock:
4352
converterId =
KnownElements
.LengthConverter;
4354
converterId =
KnownElements
.FontSizeConverter;
4356
converterId =
KnownElements
.LengthConverter;
4358
case
KnownElements
.TextBox:
4360
converterId =
KnownElements
.LengthConverter;
4362
converterId =
KnownElements
.FontSizeConverter;
4364
case
KnownElements
.ToolBar:
4366
converterId =
KnownElements
.LengthConverter;
4368
converterId =
KnownElements
.FontSizeConverter;
4370
case
KnownElements
.ToolBarTray:
4372
converterId =
KnownElements
.LengthConverter;
4374
case
KnownElements
.ToolTip:
4376
converterId =
KnownElements
.LengthConverter;
4378
converterId =
KnownElements
.LengthConverter;
4380
converterId =
KnownElements
.LengthConverter;
4382
converterId =
KnownElements
.FontSizeConverter;
4384
case
KnownElements
.ToolTipService:
4386
converterId =
KnownElements
.LengthConverter;
4388
converterId =
KnownElements
.LengthConverter;
4390
case
KnownElements
.TreeView:
4392
converterId =
KnownElements
.LengthConverter;
4394
converterId =
KnownElements
.FontSizeConverter;
4396
case
KnownElements
.TreeViewItem:
4398
converterId =
KnownElements
.LengthConverter;
4400
converterId =
KnownElements
.FontSizeConverter;
4402
case
KnownElements
.UserControl:
4404
converterId =
KnownElements
.LengthConverter;
4406
converterId =
KnownElements
.FontSizeConverter;
4408
case
KnownElements
.Viewbox:
4410
converterId =
KnownElements
.LengthConverter;
4412
case
KnownElements
.Viewport3D:
4414
converterId =
KnownElements
.LengthConverter;
4416
case
KnownElements
.VirtualizingPanel:
4418
converterId =
KnownElements
.LengthConverter;
4420
case
KnownElements
.VirtualizingStackPanel:
4422
converterId =
KnownElements
.LengthConverter;
4424
case
KnownElements
.WrapPanel:
4426
converterId =
KnownElements
.LengthConverter;
4428
converterId =
KnownElements
.LengthConverter;
4430
converterId =
KnownElements
.LengthConverter;
4432
case
KnownElements
.Binding:
4434
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4436
case
KnownElements
.BindingListCollectionView:
4438
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4440
case
KnownElements
.CollectionViewSource:
4442
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4444
case
KnownElements
.ListCollectionView:
4446
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4448
case
KnownElements
.MultiBinding:
4450
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4452
case
KnownElements
.AdornerDecorator:
4454
converterId =
KnownElements
.LengthConverter;
4456
case
KnownElements
.AdornerLayer:
4458
converterId =
KnownElements
.LengthConverter;
4460
case
KnownElements
.TextElement:
4462
converterId =
KnownElements
.FontSizeConverter;
4464
case
KnownElements
.Inline:
4466
converterId =
KnownElements
.FontSizeConverter;
4468
case
KnownElements
.AnchoredBlock:
4470
converterId =
KnownElements
.LengthConverter;
4472
converterId =
KnownElements
.FontSizeConverter;
4474
case
KnownElements
.Block:
4476
converterId =
KnownElements
.LengthConverter;
4478
converterId =
KnownElements
.FontSizeConverter;
4480
case
KnownElements
.BlockUIContainer:
4482
converterId =
KnownElements
.LengthConverter;
4484
converterId =
KnownElements
.FontSizeConverter;
4486
case
KnownElements
.Span:
4488
converterId =
KnownElements
.FontSizeConverter;
4490
case
KnownElements
.Bold:
4492
converterId =
KnownElements
.FontSizeConverter;
4494
case
KnownElements
.DocumentReference:
4496
converterId =
KnownElements
.LengthConverter;
4498
case
KnownElements
.Figure:
4500
converterId =
KnownElements
.LengthConverter;
4502
converterId =
KnownElements
.LengthConverter;
4504
converterId =
KnownElements
.LengthConverter;
4506
converterId =
KnownElements
.FontSizeConverter;
4508
case
KnownElements
.FixedPage:
4510
converterId =
KnownElements
.LengthConverter;
4512
converterId =
KnownElements
.LengthConverter;
4514
converterId =
KnownElements
.LengthConverter;
4516
converterId =
KnownElements
.LengthConverter;
4518
converterId =
KnownElements
.LengthConverter;
4520
case
KnownElements
.Floater:
4522
converterId =
KnownElements
.LengthConverter;
4524
converterId =
KnownElements
.LengthConverter;
4526
converterId =
KnownElements
.FontSizeConverter;
4528
case
KnownElements
.FlowDocument:
4530
converterId =
KnownElements
.FontSizeConverter;
4532
converterId =
KnownElements
.LengthConverter;
4534
converterId =
KnownElements
.LengthConverter;
4536
converterId =
KnownElements
.LengthConverter;
4538
converterId =
KnownElements
.LengthConverter;
4540
converterId =
KnownElements
.LengthConverter;
4542
converterId =
KnownElements
.LengthConverter;
4544
converterId =
KnownElements
.LengthConverter;
4546
converterId =
KnownElements
.LengthConverter;
4548
converterId =
KnownElements
.LengthConverter;
4550
converterId =
KnownElements
.LengthConverter;
4552
case
KnownElements
.Glyphs:
4554
converterId =
KnownElements
.LengthConverter;
4556
converterId =
KnownElements
.FontSizeConverter;
4558
converterId =
KnownElements
.LengthConverter;
4560
converterId =
KnownElements
.LengthConverter;
4562
case
KnownElements
.Hyperlink:
4564
converterId =
KnownElements
.FontSizeConverter;
4566
case
KnownElements
.InlineUIContainer:
4568
converterId =
KnownElements
.FontSizeConverter;
4570
case
KnownElements
.Italic:
4572
converterId =
KnownElements
.FontSizeConverter;
4574
case
KnownElements
.LineBreak:
4576
converterId =
KnownElements
.FontSizeConverter;
4578
case
KnownElements
.List:
4580
converterId =
KnownElements
.LengthConverter;
4582
converterId =
KnownElements
.LengthConverter;
4584
converterId =
KnownElements
.FontSizeConverter;
4586
case
KnownElements
.ListItem:
4588
converterId =
KnownElements
.LengthConverter;
4590
converterId =
KnownElements
.FontSizeConverter;
4592
case
KnownElements
.PageContent:
4594
converterId =
KnownElements
.LengthConverter;
4596
case
KnownElements
.Paragraph:
4598
converterId =
KnownElements
.LengthConverter;
4600
converterId =
KnownElements
.LengthConverter;
4602
converterId =
KnownElements
.FontSizeConverter;
4604
case
KnownElements
.Run:
4606
converterId =
KnownElements
.FontSizeConverter;
4608
case
KnownElements
.Section:
4610
converterId =
KnownElements
.LengthConverter;
4612
converterId =
KnownElements
.FontSizeConverter;
4614
case
KnownElements
.Table:
4616
converterId =
KnownElements
.LengthConverter;
4618
converterId =
KnownElements
.LengthConverter;
4620
converterId =
KnownElements
.FontSizeConverter;
4622
case
KnownElements
.TableCell:
4624
converterId =
KnownElements
.LengthConverter;
4626
converterId =
KnownElements
.FontSizeConverter;
4628
case
KnownElements
.TableRow:
4630
converterId =
KnownElements
.FontSizeConverter;
4632
case
KnownElements
.TableRowGroup:
4634
converterId =
KnownElements
.FontSizeConverter;
4636
case
KnownElements
.Underline:
4638
converterId =
KnownElements
.FontSizeConverter;
4640
case
KnownElements
.PageFunctionBase:
4642
converterId =
KnownElements
.LengthConverter;
4644
converterId =
KnownElements
.FontSizeConverter;
4646
case
KnownElements
.Ellipse:
4648
converterId =
KnownElements
.LengthConverter;
4650
converterId =
KnownElements
.LengthConverter;
4652
case
KnownElements
.Line:
4654
converterId =
KnownElements
.LengthConverter;
4656
converterId =
KnownElements
.LengthConverter;
4658
converterId =
KnownElements
.LengthConverter;
4660
converterId =
KnownElements
.LengthConverter;
4662
converterId =
KnownElements
.LengthConverter;
4664
converterId =
KnownElements
.LengthConverter;
4666
case
KnownElements
.Path:
4668
converterId =
KnownElements
.LengthConverter;
4670
converterId =
KnownElements
.LengthConverter;
4672
case
KnownElements
.Polygon:
4674
converterId =
KnownElements
.LengthConverter;
4676
converterId =
KnownElements
.LengthConverter;
4678
case
KnownElements
.Polyline:
4680
converterId =
KnownElements
.LengthConverter;
4682
converterId =
KnownElements
.LengthConverter;
4684
case
KnownElements
.Rectangle:
4686
converterId =
KnownElements
.LengthConverter;
4688
converterId =
KnownElements
.LengthConverter;
4690
converterId =
KnownElements
.LengthConverter;
4692
converterId =
KnownElements
.LengthConverter;
4694
case
KnownElements
.InputBinding:
4696
converterId =
KnownElements
.CommandConverter;
4698
case
KnownElements
.KeyBinding:
4700
converterId =
KnownElements
.KeyGestureConverter;
4702
converterId =
KnownElements
.CommandConverter;
4704
case
KnownElements
.MouseBinding:
4706
converterId =
KnownElements
.MouseGestureConverter;
4708
converterId =
KnownElements
.CommandConverter;
4710
case
KnownElements
.InputLanguageManager:
4712
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4714
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4716
case
KnownElements
.GlyphRun:
4718
converterId =
KnownElements
.BoolIListConverter;
4720
converterId =
KnownElements
.UShortIListConverter;
4722
converterId =
KnownElements
.CharIListConverter;
4724
converterId =
KnownElements
.UShortIListConverter;
4726
converterId =
KnownElements
.DoubleIListConverter;
4728
converterId =
KnownElements
.PointIListConverter;
4730
case
KnownElements
.NumberSubstitution:
4732
converterId =
KnownElements
.CultureInfoIetfLanguageTagConverter;
4766
private Type InitializeOneType(
KnownElements
knownElement)
4771
case
KnownElements
.FrameworkContentElement: t = _asmFramework.GetType("System.Windows.FrameworkContentElement"); break;
4772
case
KnownElements
.DefinitionBase: t = _asmFramework.GetType("System.Windows.Controls.DefinitionBase"); break;
4773
case
KnownElements
.ColumnDefinition: t = _asmFramework.GetType("System.Windows.Controls.ColumnDefinition"); break;
4774
case
KnownElements
.RowDefinition: t = _asmFramework.GetType("System.Windows.Controls.RowDefinition"); break;
4775
case
KnownElements
.FrameworkElement: t = _asmFramework.GetType("System.Windows.FrameworkElement"); break;
4776
case
KnownElements
.Adorner: t = _asmFramework.GetType("System.Windows.Documents.Adorner"); break;
4777
case
KnownElements
.Shape: t = _asmFramework.GetType("System.Windows.Shapes.Shape"); break;
4778
case
KnownElements
.Panel: t = _asmFramework.GetType("System.Windows.Controls.Panel"); break;
4779
case
KnownElements
.Canvas: t = _asmFramework.GetType("System.Windows.Controls.Canvas"); break;
4780
case
KnownElements
.JournalEntry: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntry"); break;
4781
case
KnownElements
.Control: t = _asmFramework.GetType("System.Windows.Controls.Control"); break;
4782
case
KnownElements
.ContentControl: t = _asmFramework.GetType("System.Windows.Controls.ContentControl"); break;
4783
case
KnownElements
.Window: t = _asmFramework.GetType("System.Windows.Window"); break;
4784
case
KnownElements
.NavigationWindow: t = _asmFramework.GetType("System.Windows.Navigation.NavigationWindow"); break;
4785
case
KnownElements
.Application: t = _asmFramework.GetType("System.Windows.Application"); break;
4786
case
KnownElements
.CollectionView: t = _asmFramework.GetType("System.Windows.Data.CollectionView"); break;
4787
case
KnownElements
.StickyNoteControl: t = _asmFramework.GetType("System.Windows.Controls.StickyNoteControl"); break;
4788
case
KnownElements
.ItemsControl: t = _asmFramework.GetType("System.Windows.Controls.ItemsControl"); break;
4789
case
KnownElements
.MenuBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.MenuBase"); break;
4790
case
KnownElements
.ContextMenu: t = _asmFramework.GetType("System.Windows.Controls.ContextMenu"); break;
4791
case
KnownElements
.HeaderedItemsControl: t = _asmFramework.GetType("System.Windows.Controls.HeaderedItemsControl"); break;
4792
case
KnownElements
.MenuItem: t = _asmFramework.GetType("System.Windows.Controls.MenuItem"); break;
4793
case
KnownElements
.FlowDocumentScrollViewer: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentScrollViewer"); break;
4794
case
KnownElements
.DocumentViewerBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.DocumentViewerBase"); break;
4795
case
KnownElements
.FlowDocumentPageViewer: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentPageViewer"); break;
4796
case
KnownElements
.ResourceKey: t = _asmFramework.GetType("System.Windows.ResourceKey"); break;
4797
case
KnownElements
.ComponentResourceKey: t = _asmFramework.GetType("System.Windows.ComponentResourceKey"); break;
4798
case
KnownElements
.FrameworkTemplate: t = _asmFramework.GetType("System.Windows.FrameworkTemplate"); break;
4799
case
KnownElements
.ControlTemplate: t = _asmFramework.GetType("System.Windows.Controls.ControlTemplate"); break;
4800
case
KnownElements
.AccessText: t = _asmFramework.GetType("System.Windows.Controls.AccessText"); break;
4801
case
KnownElements
.AdornedElementPlaceholder: t = _asmFramework.GetType("System.Windows.Controls.AdornedElementPlaceholder"); break;
4802
case
KnownElements
.BooleanToVisibilityConverter: t = _asmFramework.GetType("System.Windows.Controls.BooleanToVisibilityConverter"); break;
4803
case
KnownElements
.Decorator: t = _asmFramework.GetType("System.Windows.Controls.Decorator"); break;
4804
case
KnownElements
.Border: t = _asmFramework.GetType("System.Windows.Controls.Border"); break;
4805
case
KnownElements
.BorderGapMaskConverter: t = _asmFramework.GetType("System.Windows.Controls.BorderGapMaskConverter"); break;
4806
case
KnownElements
.ButtonBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ButtonBase"); break;
4807
case
KnownElements
.Button: t = _asmFramework.GetType("System.Windows.Controls.Button"); break;
4808
case
KnownElements
.ToggleButton: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToggleButton"); break;
4809
case
KnownElements
.CheckBox: t = _asmFramework.GetType("System.Windows.Controls.CheckBox"); break;
4810
case
KnownElements
.Selector: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Selector"); break;
4811
case
KnownElements
.ComboBox: t = _asmFramework.GetType("System.Windows.Controls.ComboBox"); break;
4812
case
KnownElements
.ListBoxItem: t = _asmFramework.GetType("System.Windows.Controls.ListBoxItem"); break;
4813
case
KnownElements
.ComboBoxItem: t = _asmFramework.GetType("System.Windows.Controls.ComboBoxItem"); break;
4814
case
KnownElements
.ContentPresenter: t = _asmFramework.GetType("System.Windows.Controls.ContentPresenter"); break;
4815
case
KnownElements
.DataTemplate: t = _asmFramework.GetType("System.Windows.DataTemplate"); break;
4816
case
KnownElements
.ContextMenuService: t = _asmFramework.GetType("System.Windows.Controls.ContextMenuService"); break;
4817
case
KnownElements
.DockPanel: t = _asmFramework.GetType("System.Windows.Controls.DockPanel"); break;
4818
case
KnownElements
.DocumentViewer: t = _asmFramework.GetType("System.Windows.Controls.DocumentViewer"); break;
4819
case
KnownElements
.HeaderedContentControl: t = _asmFramework.GetType("System.Windows.Controls.HeaderedContentControl"); break;
4820
case
KnownElements
.Expander: t = _asmFramework.GetType("System.Windows.Controls.Expander"); break;
4821
case
KnownElements
.FlowDocumentReader: t = _asmFramework.GetType("System.Windows.Controls.FlowDocumentReader"); break;
4822
case
KnownElements
.Frame: t = _asmFramework.GetType("System.Windows.Controls.Frame"); break;
4823
case
KnownElements
.Grid: t = _asmFramework.GetType("System.Windows.Controls.Grid"); break;
4824
case
KnownElements
.ViewBase: t = _asmFramework.GetType("System.Windows.Controls.ViewBase"); break;
4825
case
KnownElements
.GridView: t = _asmFramework.GetType("System.Windows.Controls.GridView"); break;
4826
case
KnownElements
.GridViewColumn: t = _asmFramework.GetType("System.Windows.Controls.GridViewColumn"); break;
4827
case
KnownElements
.GridViewColumnHeader: t = _asmFramework.GetType("System.Windows.Controls.GridViewColumnHeader"); break;
4828
case
KnownElements
.GridViewRowPresenterBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.GridViewRowPresenterBase"); break;
4829
case
KnownElements
.GridViewHeaderRowPresenter: t = _asmFramework.GetType("System.Windows.Controls.GridViewHeaderRowPresenter"); break;
4830
case
KnownElements
.GridViewRowPresenter: t = _asmFramework.GetType("System.Windows.Controls.GridViewRowPresenter"); break;
4831
case
KnownElements
.Thumb: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Thumb"); break;
4832
case
KnownElements
.GridSplitter: t = _asmFramework.GetType("System.Windows.Controls.GridSplitter"); break;
4833
case
KnownElements
.GroupBox: t = _asmFramework.GetType("System.Windows.Controls.GroupBox"); break;
4834
case
KnownElements
.GroupItem: t = _asmFramework.GetType("System.Windows.Controls.GroupItem"); break;
4835
case
KnownElements
.Image: t = _asmFramework.GetType("System.Windows.Controls.Image"); break;
4836
case
KnownElements
.InkCanvas: t = _asmFramework.GetType("System.Windows.Controls.InkCanvas"); break;
4837
case
KnownElements
.InkPresenter: t = _asmFramework.GetType("System.Windows.Controls.InkPresenter"); break;
4838
case
KnownElements
.ItemCollection: t = _asmFramework.GetType("System.Windows.Controls.ItemCollection"); break;
4839
case
KnownElements
.ItemsPanelTemplate: t = _asmFramework.GetType("System.Windows.Controls.ItemsPanelTemplate"); break;
4840
case
KnownElements
.ItemsPresenter: t = _asmFramework.GetType("System.Windows.Controls.ItemsPresenter"); break;
4841
case
KnownElements
.Label: t = _asmFramework.GetType("System.Windows.Controls.Label"); break;
4842
case
KnownElements
.ListBox: t = _asmFramework.GetType("System.Windows.Controls.ListBox"); break;
4843
case
KnownElements
.ListView: t = _asmFramework.GetType("System.Windows.Controls.ListView"); break;
4844
case
KnownElements
.ListViewItem: t = _asmFramework.GetType("System.Windows.Controls.ListViewItem"); break;
4845
case
KnownElements
.MediaElement: t = _asmFramework.GetType("System.Windows.Controls.MediaElement"); break;
4846
case
KnownElements
.Menu: t = _asmFramework.GetType("System.Windows.Controls.Menu"); break;
4847
case
KnownElements
.MenuScrollingVisibilityConverter: t = _asmFramework.GetType("System.Windows.Controls.MenuScrollingVisibilityConverter"); break;
4848
case
KnownElements
.Page: t = _asmFramework.GetType("System.Windows.Controls.Page"); break;
4849
case
KnownElements
.PasswordBox: t = _asmFramework.GetType("System.Windows.Controls.PasswordBox"); break;
4850
case
KnownElements
.BulletDecorator: t = _asmFramework.GetType("System.Windows.Controls.Primitives.BulletDecorator"); break;
4851
case
KnownElements
.DocumentPageView: t = _asmFramework.GetType("System.Windows.Controls.Primitives.DocumentPageView"); break;
4852
case
KnownElements
.Popup: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Popup"); break;
4853
case
KnownElements
.RangeBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.RangeBase"); break;
4854
case
KnownElements
.RepeatButton: t = _asmFramework.GetType("System.Windows.Controls.Primitives.RepeatButton"); break;
4855
case
KnownElements
.ResizeGrip: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ResizeGrip"); break;
4856
case
KnownElements
.ScrollBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ScrollBar"); break;
4857
case
KnownElements
.ScrollContentPresenter: t = _asmFramework.GetType("System.Windows.Controls.ScrollContentPresenter"); break;
4858
case
KnownElements
.StatusBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.StatusBar"); break;
4859
case
KnownElements
.StatusBarItem: t = _asmFramework.GetType("System.Windows.Controls.Primitives.StatusBarItem"); break;
4860
case
KnownElements
.TabPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TabPanel"); break;
4861
case
KnownElements
.TextBoxBase: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TextBoxBase"); break;
4862
case
KnownElements
.TickBar: t = _asmFramework.GetType("System.Windows.Controls.Primitives.TickBar"); break;
4863
case
KnownElements
.ToolBarOverflowPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToolBarOverflowPanel"); break;
4864
case
KnownElements
.StackPanel: t = _asmFramework.GetType("System.Windows.Controls.StackPanel"); break;
4865
case
KnownElements
.ToolBarPanel: t = _asmFramework.GetType("System.Windows.Controls.Primitives.ToolBarPanel"); break;
4866
case
KnownElements
.Track: t = _asmFramework.GetType("System.Windows.Controls.Primitives.Track"); break;
4867
case
KnownElements
.UniformGrid: t = _asmFramework.GetType("System.Windows.Controls.Primitives.UniformGrid"); break;
4868
case
KnownElements
.ProgressBar: t = _asmFramework.GetType("System.Windows.Controls.ProgressBar"); break;
4869
case
KnownElements
.RadioButton: t = _asmFramework.GetType("System.Windows.Controls.RadioButton"); break;
4870
case
KnownElements
.RichTextBox: t = _asmFramework.GetType("System.Windows.Controls.RichTextBox"); break;
4871
case
KnownElements
.ScrollViewer: t = _asmFramework.GetType("System.Windows.Controls.ScrollViewer"); break;
4872
case
KnownElements
.Separator: t = _asmFramework.GetType("System.Windows.Controls.Separator"); break;
4873
case
KnownElements
.Slider: t = _asmFramework.GetType("System.Windows.Controls.Slider"); break;
4874
case
KnownElements
.TriggerAction: t = _asmFramework.GetType("System.Windows.TriggerAction"); break;
4875
case
KnownElements
.SoundPlayerAction: t = _asmFramework.GetType("System.Windows.Controls.SoundPlayerAction"); break;
4876
case
KnownElements
.SpellCheck: t = _asmFramework.GetType("System.Windows.Controls.SpellCheck"); break;
4877
case
KnownElements
.TabControl: t = _asmFramework.GetType("System.Windows.Controls.TabControl"); break;
4878
case
KnownElements
.TabItem: t = _asmFramework.GetType("System.Windows.Controls.TabItem"); break;
4879
case
KnownElements
.TextBlock: t = _asmFramework.GetType("System.Windows.Controls.TextBlock"); break;
4880
case
KnownElements
.TextBox: t = _asmFramework.GetType("System.Windows.Controls.TextBox"); break;
4881
case
KnownElements
.TextSearch: t = _asmFramework.GetType("System.Windows.Controls.TextSearch"); break;
4882
case
KnownElements
.ToolBar: t = _asmFramework.GetType("System.Windows.Controls.ToolBar"); break;
4883
case
KnownElements
.ToolBarTray: t = _asmFramework.GetType("System.Windows.Controls.ToolBarTray"); break;
4884
case
KnownElements
.ToolTip: t = _asmFramework.GetType("System.Windows.Controls.ToolTip"); break;
4885
case
KnownElements
.ToolTipService: t = _asmFramework.GetType("System.Windows.Controls.ToolTipService"); break;
4886
case
KnownElements
.TreeView: t = _asmFramework.GetType("System.Windows.Controls.TreeView"); break;
4887
case
KnownElements
.TreeViewItem: t = _asmFramework.GetType("System.Windows.Controls.TreeViewItem"); break;
4888
case
KnownElements
.UserControl: t = _asmFramework.GetType("System.Windows.Controls.UserControl"); break;
4889
case
KnownElements
.Validation: t = _asmFramework.GetType("System.Windows.Controls.Validation"); break;
4890
case
KnownElements
.Viewbox: t = _asmFramework.GetType("System.Windows.Controls.Viewbox"); break;
4891
case
KnownElements
.Viewport3D: t = _asmFramework.GetType("System.Windows.Controls.Viewport3D"); break;
4892
case
KnownElements
.VirtualizingPanel: t = _asmFramework.GetType("System.Windows.Controls.VirtualizingPanel"); break;
4893
case
KnownElements
.VirtualizingStackPanel: t = _asmFramework.GetType("System.Windows.Controls.VirtualizingStackPanel"); break;
4894
case
KnownElements
.WrapPanel: t = _asmFramework.GetType("System.Windows.Controls.WrapPanel"); break;
4895
case
KnownElements
.CornerRadius: t = _asmFramework.GetType("System.Windows.CornerRadius"); break;
4896
case
KnownElements
.CornerRadiusConverter: t = _asmFramework.GetType("System.Windows.CornerRadiusConverter"); break;
4897
case
KnownElements
.BindingBase: t = _asmFramework.GetType("System.Windows.Data.BindingBase"); break;
4898
case
KnownElements
.Binding: t = _asmFramework.GetType("System.Windows.Data.Binding"); break;
4899
case
KnownElements
.BindingExpressionBase: t = _asmFramework.GetType("System.Windows.Data.BindingExpressionBase"); break;
4900
case
KnownElements
.BindingExpression: t = _asmFramework.GetType("System.Windows.Data.BindingExpression"); break;
4901
case
KnownElements
.BindingListCollectionView: t = _asmFramework.GetType("System.Windows.Data.BindingListCollectionView"); break;
4902
case
KnownElements
.CollectionContainer: t = _asmFramework.GetType("System.Windows.Data.CollectionContainer"); break;
4903
case
KnownElements
.CollectionViewSource: t = _asmFramework.GetType("System.Windows.Data.CollectionViewSource"); break;
4904
case
KnownElements
.DataChangedEventManager: t = _asmFramework.GetType("System.Windows.Data.DataChangedEventManager"); break;
4905
case
KnownElements
.ListCollectionView: t = _asmFramework.GetType("System.Windows.Data.ListCollectionView"); break;
4906
case
KnownElements
.MultiBinding: t = _asmFramework.GetType("System.Windows.Data.MultiBinding"); break;
4907
case
KnownElements
.MultiBindingExpression: t = _asmFramework.GetType("System.Windows.Data.MultiBindingExpression"); break;
4908
case
KnownElements
.ObjectDataProvider: t = _asmFramework.GetType("System.Windows.Data.ObjectDataProvider"); break;
4909
case
KnownElements
.PriorityBinding: t = _asmFramework.GetType("System.Windows.Data.PriorityBinding"); break;
4910
case
KnownElements
.PriorityBindingExpression: t = _asmFramework.GetType("System.Windows.Data.PriorityBindingExpression"); break;
4911
case
KnownElements
.RelativeSource: t = _asmFramework.GetType("System.Windows.Data.RelativeSource"); break;
4912
case
KnownElements
.XmlDataProvider: t = _asmFramework.GetType("System.Windows.Data.XmlDataProvider"); break;
4913
case
KnownElements
.XmlNamespaceMapping: t = _asmFramework.GetType("System.Windows.Data.XmlNamespaceMapping"); break;
4914
case
KnownElements
.TemplateKey: t = _asmFramework.GetType("System.Windows.TemplateKey"); break;
4915
case
KnownElements
.DataTemplateKey: t = _asmFramework.GetType("System.Windows.DataTemplateKey"); break;
4916
case
KnownElements
.TriggerBase: t = _asmFramework.GetType("System.Windows.TriggerBase"); break;
4917
case
KnownElements
.DataTrigger: t = _asmFramework.GetType("System.Windows.DataTrigger"); break;
4918
case
KnownElements
.DialogResultConverter: t = _asmFramework.GetType("System.Windows.DialogResultConverter"); break;
4919
case
KnownElements
.AdornerDecorator: t = _asmFramework.GetType("System.Windows.Documents.AdornerDecorator"); break;
4920
case
KnownElements
.AdornerLayer: t = _asmFramework.GetType("System.Windows.Documents.AdornerLayer"); break;
4921
case
KnownElements
.TextElement: t = _asmFramework.GetType("System.Windows.Documents.TextElement"); break;
4922
case
KnownElements
.Inline: t = _asmFramework.GetType("System.Windows.Documents.Inline"); break;
4923
case
KnownElements
.AnchoredBlock: t = _asmFramework.GetType("System.Windows.Documents.AnchoredBlock"); break;
4924
case
KnownElements
.Block: t = _asmFramework.GetType("System.Windows.Documents.Block"); break;
4925
case
KnownElements
.BlockUIContainer: t = _asmFramework.GetType("System.Windows.Documents.BlockUIContainer"); break;
4926
case
KnownElements
.Span: t = _asmFramework.GetType("System.Windows.Documents.Span"); break;
4927
case
KnownElements
.Bold: t = _asmFramework.GetType("System.Windows.Documents.Bold"); break;
4928
case
KnownElements
.DocumentReference: t = _asmFramework.GetType("System.Windows.Documents.DocumentReference"); break;
4929
case
KnownElements
.FixedDocumentSequence: t = _asmFramework.GetType("System.Windows.Documents.FixedDocumentSequence"); break;
4930
case
KnownElements
.Figure: t = _asmFramework.GetType("System.Windows.Documents.Figure"); break;
4931
case
KnownElements
.FixedDocument: t = _asmFramework.GetType("System.Windows.Documents.FixedDocument"); break;
4932
case
KnownElements
.FixedPage: t = _asmFramework.GetType("System.Windows.Documents.FixedPage"); break;
4933
case
KnownElements
.Floater: t = _asmFramework.GetType("System.Windows.Documents.Floater"); break;
4934
case
KnownElements
.FlowDocument: t = _asmFramework.GetType("System.Windows.Documents.FlowDocument"); break;
4935
case
KnownElements
.FrameworkTextComposition: t = _asmFramework.GetType("System.Windows.Documents.FrameworkTextComposition"); break;
4936
case
KnownElements
.FrameworkRichTextComposition: t = _asmFramework.GetType("System.Windows.Documents.FrameworkRichTextComposition"); break;
4937
case
KnownElements
.Glyphs: t = _asmFramework.GetType("System.Windows.Documents.Glyphs"); break;
4938
case
KnownElements
.Hyperlink: t = _asmFramework.GetType("System.Windows.Documents.Hyperlink"); break;
4939
case
KnownElements
.InlineUIContainer: t = _asmFramework.GetType("System.Windows.Documents.InlineUIContainer"); break;
4940
case
KnownElements
.Italic: t = _asmFramework.GetType("System.Windows.Documents.Italic"); break;
4941
case
KnownElements
.LineBreak: t = _asmFramework.GetType("System.Windows.Documents.LineBreak"); break;
4942
case
KnownElements
.List: t = _asmFramework.GetType("System.Windows.Documents.List"); break;
4943
case
KnownElements
.ListItem: t = _asmFramework.GetType("System.Windows.Documents.ListItem"); break;
4944
case
KnownElements
.PageContent: t = _asmFramework.GetType("System.Windows.Documents.PageContent"); break;
4945
case
KnownElements
.Paragraph: t = _asmFramework.GetType("System.Windows.Documents.Paragraph"); break;
4946
case
KnownElements
.Run: t = _asmFramework.GetType("System.Windows.Documents.Run"); break;
4947
case
KnownElements
.Section: t = _asmFramework.GetType("System.Windows.Documents.Section"); break;
4948
case
KnownElements
.Table: t = _asmFramework.GetType("System.Windows.Documents.Table"); break;
4949
case
KnownElements
.TableCell: t = _asmFramework.GetType("System.Windows.Documents.TableCell"); break;
4950
case
KnownElements
.TableColumn: t = _asmFramework.GetType("System.Windows.Documents.TableColumn"); break;
4951
case
KnownElements
.TableRow: t = _asmFramework.GetType("System.Windows.Documents.TableRow"); break;
4952
case
KnownElements
.TableRowGroup: t = _asmFramework.GetType("System.Windows.Documents.TableRowGroup"); break;
4953
case
KnownElements
.Typography: t = _asmFramework.GetType("System.Windows.Documents.Typography"); break;
4954
case
KnownElements
.Underline: t = _asmFramework.GetType("System.Windows.Documents.Underline"); break;
4955
case
KnownElements
.ZoomPercentageConverter: t = _asmFramework.GetType("System.Windows.Documents.ZoomPercentageConverter"); break;
4956
case
KnownElements
.DynamicResourceExtension: t = _asmFramework.GetType("System.Windows.DynamicResourceExtension"); break;
4957
case
KnownElements
.DynamicResourceExtensionConverter: t = _asmFramework.GetType("System.Windows.DynamicResourceExtensionConverter"); break;
4958
case
KnownElements
.SetterBase: t = _asmFramework.GetType("System.Windows.SetterBase"); break;
4959
case
KnownElements
.EventSetter: t = _asmFramework.GetType("System.Windows.EventSetter"); break;
4960
case
KnownElements
.EventTrigger: t = _asmFramework.GetType("System.Windows.EventTrigger"); break;
4961
case
KnownElements
.FigureLength: t = _asmFramework.GetType("System.Windows.FigureLength"); break;
4962
case
KnownElements
.FigureLengthConverter: t = _asmFramework.GetType("System.Windows.FigureLengthConverter"); break;
4963
case
KnownElements
.FontSizeConverter: t = _asmFramework.GetType("System.Windows.FontSizeConverter"); break;
4964
case
KnownElements
.GridLength: t = _asmFramework.GetType("System.Windows.GridLength"); break;
4965
case
KnownElements
.GridLengthConverter: t = _asmFramework.GetType("System.Windows.GridLengthConverter"); break;
4966
case
KnownElements
.HierarchicalDataTemplate: t = _asmFramework.GetType("System.Windows.HierarchicalDataTemplate"); break;
4967
case
KnownElements
.LengthConverter: t = _asmFramework.GetType("System.Windows.LengthConverter"); break;
4968
case
KnownElements
.Localization: t = _asmFramework.GetType("System.Windows.Localization"); break;
4969
case
KnownElements
.LostFocusEventManager: t = _asmFramework.GetType("System.Windows.LostFocusEventManager"); break;
4970
case
KnownElements
.BeginStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.BeginStoryboard"); break;
4971
case
KnownElements
.ControllableStoryboardAction: t = _asmFramework.GetType("System.Windows.Media.Animation.ControllableStoryboardAction"); break;
4972
case
KnownElements
.PauseStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.PauseStoryboard"); break;
4973
case
KnownElements
.RemoveStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.RemoveStoryboard"); break;
4974
case
KnownElements
.ResumeStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.ResumeStoryboard"); break;
4975
case
KnownElements
.SeekStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.SeekStoryboard"); break;
4976
case
KnownElements
.SetStoryboardSpeedRatio: t = _asmFramework.GetType("System.Windows.Media.Animation.SetStoryboardSpeedRatio"); break;
4977
case
KnownElements
.SkipStoryboardToFill: t = _asmFramework.GetType("System.Windows.Media.Animation.SkipStoryboardToFill"); break;
4978
case
KnownElements
.StopStoryboard: t = _asmFramework.GetType("System.Windows.Media.Animation.StopStoryboard"); break;
4979
case
KnownElements
.Storyboard: t = _asmFramework.GetType("System.Windows.Media.Animation.Storyboard"); break;
4980
case
KnownElements
.ThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessKeyFrame"); break;
4981
case
KnownElements
.DiscreteThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.DiscreteThicknessKeyFrame"); break;
4982
case
KnownElements
.LinearThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.LinearThicknessKeyFrame"); break;
4983
case
KnownElements
.SplineThicknessKeyFrame: t = _asmFramework.GetType("System.Windows.Media.Animation.SplineThicknessKeyFrame"); break;
4984
case
KnownElements
.ThicknessAnimationBase: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimationBase"); break;
4985
case
KnownElements
.ThicknessAnimation: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimation"); break;
4986
case
KnownElements
.ThicknessAnimationUsingKeyFrames: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames"); break;
4987
case
KnownElements
.ThicknessKeyFrameCollection: t = _asmFramework.GetType("System.Windows.Media.Animation.ThicknessKeyFrameCollection"); break;
4988
case
KnownElements
.MultiDataTrigger: t = _asmFramework.GetType("System.Windows.MultiDataTrigger"); break;
4989
case
KnownElements
.MultiTrigger: t = _asmFramework.GetType("System.Windows.MultiTrigger"); break;
4990
case
KnownElements
.NameScope: t = _asmFramework.GetType("System.Windows.NameScope"); break;
4991
case
KnownElements
.JournalEntryListConverter: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntryListConverter"); break;
4992
case
KnownElements
.JournalEntryUnifiedViewConverter: t = _asmFramework.GetType("System.Windows.Navigation.JournalEntryUnifiedViewConverter"); break;
4993
case
KnownElements
.PageFunctionBase: t = _asmFramework.GetType("System.Windows.Navigation.PageFunctionBase"); break;
4994
case
KnownElements
.NullableBoolConverter: t = _asmFramework.GetType("System.Windows.NullableBoolConverter"); break;
4995
case
KnownElements
.PropertyPath: t = _asmFramework.GetType("System.Windows.PropertyPath"); break;
4996
case
KnownElements
.PropertyPathConverter: t = _asmFramework.GetType("System.Windows.PropertyPathConverter"); break;
4997
case
KnownElements
.ResourceDictionary: t = _asmFramework.GetType("System.Windows.ResourceDictionary"); break;
4998
case
KnownElements
.ColorConvertedBitmapExtension: t = _asmFramework.GetType("System.Windows.ColorConvertedBitmapExtension"); break;
4999
case
KnownElements
.StaticResourceExtension: t = _asmFramework.GetType("System.Windows.StaticResourceExtension"); break;
5000
case
KnownElements
.Setter: t = _asmFramework.GetType("System.Windows.Setter"); break;
5001
case
KnownElements
.Ellipse: t = _asmFramework.GetType("System.Windows.Shapes.Ellipse"); break;
5002
case
KnownElements
.Line: t = _asmFramework.GetType("System.Windows.Shapes.Line"); break;
5003
case
KnownElements
.Path: t = _asmFramework.GetType("System.Windows.Shapes.Path"); break;
5004
case
KnownElements
.Polygon: t = _asmFramework.GetType("System.Windows.Shapes.Polygon"); break;
5005
case
KnownElements
.Polyline: t = _asmFramework.GetType("System.Windows.Shapes.Polyline"); break;
5006
case
KnownElements
.Rectangle: t = _asmFramework.GetType("System.Windows.Shapes.Rectangle"); break;
5007
case
KnownElements
.Style: t = _asmFramework.GetType("System.Windows.Style"); break;
5008
case
KnownElements
.TemplateBindingExpression: t = _asmFramework.GetType("System.Windows.TemplateBindingExpression"); break;
5009
case
KnownElements
.TemplateBindingExpressionConverter: t = _asmFramework.GetType("System.Windows.TemplateBindingExpressionConverter"); break;
5010
case
KnownElements
.TemplateBindingExtension: t = _asmFramework.GetType("System.Windows.TemplateBindingExtension"); break;
5011
case
KnownElements
.TemplateBindingExtensionConverter: t = _asmFramework.GetType("System.Windows.TemplateBindingExtensionConverter"); break;
5012
case
KnownElements
.ThemeDictionaryExtension: t = _asmFramework.GetType("System.Windows.ThemeDictionaryExtension"); break;
5013
case
KnownElements
.Thickness: t = _asmFramework.GetType("System.Windows.Thickness"); break;
5014
case
KnownElements
.ThicknessConverter: t = _asmFramework.GetType("System.Windows.ThicknessConverter"); break;
5015
case
KnownElements
.Trigger: t = _asmFramework.GetType("System.Windows.Trigger"); break;
5016
case
KnownElements
.BaseIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.BaseIListConverter"); break;
5017
case
KnownElements
.DoubleIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.DoubleIListConverter"); break;
5018
case
KnownElements
.UShortIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.UShortIListConverter"); break;
5019
case
KnownElements
.BoolIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.BoolIListConverter"); break;
5020
case
KnownElements
.PointIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.PointIListConverter"); break;
5021
case
KnownElements
.CharIListConverter: t = _asmCore.GetType("System.Windows.Media.Converters.CharIListConverter"); break;
5022
case
KnownElements
.Visual: t = _asmCore.GetType("System.Windows.Media.Visual"); break;
5023
case
KnownElements
.ContainerVisual: t = _asmCore.GetType("System.Windows.Media.ContainerVisual"); break;
5024
case
KnownElements
.DrawingVisual: t = _asmCore.GetType("System.Windows.Media.DrawingVisual"); break;
5025
case
KnownElements
.StreamGeometryContext: t = _asmCore.GetType("System.Windows.Media.StreamGeometryContext"); break;
5026
case
KnownElements
.Animatable: t = _asmCore.GetType("System.Windows.Media.Animation.Animatable"); break;
5027
case
KnownElements
.GeneralTransform: t = _asmCore.GetType("System.Windows.Media.GeneralTransform"); break;
5028
case
KnownElements
.ContentElement: t = _asmCore.GetType("System.Windows.ContentElement"); break;
5029
case
KnownElements
.CultureInfoIetfLanguageTagConverter: t = _asmCore.GetType("System.Windows.CultureInfoIetfLanguageTagConverter"); break;
5030
case
KnownElements
.Duration: t = _asmCore.GetType("System.Windows.Duration"); break;
5031
case
KnownElements
.DurationConverter: t = _asmCore.GetType("System.Windows.DurationConverter"); break;
5032
case
KnownElements
.FontStyle: t = _asmCore.GetType("System.Windows.FontStyle"); break;
5033
case
KnownElements
.FontStyleConverter: t = _asmCore.GetType("System.Windows.FontStyleConverter"); break;
5034
case
KnownElements
.FontStretch: t = _asmCore.GetType("System.Windows.FontStretch"); break;
5035
case
KnownElements
.FontStretchConverter: t = _asmCore.GetType("System.Windows.FontStretchConverter"); break;
5036
case
KnownElements
.FontWeight: t = _asmCore.GetType("System.Windows.FontWeight"); break;
5037
case
KnownElements
.FontWeightConverter: t = _asmCore.GetType("System.Windows.FontWeightConverter"); break;
5038
case
KnownElements
.UIElement: t = _asmCore.GetType("System.Windows.UIElement"); break;
5039
case
KnownElements
.Visual3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Visual3D"); break;
5040
case
KnownElements
.RoutedEvent: t = _asmCore.GetType("System.Windows.RoutedEvent"); break;
5041
case
KnownElements
.TextDecoration: t = _asmCore.GetType("System.Windows.TextDecoration"); break;
5042
case
KnownElements
.TextDecorationCollection: t = _asmCore.GetType("System.Windows.TextDecorationCollection"); break;
5043
case
KnownElements
.TextDecorationCollectionConverter: t = _asmCore.GetType("System.Windows.TextDecorationCollectionConverter"); break;
5044
case
KnownElements
.GestureRecognizer: t = _asmCore.GetType("System.Windows.Ink.GestureRecognizer"); break;
5045
case
KnownElements
.StrokeCollection: t = _asmCore.GetType("System.Windows.Ink.StrokeCollection"); break;
5046
case
KnownElements
.StrokeCollectionConverter: t = _asmCore.GetType("System.Windows.StrokeCollectionConverter"); break;
5047
case
KnownElements
.InputDevice: t = _asmCore.GetType("System.Windows.Input.InputDevice"); break;
5048
case
KnownElements
.ICommand: t = _asmCore.GetType("System.Windows.Input.ICommand"); break;
5049
case
KnownElements
.InputBinding: t = _asmCore.GetType("System.Windows.Input.InputBinding"); break;
5050
case
KnownElements
.KeyBinding: t = _asmCore.GetType("System.Windows.Input.KeyBinding"); break;
5051
case
KnownElements
.KeyGesture: t = _asmCore.GetType("System.Windows.Input.KeyGesture"); break;
5052
case
KnownElements
.KeyGestureConverter: t = _asmCore.GetType("System.Windows.Input.KeyGestureConverter"); break;
5053
case
KnownElements
.MouseActionConverter: t = _asmCore.GetType("System.Windows.Input.MouseActionConverter"); break;
5054
case
KnownElements
.MouseBinding: t = _asmCore.GetType("System.Windows.Input.MouseBinding"); break;
5055
case
KnownElements
.MouseGesture: t = _asmCore.GetType("System.Windows.Input.MouseGesture"); break;
5056
case
KnownElements
.MouseGestureConverter: t = _asmCore.GetType("System.Windows.Input.MouseGestureConverter"); break;
5057
case
KnownElements
.RoutedCommand: t = _asmCore.GetType("System.Windows.Input.RoutedCommand"); break;
5058
case
KnownElements
.RoutedUICommand: t = _asmCore.GetType("System.Windows.Input.RoutedUICommand"); break;
5059
case
KnownElements
.Cursor: t = _asmCore.GetType("System.Windows.Input.Cursor"); break;
5060
case
KnownElements
.CursorConverter: t = _asmCore.GetType("System.Windows.Input.CursorConverter"); break;
5061
case
KnownElements
.TextComposition: t = _asmCore.GetType("System.Windows.Input.TextComposition"); break;
5062
case
KnownElements
.FocusManager: t = _asmCore.GetType("System.Windows.Input.FocusManager"); break;
5063
case
KnownElements
.InputLanguageManager: t = _asmCore.GetType("System.Windows.Input.InputLanguageManager"); break;
5064
case
KnownElements
.InputManager: t = _asmCore.GetType("System.Windows.Input.InputManager"); break;
5065
case
KnownElements
.InputMethod: t = _asmCore.GetType("System.Windows.Input.InputMethod"); break;
5066
case
KnownElements
.InputScope: t = _asmCore.GetType("System.Windows.Input.InputScope"); break;
5067
case
KnownElements
.InputScopeName: t = _asmCore.GetType("System.Windows.Input.InputScopeName"); break;
5068
case
KnownElements
.InputScopeConverter: t = _asmCore.GetType("System.Windows.Input.InputScopeConverter"); break;
5069
case
KnownElements
.InputScopeNameConverter: t = _asmCore.GetType("System.Windows.Input.InputScopeNameConverter"); break;
5070
case
KnownElements
.KeyboardDevice: t = _asmCore.GetType("System.Windows.Input.KeyboardDevice"); break;
5071
case
KnownElements
.MouseDevice: t = _asmCore.GetType("System.Windows.Input.MouseDevice"); break;
5072
case
KnownElements
.HostVisual: t = _asmCore.GetType("System.Windows.Media.HostVisual"); break;
5073
case
KnownElements
.Stylus: t = _asmCore.GetType("System.Windows.Input.Stylus"); break;
5074
case
KnownElements
.StylusDevice: t = _asmCore.GetType("System.Windows.Input.StylusDevice"); break;
5075
case
KnownElements
.TabletDevice: t = _asmCore.GetType("System.Windows.Input.TabletDevice"); break;
5076
case
KnownElements
.TextCompositionManager: t = _asmCore.GetType("System.Windows.Input.TextCompositionManager"); break;
5077
case
KnownElements
.CompositionTarget: t = _asmCore.GetType("System.Windows.Media.CompositionTarget"); break;
5078
case
KnownElements
.PresentationSource: t = _asmCore.GetType("System.Windows.PresentationSource"); break;
5079
case
KnownElements
.Clock: t = _asmCore.GetType("System.Windows.Media.Animation.Clock"); break;
5080
case
KnownElements
.AnimationClock: t = _asmCore.GetType("System.Windows.Media.Animation.AnimationClock"); break;
5081
case
KnownElements
.Timeline: t = _asmCore.GetType("System.Windows.Media.Animation.Timeline"); break;
5082
case
KnownElements
.AnimationTimeline: t = _asmCore.GetType("System.Windows.Media.Animation.AnimationTimeline"); break;
5083
case
KnownElements
.ClockController: t = _asmCore.GetType("System.Windows.Media.Animation.ClockController"); break;
5084
case
KnownElements
.ClockGroup: t = _asmCore.GetType("System.Windows.Media.Animation.ClockGroup"); break;
5085
case
KnownElements
.DoubleAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationBase"); break;
5086
case
KnownElements
.DoubleAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationUsingPath"); break;
5087
case
KnownElements
.BooleanAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanAnimationBase"); break;
5088
case
KnownElements
.BooleanAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames"); break;
5089
case
KnownElements
.BooleanKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanKeyFrameCollection"); break;
5090
case
KnownElements
.ByteAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimationBase"); break;
5091
case
KnownElements
.ByteAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimation"); break;
5092
case
KnownElements
.ByteAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ByteAnimationUsingKeyFrames"); break;
5093
case
KnownElements
.ByteKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ByteKeyFrameCollection"); break;
5094
case
KnownElements
.CharAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.CharAnimationBase"); break;
5095
case
KnownElements
.CharAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.CharAnimationUsingKeyFrames"); break;
5096
case
KnownElements
.CharKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.CharKeyFrameCollection"); break;
5097
case
KnownElements
.ColorAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimationBase"); break;
5098
case
KnownElements
.ColorAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimation"); break;
5099
case
KnownElements
.ColorAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ColorAnimationUsingKeyFrames"); break;
5100
case
KnownElements
.ColorKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ColorKeyFrameCollection"); break;
5101
case
KnownElements
.DecimalAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimationBase"); break;
5102
case
KnownElements
.DecimalAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimation"); break;
5103
case
KnownElements
.DecimalAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames"); break;
5104
case
KnownElements
.DecimalKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalKeyFrameCollection"); break;
5105
case
KnownElements
.BooleanKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.BooleanKeyFrame"); break;
5106
case
KnownElements
.DiscreteBooleanKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteBooleanKeyFrame"); break;
5107
case
KnownElements
.ByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ByteKeyFrame"); break;
5108
case
KnownElements
.DiscreteByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteByteKeyFrame"); break;
5109
case
KnownElements
.CharKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.CharKeyFrame"); break;
5110
case
KnownElements
.DiscreteCharKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteCharKeyFrame"); break;
5111
case
KnownElements
.ColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ColorKeyFrame"); break;
5112
case
KnownElements
.DiscreteColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteColorKeyFrame"); break;
5113
case
KnownElements
.DecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DecimalKeyFrame"); break;
5114
case
KnownElements
.DiscreteDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteDecimalKeyFrame"); break;
5115
case
KnownElements
.DoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleKeyFrame"); break;
5116
case
KnownElements
.DiscreteDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteDoubleKeyFrame"); break;
5117
case
KnownElements
.Int16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int16KeyFrame"); break;
5118
case
KnownElements
.DiscreteInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt16KeyFrame"); break;
5119
case
KnownElements
.Int32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int32KeyFrame"); break;
5120
case
KnownElements
.DiscreteInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt32KeyFrame"); break;
5121
case
KnownElements
.Int64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Int64KeyFrame"); break;
5122
case
KnownElements
.DiscreteInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteInt64KeyFrame"); break;
5123
case
KnownElements
.MatrixKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixKeyFrame"); break;
5124
case
KnownElements
.DiscreteMatrixKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteMatrixKeyFrame"); break;
5125
case
KnownElements
.ObjectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectKeyFrame"); break;
5126
case
KnownElements
.DiscreteObjectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteObjectKeyFrame"); break;
5127
case
KnownElements
.PointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.PointKeyFrame"); break;
5128
case
KnownElements
.DiscretePointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscretePointKeyFrame"); break;
5129
case
KnownElements
.Point3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DKeyFrame"); break;
5130
case
KnownElements
.DiscretePoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscretePoint3DKeyFrame"); break;
5131
case
KnownElements
.QuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionKeyFrame"); break;
5132
case
KnownElements
.DiscreteQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteQuaternionKeyFrame"); break;
5133
case
KnownElements
.Rotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DKeyFrame"); break;
5134
case
KnownElements
.DiscreteRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteRotation3DKeyFrame"); break;
5135
case
KnownElements
.RectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.RectKeyFrame"); break;
5136
case
KnownElements
.DiscreteRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteRectKeyFrame"); break;
5137
case
KnownElements
.SingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SingleKeyFrame"); break;
5138
case
KnownElements
.DiscreteSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteSingleKeyFrame"); break;
5139
case
KnownElements
.SizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SizeKeyFrame"); break;
5140
case
KnownElements
.DiscreteSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteSizeKeyFrame"); break;
5141
case
KnownElements
.StringKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.StringKeyFrame"); break;
5142
case
KnownElements
.DiscreteStringKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteStringKeyFrame"); break;
5143
case
KnownElements
.VectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.VectorKeyFrame"); break;
5144
case
KnownElements
.DiscreteVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteVectorKeyFrame"); break;
5145
case
KnownElements
.Vector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DKeyFrame"); break;
5146
case
KnownElements
.DiscreteVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.DiscreteVector3DKeyFrame"); break;
5147
case
KnownElements
.DoubleAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimation"); break;
5148
case
KnownElements
.DoubleAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames"); break;
5149
case
KnownElements
.DoubleKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.DoubleKeyFrameCollection"); break;
5150
case
KnownElements
.Int16AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int16AnimationBase"); break;
5151
case
KnownElements
.Int16Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int16Animation"); break;
5152
case
KnownElements
.Int16AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int16AnimationUsingKeyFrames"); break;
5153
case
KnownElements
.Int16KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int16KeyFrameCollection"); break;
5154
case
KnownElements
.Int32AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int32AnimationBase"); break;
5155
case
KnownElements
.Int32Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int32Animation"); break;
5156
case
KnownElements
.Int32AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int32AnimationUsingKeyFrames"); break;
5157
case
KnownElements
.Int32KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int32KeyFrameCollection"); break;
5158
case
KnownElements
.Int64AnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Int64AnimationBase"); break;
5159
case
KnownElements
.Int64Animation: t = _asmCore.GetType("System.Windows.Media.Animation.Int64Animation"); break;
5160
case
KnownElements
.Int64AnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Int64AnimationUsingKeyFrames"); break;
5161
case
KnownElements
.Int64KeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Int64KeyFrameCollection"); break;
5162
case
KnownElements
.LinearByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearByteKeyFrame"); break;
5163
case
KnownElements
.LinearColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearColorKeyFrame"); break;
5164
case
KnownElements
.LinearDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearDecimalKeyFrame"); break;
5165
case
KnownElements
.LinearDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearDoubleKeyFrame"); break;
5166
case
KnownElements
.LinearInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt16KeyFrame"); break;
5167
case
KnownElements
.LinearInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt32KeyFrame"); break;
5168
case
KnownElements
.LinearInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearInt64KeyFrame"); break;
5169
case
KnownElements
.LinearPointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearPointKeyFrame"); break;
5170
case
KnownElements
.LinearPoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearPoint3DKeyFrame"); break;
5171
case
KnownElements
.LinearQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearQuaternionKeyFrame"); break;
5172
case
KnownElements
.LinearRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearRotation3DKeyFrame"); break;
5173
case
KnownElements
.LinearRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearRectKeyFrame"); break;
5174
case
KnownElements
.LinearSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearSingleKeyFrame"); break;
5175
case
KnownElements
.LinearSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearSizeKeyFrame"); break;
5176
case
KnownElements
.LinearVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearVectorKeyFrame"); break;
5177
case
KnownElements
.LinearVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.LinearVector3DKeyFrame"); break;
5178
case
KnownElements
.MatrixAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationBase"); break;
5179
case
KnownElements
.MatrixAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames"); break;
5180
case
KnownElements
.MatrixKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixKeyFrameCollection"); break;
5181
case
KnownElements
.ObjectAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectAnimationBase"); break;
5182
case
KnownElements
.ObjectAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames"); break;
5183
case
KnownElements
.ObjectKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.ObjectKeyFrameCollection"); break;
5184
case
KnownElements
.TimelineGroup: t = _asmCore.GetType("System.Windows.Media.Animation.TimelineGroup"); break;
5185
case
KnownElements
.ParallelTimeline: t = _asmCore.GetType("System.Windows.Media.Animation.ParallelTimeline"); break;
5186
case
KnownElements
.Point3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimationBase"); break;
5187
case
KnownElements
.Point3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimation"); break;
5188
case
KnownElements
.Point3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames"); break;
5189
case
KnownElements
.Point3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Point3DKeyFrameCollection"); break;
5190
case
KnownElements
.PointAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationBase"); break;
5191
case
KnownElements
.PointAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimation"); break;
5192
case
KnownElements
.PointAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationUsingKeyFrames"); break;
5193
case
KnownElements
.PointKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.PointKeyFrameCollection"); break;
5194
case
KnownElements
.QuaternionAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimationBase"); break;
5195
case
KnownElements
.QuaternionAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimation"); break;
5196
case
KnownElements
.QuaternionAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames"); break;
5197
case
KnownElements
.QuaternionKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.QuaternionKeyFrameCollection"); break;
5198
case
KnownElements
.RectAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimationBase"); break;
5199
case
KnownElements
.RectAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimation"); break;
5200
case
KnownElements
.RectAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.RectAnimationUsingKeyFrames"); break;
5201
case
KnownElements
.RectKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.RectKeyFrameCollection"); break;
5202
case
KnownElements
.Rotation3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimationBase"); break;
5203
case
KnownElements
.Rotation3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimation"); break;
5204
case
KnownElements
.Rotation3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames"); break;
5205
case
KnownElements
.Rotation3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Rotation3DKeyFrameCollection"); break;
5206
case
KnownElements
.SingleAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimationBase"); break;
5207
case
KnownElements
.SingleAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimation"); break;
5208
case
KnownElements
.SingleAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.SingleAnimationUsingKeyFrames"); break;
5209
case
KnownElements
.SingleKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.SingleKeyFrameCollection"); break;
5210
case
KnownElements
.SizeAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimationBase"); break;
5211
case
KnownElements
.SizeAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimation"); break;
5212
case
KnownElements
.SizeAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.SizeAnimationUsingKeyFrames"); break;
5213
case
KnownElements
.SizeKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.SizeKeyFrameCollection"); break;
5214
case
KnownElements
.SplineByteKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineByteKeyFrame"); break;
5215
case
KnownElements
.SplineColorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineColorKeyFrame"); break;
5216
case
KnownElements
.SplineDecimalKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineDecimalKeyFrame"); break;
5217
case
KnownElements
.SplineDoubleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineDoubleKeyFrame"); break;
5218
case
KnownElements
.SplineInt16KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt16KeyFrame"); break;
5219
case
KnownElements
.SplineInt32KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt32KeyFrame"); break;
5220
case
KnownElements
.SplineInt64KeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineInt64KeyFrame"); break;
5221
case
KnownElements
.SplinePointKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplinePointKeyFrame"); break;
5222
case
KnownElements
.SplinePoint3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplinePoint3DKeyFrame"); break;
5223
case
KnownElements
.SplineQuaternionKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineQuaternionKeyFrame"); break;
5224
case
KnownElements
.SplineRotation3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineRotation3DKeyFrame"); break;
5225
case
KnownElements
.SplineRectKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineRectKeyFrame"); break;
5226
case
KnownElements
.SplineSingleKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineSingleKeyFrame"); break;
5227
case
KnownElements
.SplineSizeKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineSizeKeyFrame"); break;
5228
case
KnownElements
.SplineVectorKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineVectorKeyFrame"); break;
5229
case
KnownElements
.SplineVector3DKeyFrame: t = _asmCore.GetType("System.Windows.Media.Animation.SplineVector3DKeyFrame"); break;
5230
case
KnownElements
.StringAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.StringAnimationBase"); break;
5231
case
KnownElements
.StringAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.StringAnimationUsingKeyFrames"); break;
5232
case
KnownElements
.StringKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.StringKeyFrameCollection"); break;
5233
case
KnownElements
.TimelineCollection: t = _asmCore.GetType("System.Windows.Media.Animation.TimelineCollection"); break;
5234
case
KnownElements
.Vector3DAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimationBase"); break;
5235
case
KnownElements
.Vector3DAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimation"); break;
5236
case
KnownElements
.Vector3DAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames"); break;
5237
case
KnownElements
.Vector3DKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.Vector3DKeyFrameCollection"); break;
5238
case
KnownElements
.VectorAnimationBase: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimationBase"); break;
5239
case
KnownElements
.VectorAnimation: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimation"); break;
5240
case
KnownElements
.VectorAnimationUsingKeyFrames: t = _asmCore.GetType("System.Windows.Media.Animation.VectorAnimationUsingKeyFrames"); break;
5241
case
KnownElements
.VectorKeyFrameCollection: t = _asmCore.GetType("System.Windows.Media.Animation.VectorKeyFrameCollection"); break;
5242
case
KnownElements
.KeySpline: t = _asmCore.GetType("System.Windows.Media.Animation.KeySpline"); break;
5243
case
KnownElements
.KeySplineConverter: t = _asmCore.GetType("System.Windows.KeySplineConverter"); break;
5244
case
KnownElements
.KeyTime: t = _asmCore.GetType("System.Windows.Media.Animation.KeyTime"); break;
5245
case
KnownElements
.KeyTimeConverter: t = _asmCore.GetType("System.Windows.KeyTimeConverter"); break;
5246
case
KnownElements
.MatrixAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.MatrixAnimationUsingPath"); break;
5247
case
KnownElements
.PointAnimationUsingPath: t = _asmCore.GetType("System.Windows.Media.Animation.PointAnimationUsingPath"); break;
5248
case
KnownElements
.RepeatBehavior: t = _asmCore.GetType("System.Windows.Media.Animation.RepeatBehavior"); break;
5249
case
KnownElements
.RepeatBehaviorConverter: t = _asmCore.GetType("System.Windows.Media.Animation.RepeatBehaviorConverter"); break;
5250
case
KnownElements
.PathSegment: t = _asmCore.GetType("System.Windows.Media.PathSegment"); break;
5251
case
KnownElements
.ArcSegment: t = _asmCore.GetType("System.Windows.Media.ArcSegment"); break;
5252
case
KnownElements
.BezierSegment: t = _asmCore.GetType("System.Windows.Media.BezierSegment"); break;
5253
case
KnownElements
.DrawingContext: t = _asmCore.GetType("System.Windows.Media.DrawingContext"); break;
5254
case
KnownElements
.Brush: t = _asmCore.GetType("System.Windows.Media.Brush"); break;
5255
case
KnownElements
.Color: t = _asmCore.GetType("System.Windows.Media.Color"); break;
5256
case
KnownElements
.ColorConverter: t = _asmCore.GetType("System.Windows.Media.ColorConverter"); break;
5257
case
KnownElements
.Geometry: t = _asmCore.GetType("System.Windows.Media.Geometry"); break;
5258
case
KnownElements
.CombinedGeometry: t = _asmCore.GetType("System.Windows.Media.CombinedGeometry"); break;
5259
case
KnownElements
.DashStyle: t = _asmCore.GetType("System.Windows.Media.DashStyle"); break;
5260
case
KnownElements
.Drawing: t = _asmCore.GetType("System.Windows.Media.Drawing"); break;
5261
case
KnownElements
.TileBrush: t = _asmCore.GetType("System.Windows.Media.TileBrush"); break;
5262
case
KnownElements
.DrawingBrush: t = _asmCore.GetType("System.Windows.Media.DrawingBrush"); break;
5263
case
KnownElements
.DrawingCollection: t = _asmCore.GetType("System.Windows.Media.DrawingCollection"); break;
5264
case
KnownElements
.DrawingGroup: t = _asmCore.GetType("System.Windows.Media.DrawingGroup"); break;
5265
case
KnownElements
.ImageSource: t = _asmCore.GetType("System.Windows.Media.ImageSource"); break;
5266
case
KnownElements
.DrawingImage: t = _asmCore.GetType("System.Windows.Media.DrawingImage"); break;
5267
case
KnownElements
.BitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffect"); break;
5268
case
KnownElements
.BitmapEffectGroup: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectGroup"); break;
5269
case
KnownElements
.BitmapEffectInput: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectInput"); break;
5270
case
KnownElements
.BevelBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BevelBitmapEffect"); break;
5271
case
KnownElements
.BlurBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.BlurBitmapEffect"); break;
5272
case
KnownElements
.DropShadowBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.DropShadowBitmapEffect"); break;
5273
case
KnownElements
.EmbossBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.EmbossBitmapEffect"); break;
5274
case
KnownElements
.OuterGlowBitmapEffect: t = _asmCore.GetType("System.Windows.Media.Effects.OuterGlowBitmapEffect"); break;
5275
case
KnownElements
.BitmapEffectCollection: t = _asmCore.GetType("System.Windows.Media.Effects.BitmapEffectCollection"); break;
5276
case
KnownElements
.EllipseGeometry: t = _asmCore.GetType("System.Windows.Media.EllipseGeometry"); break;
5277
case
KnownElements
.FontFamily: t = _asmCore.GetType("System.Windows.Media.FontFamily"); break;
5278
case
KnownElements
.FontFamilyConverter: t = _asmCore.GetType("System.Windows.Media.FontFamilyConverter"); break;
5279
case
KnownElements
.GeneralTransformGroup: t = _asmCore.GetType("System.Windows.Media.GeneralTransformGroup"); break;
5280
case
KnownElements
.BrushConverter: t = _asmCore.GetType("System.Windows.Media.BrushConverter"); break;
5281
case
KnownElements
.DoubleCollection: t = _asmCore.GetType("System.Windows.Media.DoubleCollection"); break;
5282
case
KnownElements
.DoubleCollectionConverter: t = _asmCore.GetType("System.Windows.Media.DoubleCollectionConverter"); break;
5283
case
KnownElements
.GeneralTransformCollection: t = _asmCore.GetType("System.Windows.Media.GeneralTransformCollection"); break;
5284
case
KnownElements
.GeometryCollection: t = _asmCore.GetType("System.Windows.Media.GeometryCollection"); break;
5285
case
KnownElements
.GeometryConverter: t = _asmCore.GetType("System.Windows.Media.GeometryConverter"); break;
5286
case
KnownElements
.GeometryDrawing: t = _asmCore.GetType("System.Windows.Media.GeometryDrawing"); break;
5287
case
KnownElements
.GeometryGroup: t = _asmCore.GetType("System.Windows.Media.GeometryGroup"); break;
5288
case
KnownElements
.GlyphRunDrawing: t = _asmCore.GetType("System.Windows.Media.GlyphRunDrawing"); break;
5289
case
KnownElements
.GradientBrush: t = _asmCore.GetType("System.Windows.Media.GradientBrush"); break;
5290
case
KnownElements
.GradientStop: t = _asmCore.GetType("System.Windows.Media.GradientStop"); break;
5291
case
KnownElements
.GradientStopCollection: t = _asmCore.GetType("System.Windows.Media.GradientStopCollection"); break;
5292
case
KnownElements
.ImageBrush: t = _asmCore.GetType("System.Windows.Media.ImageBrush"); break;
5293
case
KnownElements
.ImageDrawing: t = _asmCore.GetType("System.Windows.Media.ImageDrawing"); break;
5294
case
KnownElements
.Int32Collection: t = _asmCore.GetType("System.Windows.Media.Int32Collection"); break;
5295
case
KnownElements
.Int32CollectionConverter: t = _asmCore.GetType("System.Windows.Media.Int32CollectionConverter"); break;
5296
case
KnownElements
.LinearGradientBrush: t = _asmCore.GetType("System.Windows.Media.LinearGradientBrush"); break;
5297
case
KnownElements
.LineGeometry: t = _asmCore.GetType("System.Windows.Media.LineGeometry"); break;
5298
case
KnownElements
.LineSegment: t = _asmCore.GetType("System.Windows.Media.LineSegment"); break;
5299
case
KnownElements
.Transform: t = _asmCore.GetType("System.Windows.Media.Transform"); break;
5300
case
KnownElements
.MatrixTransform: t = _asmCore.GetType("System.Windows.Media.MatrixTransform"); break;
5301
case
KnownElements
.MediaTimeline: t = _asmCore.GetType("System.Windows.Media.MediaTimeline"); break;
5302
case
KnownElements
.PathFigure: t = _asmCore.GetType("System.Windows.Media.PathFigure"); break;
5303
case
KnownElements
.PathFigureCollection: t = _asmCore.GetType("System.Windows.Media.PathFigureCollection"); break;
5304
case
KnownElements
.PathFigureCollectionConverter: t = _asmCore.GetType("System.Windows.Media.PathFigureCollectionConverter"); break;
5305
case
KnownElements
.PathGeometry: t = _asmCore.GetType("System.Windows.Media.PathGeometry"); break;
5306
case
KnownElements
.PathSegmentCollection: t = _asmCore.GetType("System.Windows.Media.PathSegmentCollection"); break;
5307
case
KnownElements
.Pen: t = _asmCore.GetType("System.Windows.Media.Pen"); break;
5308
case
KnownElements
.PointCollection: t = _asmCore.GetType("System.Windows.Media.PointCollection"); break;
5309
case
KnownElements
.PointCollectionConverter: t = _asmCore.GetType("System.Windows.Media.PointCollectionConverter"); break;
5310
case
KnownElements
.PolyBezierSegment: t = _asmCore.GetType("System.Windows.Media.PolyBezierSegment"); break;
5311
case
KnownElements
.PolyLineSegment: t = _asmCore.GetType("System.Windows.Media.PolyLineSegment"); break;
5312
case
KnownElements
.PolyQuadraticBezierSegment: t = _asmCore.GetType("System.Windows.Media.PolyQuadraticBezierSegment"); break;
5313
case
KnownElements
.QuadraticBezierSegment: t = _asmCore.GetType("System.Windows.Media.QuadraticBezierSegment"); break;
5314
case
KnownElements
.RadialGradientBrush: t = _asmCore.GetType("System.Windows.Media.RadialGradientBrush"); break;
5315
case
KnownElements
.RectangleGeometry: t = _asmCore.GetType("System.Windows.Media.RectangleGeometry"); break;
5316
case
KnownElements
.RotateTransform: t = _asmCore.GetType("System.Windows.Media.RotateTransform"); break;
5317
case
KnownElements
.ScaleTransform: t = _asmCore.GetType("System.Windows.Media.ScaleTransform"); break;
5318
case
KnownElements
.SkewTransform: t = _asmCore.GetType("System.Windows.Media.SkewTransform"); break;
5319
case
KnownElements
.SolidColorBrush: t = _asmCore.GetType("System.Windows.Media.SolidColorBrush"); break;
5320
case
KnownElements
.StreamGeometry: t = _asmCore.GetType("System.Windows.Media.StreamGeometry"); break;
5321
case
KnownElements
.TextEffect: t = _asmCore.GetType("System.Windows.Media.TextEffect"); break;
5322
case
KnownElements
.TextEffectCollection: t = _asmCore.GetType("System.Windows.Media.TextEffectCollection"); break;
5323
case
KnownElements
.TransformCollection: t = _asmCore.GetType("System.Windows.Media.TransformCollection"); break;
5324
case
KnownElements
.TransformConverter: t = _asmCore.GetType("System.Windows.Media.TransformConverter"); break;
5325
case
KnownElements
.TransformGroup: t = _asmCore.GetType("System.Windows.Media.TransformGroup"); break;
5326
case
KnownElements
.TranslateTransform: t = _asmCore.GetType("System.Windows.Media.TranslateTransform"); break;
5327
case
KnownElements
.VectorCollection: t = _asmCore.GetType("System.Windows.Media.VectorCollection"); break;
5328
case
KnownElements
.VectorCollectionConverter: t = _asmCore.GetType("System.Windows.Media.VectorCollectionConverter"); break;
5329
case
KnownElements
.VisualBrush: t = _asmCore.GetType("System.Windows.Media.VisualBrush"); break;
5330
case
KnownElements
.VideoDrawing: t = _asmCore.GetType("System.Windows.Media.VideoDrawing"); break;
5331
case
KnownElements
.GuidelineSet: t = _asmCore.GetType("System.Windows.Media.GuidelineSet"); break;
5332
case
KnownElements
.GlyphRun: t = _asmCore.GetType("System.Windows.Media.GlyphRun"); break;
5333
case
KnownElements
.GlyphTypeface: t = _asmCore.GetType("System.Windows.Media.GlyphTypeface"); break;
5334
case
KnownElements
.ImageMetadata: t = _asmCore.GetType("System.Windows.Media.ImageMetadata"); break;
5335
case
KnownElements
.ImageSourceConverter: t = _asmCore.GetType("System.Windows.Media.ImageSourceConverter"); break;
5336
case
KnownElements
.BitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapDecoder"); break;
5337
case
KnownElements
.BitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapEncoder"); break;
5338
case
KnownElements
.BmpBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BmpBitmapDecoder"); break;
5339
case
KnownElements
.BmpBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.BmpBitmapEncoder"); break;
5340
case
KnownElements
.BitmapSource: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapSource"); break;
5341
case
KnownElements
.BitmapFrame: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapFrame"); break;
5342
case
KnownElements
.BitmapMetadata: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapMetadata"); break;
5343
case
KnownElements
.BitmapPalette: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapPalette"); break;
5344
case
KnownElements
.BitmapImage: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapImage"); break;
5345
case
KnownElements
.CachedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.CachedBitmap"); break;
5346
case
KnownElements
.ColorConvertedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.ColorConvertedBitmap"); break;
5347
case
KnownElements
.CroppedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.CroppedBitmap"); break;
5348
case
KnownElements
.FormatConvertedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.FormatConvertedBitmap"); break;
5349
case
KnownElements
.GifBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.GifBitmapDecoder"); break;
5350
case
KnownElements
.GifBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.GifBitmapEncoder"); break;
5351
case
KnownElements
.IconBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.IconBitmapDecoder"); break;
5352
case
KnownElements
.InPlaceBitmapMetadataWriter: t = _asmCore.GetType("System.Windows.Media.Imaging.InPlaceBitmapMetadataWriter"); break;
5353
case
KnownElements
.LateBoundBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.LateBoundBitmapDecoder"); break;
5354
case
KnownElements
.JpegBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.JpegBitmapDecoder"); break;
5355
case
KnownElements
.JpegBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.JpegBitmapEncoder"); break;
5356
case
KnownElements
.PngBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.PngBitmapDecoder"); break;
5357
case
KnownElements
.PngBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.PngBitmapEncoder"); break;
5358
case
KnownElements
.RenderTargetBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.RenderTargetBitmap"); break;
5359
case
KnownElements
.TiffBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.TiffBitmapDecoder"); break;
5360
case
KnownElements
.TiffBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.TiffBitmapEncoder"); break;
5361
case
KnownElements
.WmpBitmapDecoder: t = _asmCore.GetType("System.Windows.Media.Imaging.WmpBitmapDecoder"); break;
5362
case
KnownElements
.WmpBitmapEncoder: t = _asmCore.GetType("System.Windows.Media.Imaging.WmpBitmapEncoder"); break;
5363
case
KnownElements
.TransformedBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.TransformedBitmap"); break;
5364
case
KnownElements
.WriteableBitmap: t = _asmCore.GetType("System.Windows.Media.Imaging.WriteableBitmap"); break;
5365
case
KnownElements
.MediaClock: t = _asmCore.GetType("System.Windows.Media.MediaClock"); break;
5366
case
KnownElements
.MediaPlayer: t = _asmCore.GetType("System.Windows.Media.MediaPlayer"); break;
5367
case
KnownElements
.PixelFormat: t = _asmCore.GetType("System.Windows.Media.PixelFormat"); break;
5368
case
KnownElements
.PixelFormatConverter: t = _asmCore.GetType("System.Windows.Media.PixelFormatConverter"); break;
5369
case
KnownElements
.RenderOptions: t = _asmCore.GetType("System.Windows.Media.RenderOptions"); break;
5370
case
KnownElements
.NumberSubstitution: t = _asmCore.GetType("System.Windows.Media.NumberSubstitution"); break;
5371
case
KnownElements
.VisualTarget: t = _asmCore.GetType("System.Windows.Media.VisualTarget"); break;
5372
case
KnownElements
.Transform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3D"); break;
5373
case
KnownElements
.AffineTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.AffineTransform3D"); break;
5374
case
KnownElements
.Model3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3D"); break;
5375
case
KnownElements
.Light: t = _asmCore.GetType("System.Windows.Media.Media3D.Light"); break;
5376
case
KnownElements
.AmbientLight: t = _asmCore.GetType("System.Windows.Media.Media3D.AmbientLight"); break;
5377
case
KnownElements
.Rotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Rotation3D"); break;
5378
case
KnownElements
.AxisAngleRotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.AxisAngleRotation3D"); break;
5379
case
KnownElements
.Camera: t = _asmCore.GetType("System.Windows.Media.Media3D.Camera"); break;
5380
case
KnownElements
.Material: t = _asmCore.GetType("System.Windows.Media.Media3D.Material"); break;
5381
case
KnownElements
.DiffuseMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.DiffuseMaterial"); break;
5382
case
KnownElements
.DirectionalLight: t = _asmCore.GetType("System.Windows.Media.Media3D.DirectionalLight"); break;
5383
case
KnownElements
.EmissiveMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.EmissiveMaterial"); break;
5384
case
KnownElements
.Geometry3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Geometry3D"); break;
5385
case
KnownElements
.GeometryModel3D: t = _asmCore.GetType("System.Windows.Media.Media3D.GeometryModel3D"); break;
5386
case
KnownElements
.MaterialGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.MaterialGroup"); break;
5387
case
KnownElements
.Matrix3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Matrix3D"); break;
5388
case
KnownElements
.MatrixCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.MatrixCamera"); break;
5389
case
KnownElements
.MatrixTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.MatrixTransform3D"); break;
5390
case
KnownElements
.MeshGeometry3D: t = _asmCore.GetType("System.Windows.Media.Media3D.MeshGeometry3D"); break;
5391
case
KnownElements
.Model3DGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3DGroup"); break;
5392
case
KnownElements
.ModelVisual3D: t = _asmCore.GetType("System.Windows.Media.Media3D.ModelVisual3D"); break;
5393
case
KnownElements
.Point3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3D"); break;
5394
case
KnownElements
.Point3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollection"); break;
5395
case
KnownElements
.Vector3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DCollection"); break;
5396
case
KnownElements
.Point4D: t = _asmCore.GetType("System.Windows.Media.Media3D.Point4D"); break;
5397
case
KnownElements
.PointLightBase: t = _asmCore.GetType("System.Windows.Media.Media3D.PointLightBase"); break;
5398
case
KnownElements
.PointLight: t = _asmCore.GetType("System.Windows.Media.Media3D.PointLight"); break;
5399
case
KnownElements
.ProjectionCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.ProjectionCamera"); break;
5400
case
KnownElements
.OrthographicCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.OrthographicCamera"); break;
5401
case
KnownElements
.PerspectiveCamera: t = _asmCore.GetType("System.Windows.Media.Media3D.PerspectiveCamera"); break;
5402
case
KnownElements
.Quaternion: t = _asmCore.GetType("System.Windows.Media.Media3D.Quaternion"); break;
5403
case
KnownElements
.QuaternionRotation3D: t = _asmCore.GetType("System.Windows.Media.Media3D.QuaternionRotation3D"); break;
5404
case
KnownElements
.Rect3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Rect3D"); break;
5405
case
KnownElements
.RotateTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.RotateTransform3D"); break;
5406
case
KnownElements
.ScaleTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.ScaleTransform3D"); break;
5407
case
KnownElements
.Size3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Size3D"); break;
5408
case
KnownElements
.SpecularMaterial: t = _asmCore.GetType("System.Windows.Media.Media3D.SpecularMaterial"); break;
5409
case
KnownElements
.SpotLight: t = _asmCore.GetType("System.Windows.Media.Media3D.SpotLight"); break;
5410
case
KnownElements
.Transform3DGroup: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3DGroup"); break;
5411
case
KnownElements
.TranslateTransform3D: t = _asmCore.GetType("System.Windows.Media.Media3D.TranslateTransform3D"); break;
5412
case
KnownElements
.Vector3D: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3D"); break;
5413
case
KnownElements
.Viewport3DVisual: t = _asmCore.GetType("System.Windows.Media.Media3D.Viewport3DVisual"); break;
5414
case
KnownElements
.MaterialCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.MaterialCollection"); break;
5415
case
KnownElements
.Matrix3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Matrix3DConverter"); break;
5416
case
KnownElements
.Model3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Model3DCollection"); break;
5417
case
KnownElements
.Point3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DConverter"); break;
5418
case
KnownElements
.Point3DCollectionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollectionConverter"); break;
5419
case
KnownElements
.Point4DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Point4DConverter"); break;
5420
case
KnownElements
.QuaternionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.QuaternionConverter"); break;
5421
case
KnownElements
.Rect3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Rect3DConverter"); break;
5422
case
KnownElements
.Size3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Size3DConverter"); break;
5423
case
KnownElements
.Transform3DCollection: t = _asmCore.GetType("System.Windows.Media.Media3D.Transform3DCollection"); break;
5424
case
KnownElements
.Vector3DConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DConverter"); break;
5425
case
KnownElements
.Vector3DCollectionConverter: t = _asmCore.GetType("System.Windows.Media.Media3D.Vector3DCollectionConverter"); break;
5426
case
KnownElements
.XmlLanguage: t = _asmCore.GetType("System.Windows.Markup.XmlLanguage"); break;
5427
case
KnownElements
.XmlLanguageConverter: t = _asmCore.GetType("System.Windows.Markup.XmlLanguageConverter"); break;
5428
case
KnownElements
.Point: t = _asmBase.GetType("System.Windows.Point"); break;
5429
case
KnownElements
.Size: t = _asmBase.GetType("System.Windows.Size"); break;
5430
case
KnownElements
.Vector: t = _asmBase.GetType("System.Windows.Vector"); break;
5431
case
KnownElements
.Rect: t = _asmBase.GetType("System.Windows.Rect"); break;
5432
case
KnownElements
.Matrix: t = _asmBase.GetType("System.Windows.Media.Matrix"); break;
5433
case
KnownElements
.DependencyProperty: t = _asmBase.GetType("System.Windows.DependencyProperty"); break;
5434
case
KnownElements
.DependencyObject: t = _asmBase.GetType("System.Windows.DependencyObject"); break;
5435
case
KnownElements
.Expression: t = _asmBase.GetType("System.Windows.Expression"); break;
5436
case
KnownElements
.Freezable: t = _asmBase.GetType("System.Windows.Freezable"); break;
5437
case
KnownElements
.WeakEventManager: t = _asmBase.GetType("System.Windows.WeakEventManager"); break;
5438
case
KnownElements
.Int32Rect: t = _asmBase.GetType("System.Windows.Int32Rect"); break;
5439
case
KnownElements
.ExpressionConverter: t = _asmBase.GetType("System.Windows.ExpressionConverter"); break;
5440
case
KnownElements
.Int32RectConverter: t = _asmBase.GetType("System.Windows.Int32RectConverter"); break;
5441
case
KnownElements
.PointConverter: t = _asmBase.GetType("System.Windows.PointConverter"); break;
5442
case
KnownElements
.RectConverter: t = _asmBase.GetType("System.Windows.RectConverter"); break;
5443
case
KnownElements
.SizeConverter: t = _asmBase.GetType("System.Windows.SizeConverter"); break;
5444
case
KnownElements
.VectorConverter: t = _asmBase.GetType("System.Windows.VectorConverter"); break;
5445
case
KnownElements
.KeyConverter: t = _asmBase.GetType("System.Windows.Input.KeyConverter"); break;
5446
case
KnownElements
.MatrixConverter: t = _asmBase.GetType("System.Windows.Media.MatrixConverter"); break;
5447
case
KnownElements
.MarkupExtension: t = _asmBase.GetType("System.Windows.Markup.MarkupExtension"); break;
5448
case
KnownElements
.ModifierKeysConverter: t = _asmBase.GetType("System.Windows.Input.ModifierKeysConverter"); break;
5449
case
KnownElements
.FrameworkPropertyMetadataOptions: t = _asmFramework.GetType("System.Windows.FrameworkPropertyMetadataOptions"); break;
5450
case
KnownElements
.NullExtension: t = _asmFramework.GetType("System.Windows.Markup.NullExtension"); break;
5451
case
KnownElements
.StaticExtension: t = _asmFramework.GetType("System.Windows.Markup.StaticExtension"); break;
5452
case
KnownElements
.ArrayExtension: t = _asmFramework.GetType("System.Windows.Markup.ArrayExtension"); break;
5453
case
KnownElements
.TypeExtension: t = _asmFramework.GetType("System.Windows.Markup.TypeExtension"); break;
5454
case
KnownElements
.IStyleConnector: t = _asmFramework.GetType("System.Windows.Markup.IStyleConnector"); break;
5455
case
KnownElements
.ParserContext: t = _asmFramework.GetType("System.Windows.Markup.ParserContext"); break;
5456
case
KnownElements
.XamlReader: t = _asmFramework.GetType("System.Windows.Markup.XamlReader"); break;
5457
case
KnownElements
.XamlWriter: t = _asmFramework.GetType("System.Windows.Markup.XamlWriter"); break;
5458
case
KnownElements
.StreamResourceInfo: t = _asmFramework.GetType("System.Windows.Resources.StreamResourceInfo"); break;
5459
case
KnownElements
.CommandConverter: t = _asmFramework.GetType("System.Windows.Input.CommandConverter"); break;
5460
case
KnownElements
.DependencyPropertyConverter: t = _asmFramework.GetType("System.Windows.Markup.DependencyPropertyConverter"); break;
5461
case
KnownElements
.ComponentResourceKeyConverter: t = _asmFramework.GetType("System.Windows.Markup.ComponentResourceKeyConverter"); break;
5462
case
KnownElements
.TemplateKeyConverter: t = _asmFramework.GetType("System.Windows.Markup.TemplateKeyConverter"); break;
5463
case
KnownElements
.RoutedEventConverter: t = _asmFramework.GetType("System.Windows.Markup.RoutedEventConverter"); break;
5464
case
KnownElements
.FrameworkPropertyMetadata: t = _asmFramework.GetType("System.Windows.FrameworkPropertyMetadata"); break;
5465
case
KnownElements
.Condition: t = _asmFramework.GetType("System.Windows.Condition"); break;
5466
case
KnownElements
.FrameworkElementFactory: t = _asmFramework.GetType("System.Windows.FrameworkElementFactory"); break;
5467
case
KnownElements
.IAddChild: t = _asmCore.GetType("System.Windows.Markup.IAddChild"); break;
5468
case
KnownElements
.IAddChildInternal: t = _asmCore.GetType("System.Windows.Markup.IAddChildInternal"); break;
5469
case
KnownElements
.RoutingStrategy: t = _asmCore.GetType("System.Windows.RoutingStrategy"); break;
5470
case
KnownElements
.EventManager: t = _asmCore.GetType("System.Windows.EventManager"); break;
5471
case
KnownElements
.XmlLangPropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.XmlLangPropertyAttribute"); break;
5472
case
KnownElements
.INameScope: t = _asmBase.GetType("System.Windows.Markup.INameScope"); break;
5473
case
KnownElements
.IComponentConnector: t = _asmBase.GetType("System.Windows.Markup.IComponentConnector"); break;
5474
case
KnownElements
.RuntimeNamePropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.RuntimeNamePropertyAttribute"); break;
5475
case
KnownElements
.ContentPropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentPropertyAttribute"); break;
5476
case
KnownElements
.WhitespaceSignificantCollectionAttribute: t = _asmBase.GetType("System.Windows.Markup.WhitespaceSignificantCollectionAttribute"); break;
5477
case
KnownElements
.ContentWrapperAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentWrapperAttribute"); break;
5478
case
KnownElements
.InlineCollection: t = _asmFramework.GetType("System.Windows.Documents.InlineCollection"); break;
5479
case
KnownElements
.XamlStyleSerializer: t = typeof(XamlStyleSerializer); break;
5480
case
KnownElements
.XamlTemplateSerializer: t = typeof(XamlTemplateSerializer); break;
5481
case
KnownElements
.XamlBrushSerializer: t = typeof(XamlBrushSerializer); break;
5482
case
KnownElements
.XamlPoint3DCollectionSerializer: t = typeof(XamlPoint3DCollectionSerializer); break;
5483
case
KnownElements
.XamlVector3DCollectionSerializer: t = typeof(XamlVector3DCollectionSerializer); break;
5484
case
KnownElements
.XamlPointCollectionSerializer: t = typeof(XamlPointCollectionSerializer); break;
5485
case
KnownElements
.XamlInt32CollectionSerializer: t = typeof(XamlInt32CollectionSerializer); break;
5486
case
KnownElements
.XamlPathDataSerializer: t = typeof(XamlPathDataSerializer); break;
5487
case
KnownElements
.TypeTypeConverter: t = typeof(TypeTypeConverter); break;
5488
case
KnownElements
.Boolean: t = typeof(Boolean); break;
5489
case
KnownElements
.Int16: t = typeof(Int16); break;
5490
case
KnownElements
.Int32: t = typeof(Int32); break;
5491
case
KnownElements
.Int64: t = typeof(Int64); break;
5492
case
KnownElements
.UInt16: t = typeof(UInt16); break;
5493
case
KnownElements
.UInt32: t = typeof(UInt32); break;
5494
case
KnownElements
.UInt64: t = typeof(UInt64); break;
5495
case
KnownElements
.Single: t = typeof(Single); break;
5496
case
KnownElements
.Double: t = typeof(Double); break;
5497
case
KnownElements
.Object: t = typeof(Object); break;
5498
case
KnownElements
.String: t = typeof(String); break;
5499
case
KnownElements
.Byte: t = typeof(Byte); break;
5500
case
KnownElements
.SByte: t = typeof(SByte); break;
5501
case
KnownElements
.Char: t = typeof(Char); break;
5502
case
KnownElements
.Decimal: t = typeof(Decimal); break;
5503
case
KnownElements
.TimeSpan: t = typeof(TimeSpan); break;
5504
case
KnownElements
.Guid: t = typeof(Guid); break;
5505
case
KnownElements
.DateTime: t = typeof(DateTime); break;
5506
case
KnownElements
.Uri: t = typeof(Uri); break;
5507
case
KnownElements
.CultureInfo: t = typeof(CultureInfo); break;
5508
case
KnownElements
.EnumConverter: t = typeof(EnumConverter); break;
5509
case
KnownElements
.NullableConverter: t = typeof(NullableConverter); break;
5510
case
KnownElements
.BooleanConverter: t = typeof(BooleanConverter); break;
5511
case
KnownElements
.Int16Converter: t = typeof(Int16Converter); break;
5512
case
KnownElements
.Int32Converter: t = typeof(Int32Converter); break;
5513
case
KnownElements
.Int64Converter: t = typeof(Int64Converter); break;
5514
case
KnownElements
.UInt16Converter: t = typeof(UInt16Converter); break;
5515
case
KnownElements
.UInt32Converter: t = typeof(UInt32Converter); break;
5516
case
KnownElements
.UInt64Converter: t = typeof(UInt64Converter); break;
5517
case
KnownElements
.SingleConverter: t = typeof(SingleConverter); break;
5518
case
KnownElements
.DoubleConverter: t = typeof(DoubleConverter); break;
5519
case
KnownElements
.StringConverter: t = typeof(StringConverter); break;
5520
case
KnownElements
.ByteConverter: t = typeof(ByteConverter); break;
5521
case
KnownElements
.SByteConverter: t = typeof(SByteConverter); break;
5522
case
KnownElements
.CharConverter: t = typeof(CharConverter); break;
5523
case
KnownElements
.DecimalConverter: t = typeof(DecimalConverter); break;
5524
case
KnownElements
.TimeSpanConverter: t = typeof(TimeSpanConverter); break;
5525
case
KnownElements
.GuidConverter: t = typeof(GuidConverter); break;
5526
case
KnownElements
.CultureInfoConverter: t = typeof(CultureInfoConverter); break;
5527
case
KnownElements
.DateTimeConverter: t = typeof(DateTimeConverter); break;
5528
case
KnownElements
.DateTimeConverter2: t = typeof(DateTimeConverter2); break;
5529
case
KnownElements
.UriTypeConverter: t = typeof(UriTypeConverter); break;
Framework\System\Windows\Markup\KnownTypesHelper.cs (2)
26
private static TypeIndexer _typeIndexer = new TypeIndexer((int)
KnownElements
.MaxElement);
59
t = InitializeOneType((
KnownElements
)index);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (21)
169
private
KnownElements
GetKnownExtensionFromType(Type extensionType, out string propName)
171
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == extensionType)
174
return
KnownElements
.TypeExtension;
176
else if (KnownTypes.Types[(int)
KnownElements
.StaticExtension] == extensionType)
179
return
KnownElements
.StaticExtension;
181
else if (KnownTypes.Types[(int)
KnownElements
.TemplateBindingExtension] == extensionType)
184
return
KnownElements
.TemplateBindingExtension;
186
else if (KnownTypes.Types[(int)
KnownElements
.DynamicResourceExtension] == extensionType)
189
return
KnownElements
.DynamicResourceExtension;
191
else if (KnownTypes.Types[(int)
KnownElements
.StaticResourceExtension] == extensionType)
194
return
KnownElements
.StaticResourceExtension;
214
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == extensionType)
263
KnownElements
knownExtensionTypeId = GetKnownExtensionFromType(extensionType, out propName);
265
if (knownExtensionTypeId !=
KnownElements
.UnknownElement)
274
case
KnownElements
.DynamicResourceExtension:
275
case
KnownElements
.StaticResourceExtension:
529
if (KnownTypes.Types[(int)
KnownElements
.TypeExtension] == targetType)
534
extensionId = (short)
KnownElements
.TypeExtension;
536
else if (KnownTypes.Types[(int)
KnownElements
.StaticExtension] == targetType)
540
extensionId = (short)
KnownElements
.StaticExtension;
613
else if (!KnownTypes.Types[(int)
KnownElements
.MarkupExtension].IsAssignableFrom(targetType))
Framework\System\Windows\Markup\StyleXamlParser.cs (11)
647
if (KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType))
669
(xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.Trigger] ||
670
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiTrigger] ||
671
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.DataTrigger] ||
672
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiDataTrigger] ||
673
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventTrigger]))
678
(KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType)))
708
if (xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventSetter])
1245
string assemblyName = KnownTypes.Types[(int)
KnownElements
.EventSetter].Assembly.FullName;
1252
KnownTypes.Types[(int)
KnownElements
.EventSetter].FullName,
1253
KnownTypes.Types[(int)
KnownElements
.EventSetter],
Framework\System\Windows\Markup\TemplateXamlParser.cs (16)
664
if (KnownTypes.Types[(int)
KnownElements
.ControlTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
666
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.Control];
668
else if (KnownTypes.Types[(int)
KnownElements
.DataTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
670
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.ContentPresenter];
680
_templateKeyType = KnownTypes.Types[(int)
KnownElements
.DataTemplateKey];
684
else if (KnownTypes.Types[(int)
KnownElements
.ItemsPanelTemplate].IsAssignableFrom(xamlElementStartNode.ElementType))
686
_defaultTargetType = KnownTypes.Types[(int)
KnownElements
.ItemsPresenter];
706
(xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.Trigger] ||
707
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiTrigger] ||
708
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.DataTrigger] ||
709
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.MultiDataTrigger] ||
710
xamlElementStartNode.ElementType == KnownTypes.Types[(int)
KnownElements
.EventTrigger]))
715
(KnownTypes.Types[(int)
KnownElements
.SetterBase].IsAssignableFrom(xamlElementStartNode.ElementType)))
854
!KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(elementType)
856
!KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(elementType))
1547
if (!KnownTypes.Types[(int)
KnownElements
.DataTrigger].IsAssignableFrom(t))
Framework\System\Windows\Markup\XamlReaderHelper.cs (29)
798
if (extensionTypeId == (short)
KnownElements
.TypeExtension)
1897
KnownElements
knownElement = (
KnownElements
)(-id);
1917
if (KnownTypes.Types[(int)
KnownElements
.Application].IsAssignableFrom(type) ||
1918
KnownTypes.Types[(int)
KnownElements
.ResourceDictionary].IsAssignableFrom(type))
1924
Type attrType = KnownTypes.Types[(int)
KnownElements
.ContentPropertyAttribute];
1925
Type DOType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1926
Type FEType = KnownTypes.Types[(int)
KnownElements
.FrameworkElement];
1927
Type FCEType = KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement];
2301
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
2974
KnownTypes.Types[(int)
KnownElements
.IComponentConnector].IsAssignableFrom(parentType))
3315
(short)
KnownElements
.TypeExtension,
3362
if (KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(objectType) ||
3363
KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(objectType) ||
3364
KnownTypes.Types[(int)
KnownElements
.Timeline].IsAssignableFrom(objectType) ||
3365
KnownTypes.Types[(int)
KnownElements
.BeginStoryboard].IsAssignableFrom(objectType))
3390
if (KnownTypes.Types[(int)
KnownElements
.Timeline].IsAssignableFrom(objectType))
3418
Type attrType = KnownTypes.Types[(int)
KnownElements
.RuntimeNamePropertyAttribute];
3419
Type TimelineType = KnownTypes.Types[(int)
KnownElements
.Timeline];
3420
Type FEType = KnownTypes.Types[(int)
KnownElements
.FrameworkElement];
3421
Type FCEType = KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement];
3422
Type BSBType = KnownTypes.Types[(int)
KnownElements
.BeginStoryboard];
3690
if (KnownTypes.Types[(int)
KnownElements
.RoutedEvent].IsAssignableFrom(elementBaseType))
4382
KnownTypes.Types[(int)
KnownElements
.MarkupExtension].IsAssignableFrom(currentObjectType))
4656
if (!(objectType == KnownTypes.Types[(int)
KnownElements
.ArrayExtension])
4792
KnownTypes.CanCollectionTypeAcceptStrings( (
KnownElements
) (-collectionTypeID) )
4798
KnownTypes.CanCollectionTypeAcceptStrings( (
KnownElements
) (-collectionTypeID) )
4898
if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)
KnownElements
.ContentWrapperAttribute] )
5664
Type attrType = KnownTypes.Types[(int)
KnownElements
.WhitespaceSignificantCollectionAttribute];
Framework\System\Windows\Markup\XamlTypeMapper.cs (22)
1380
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1543
Type dependencyObjectType = KnownTypes.Types[(int)
KnownElements
.DependencyObject];
1911
if (KnownTypes.Types[(int)
KnownElements
.FrameworkElement].IsAssignableFrom(typeAndSerializer.ObjectType) ||
1912
KnownTypes.Types[(int)
KnownElements
.FrameworkContentElement].IsAssignableFrom(typeAndSerializer.ObjectType))
1914
typeAndSerializer.XmlLangProperty = (KnownTypes.Types[(int)
KnownElements
.FrameworkElement]).GetProperty("Language",
1938
KnownTypes.Types[(int)
KnownElements
.XmlLangPropertyAttribute],
2764
if (objectType == KnownTypes.Types[(int)
KnownElements
.Brush])
2766
return (int)
KnownElements
.XamlBrushSerializer;
2768
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Geometry] ||
2769
objectType == KnownTypes.Types[(int)
KnownElements
.StreamGeometry])
2776
return (int)
KnownElements
.XamlPathDataSerializer;
2778
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Point3DCollection])
2780
return (int)
KnownElements
.XamlPoint3DCollectionSerializer;
2782
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Vector3DCollection])
2784
return (int)
KnownElements
.XamlVector3DCollectionSerializer;
2786
else if (objectType == KnownTypes.Types[(int)
KnownElements
.PointCollection])
2788
return (int)
KnownElements
.XamlPointCollectionSerializer;
2790
else if (objectType == KnownTypes.Types[(int)
KnownElements
.Int32Collection])
2792
return (int)
KnownElements
.XamlInt32CollectionSerializer;
2805
if (objectType == KnownTypes.Types[(int)
KnownElements
.Style])
2809
else if (KnownTypes.Types[(int)
KnownElements
.FrameworkTemplate].IsAssignableFrom(objectType))
3992
if (KnownTypes.Types[(int)
KnownElements
.LineBreak].IsAssignableFrom(type))
Framework\System\Windows\SystemResourceKey.cs (3)
378
if ((KnownTypes.Types[(int)
KnownElements
.MenuItem] == targetType) ||
379
(KnownTypes.Types[(int)
KnownElements
.ToolBar] == targetType) ||
380
(KnownTypes.Types[(int)
KnownElements
.StatusBar] == targetType))