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