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