2774 references to KnownElements
PresentationFramework (2774)
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
813KnownElements knownElement = (KnownElements)(-id);
System\Windows\Markup\AttributeData.cs (2)
107return ExtensionTypeId == (short)KnownElements.TypeExtension; 115return ExtensionTypeId == (short)KnownElements.StaticExtension;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (3)
2071KnownElements typeConverterType = System.Windows.Markup.KnownTypes.GetKnownTypeConverterIdForProperty( 2072(KnownElements)(-1 * declaringTypeId), propertyName); 2073if (typeConverterType == KnownElements.UnknownElement)
System\Windows\Markup\BamlMapTable.cs (49)
94return KnownTypes.CreateKnownElement((KnownElements)(-id)); 125int high = (int)KnownElements.MaxElement - 1; 204internal static KnownElements GetKnownTypeConverterIdFromType(Type type) 206KnownElements tcId; 209tcId = KnownElements.NullableConverter; 213tcId = KnownElements.TypeTypeConverter; 221tcId = KnownTypes.GetKnownTypeConverterId((KnownElements)(-idNumber)); 225tcId = KnownElements.UnknownElement; 236KnownElements tcId = GetKnownTypeConverterIdFromType(type); 239if (tcId != KnownElements.UnknownElement) 256KnownElements typeId = GetKnownTypeConverterIdFromType(type); 263case KnownElements.EnumConverter: 268case KnownElements.NullableConverter: 273case KnownElements.UnknownElement: 320KnownElements id = (KnownElements)(-idNumber); 322KnownElements tcId = KnownTypes.GetKnownTypeConverterId(id); 323if (tcId == KnownElements.UnknownElement) 344KnownElements id = (KnownElements)(-idNumber); 346KnownElements converterId = KnownTypes.GetKnownTypeConverterIdForProperty(id, propName); 347if (converterId == KnownElements.UnknownElement) 445if (-id == (short)KnownElements.Style || 447-id == (short)KnownElements.FrameworkTemplate || 448-id == (short)KnownElements.ControlTemplate || 449-id == (short)KnownElements.DataTemplate || 450-id == (short)KnownElements.HierarchicalDataTemplate || 451-id == (short)KnownElements.ItemsPanelTemplate) 473if (-id == (short)KnownElements.Style) 477-(int) KnownElements.XamlStyleSerializer; 479KnownTypes.Types[(int)KnownElements.XamlStyleSerializer]; 482else if (-id == (short)KnownElements.ControlTemplate || 483-id == (short)KnownElements.DataTemplate || 484-id == (short)KnownElements.HierarchicalDataTemplate || 485-id == (short)KnownElements.ItemsPanelTemplate) 489-(int) KnownElements.XamlTemplateSerializer; 491KnownTypes.Types[(int)KnownElements.XamlTemplateSerializer]; 547switch((KnownElements)(-typeId)) 549case KnownElements.EnumConverter: 560case KnownElements.NullableConverter: 702KnownElements knownElement = KnownTypes.GetKnownElementFromKnownCommonProperty(knownId); 979propertyId = (short)-KnownTypes.GetKnownPropertyAttributeId((KnownElements)(-typeId), memberName); 1339short attributeId = (short)-KnownTypes.GetKnownPropertyAttributeId((KnownElements)(-typeId), fieldName); 1405converterOrSerializerTypeId = (short)KnownElements.EnumConverter; 1501case (short)KnownElements.StaticExtension: 1515case (short)KnownElements.TemplateBindingExtension: 1611index = (int)KnownElements.BooleanConverter; 1613else if (type == KnownTypes.Types[(int)KnownElements.DependencyProperty]) 1615index = (int)KnownElements.DependencyPropertyConverter;
System\Windows\Markup\BamlReader.cs (5)
1048if (sid == (short)KnownElements.DependencyPropertyConverter) 2542case (short)KnownElements.StaticExtension: 2546case (short)KnownElements.TemplateBindingExtension: 2551case (short)KnownElements.DynamicResourceExtension: 2556case (short)KnownElements.StaticResourceExtension:
System\Windows\Markup\BamlRecordReader.cs (15)
1305contentProperty = KnownTypes.GetCollectionForCPA(parent, (KnownElements)(-elementId)); 1424case (short)KnownElements.TypeExtension: 1442case (short)KnownElements.StaticResourceExtension: 1450case (short)KnownElements.DynamicResourceExtension: 1458case (short)KnownElements.StaticExtension: 1467case (short)KnownElements.TemplateBindingExtension: 1520if (positiveElementTypeId == (short)KnownElements.RelativeSource) 2114Debug.Assert(serializerTypeId == (short)KnownElements.DependencyPropertyConverter); 2158if (sid == (short)KnownElements.DependencyPropertyConverter) 2398case (short)KnownElements.StaticExtension: 2402case (short)KnownElements.DynamicResourceExtension: 2407case (short)KnownElements.StaticResourceExtension: 2419case (short)KnownElements.StaticExtension: 2422case (short)KnownElements.DynamicResourceExtension: 2425case (short)KnownElements.StaticResourceExtension:
System\Windows\Markup\BamlRecords.cs (15)
475return (KnownTypes.Types[(int)KnownElements.IAddChildInternal].IsAssignableFrom( parentObjectType )); 992KnownElements elm = (KnownElements)(-typeId); 2484if (serializerTypeId == (short)KnownElements.DependencyPropertyConverter) 2735case (short)KnownElements.EnumConverter: 2769case (short)KnownElements.BooleanConverter: 2775case (short)KnownElements.XamlBrushSerializer: 2782case (short)KnownElements.XamlPathDataSerializer: 2787case (short)KnownElements.XamlPoint3DCollectionSerializer: 2792case (short)KnownElements.XamlVector3DCollectionSerializer: 2797case (short)KnownElements.XamlPointCollectionSerializer: 2802case (short)KnownElements.XamlInt32CollectionSerializer: 3636get { return (short)KnownElements.StaticResourceExtension; } 4709|| (KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(propertyMember.GetType())), 4752KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(PropertyMember.GetType( )) )
System\Windows\Markup\BamlRecordWriter.cs (15)
301else if (CollectingValues && KnownTypes.Types[(int)KnownElements.StaticResourceExtension] == xamlElementNode.ElementType) 315else if (CollectingValues && KnownTypes.Types[(int)KnownElements.DynamicResourceExtension] == xamlElementNode.ElementType) 352KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlElementNode.ElementType) || 353KnownTypes.Types[(int)KnownElements.TypeExtension].IsAssignableFrom(xamlElementNode.ElementType)) 371else if (_deferLoadingSupport && KnownTypes.Types[(int)KnownElements.ResourceDictionary].IsAssignableFrom(xamlElementNode.ElementType)) 794!KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) && 795!KnownTypes.Types[(int)KnownElements.TypeExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) && 796!KnownTypes.Types[(int)KnownElements.ResourceKey].IsAssignableFrom(xamlKeyElementNode.ElementType)) 1005if (converterOrSerializerTypeId == (short)KnownElements.DependencyPropertyConverter) 1070Debug.Assert(extensionTypeId != (short)KnownElements.TypeExtension); 1074if ((extensionTypeId == (short)KnownElements.DynamicResourceExtension) || 1075(extensionTypeId == (short)KnownElements.StaticResourceExtension)) 1108(short)KnownElements.StaticExtension, 1145extensionTypeId == (short)KnownElements.StaticResourceExtension) 1676((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
System\Windows\Markup\KnownTypes.cs (2621)
1120internal static object CreateKnownElement(KnownElements knownElement) 1125case KnownElements.AccessText: o = new System.Windows.Controls.AccessText(); break; 1126case KnownElements.AdornedElementPlaceholder: o = new System.Windows.Controls.AdornedElementPlaceholder(); break; 1127case KnownElements.AdornerDecorator: o = new System.Windows.Documents.AdornerDecorator(); break; 1128case KnownElements.AmbientLight: o = new System.Windows.Media.Media3D.AmbientLight(); break; 1129case KnownElements.Application: o = new System.Windows.Application(); break; 1130case KnownElements.ArcSegment: o = new System.Windows.Media.ArcSegment(); break; 1131case KnownElements.ArrayExtension: o = new System.Windows.Markup.ArrayExtension(); break; 1132case KnownElements.AxisAngleRotation3D: o = new System.Windows.Media.Media3D.AxisAngleRotation3D(); break; 1133case KnownElements.BeginStoryboard: o = new System.Windows.Media.Animation.BeginStoryboard(); break; 1134case KnownElements.BevelBitmapEffect: o = new System.Windows.Media.Effects.BevelBitmapEffect(); break; 1135case KnownElements.BezierSegment: o = new System.Windows.Media.BezierSegment(); break; 1136case KnownElements.Binding: o = new System.Windows.Data.Binding(); break; 1137case KnownElements.BitmapEffectCollection: o = new System.Windows.Media.Effects.BitmapEffectCollection(); break; 1138case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.BitmapEffectGroup(); break; 1139case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.BitmapEffectInput(); break; 1140case KnownElements.BitmapImage: o = new System.Windows.Media.Imaging.BitmapImage(); break; 1141case KnownElements.BlockUIContainer: o = new System.Windows.Documents.BlockUIContainer(); break; 1142case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.BlurBitmapEffect(); break; 1143case KnownElements.BmpBitmapEncoder: o = new System.Windows.Media.Imaging.BmpBitmapEncoder(); break; 1144case KnownElements.Bold: o = new System.Windows.Documents.Bold(); break; 1145case KnownElements.BoolIListConverter: o = new System.Windows.Media.Converters.BoolIListConverter(); break; 1146case KnownElements.BooleanAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames(); break; 1147case KnownElements.BooleanConverter: o = new System.ComponentModel.BooleanConverter(); break; 1148case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.BooleanKeyFrameCollection(); break; 1149case KnownElements.BooleanToVisibilityConverter: o = new System.Windows.Controls.BooleanToVisibilityConverter(); break; 1150case KnownElements.Border: o = new System.Windows.Controls.Border(); break; 1151case KnownElements.BorderGapMaskConverter: o = new System.Windows.Controls.BorderGapMaskConverter(); break; 1152case KnownElements.BrushConverter: o = new System.Windows.Media.BrushConverter(); break; 1153case KnownElements.BulletDecorator: o = new System.Windows.Controls.Primitives.BulletDecorator(); break; 1154case KnownElements.Button: o = new System.Windows.Controls.Button(); break; 1155case KnownElements.ByteAnimation: o = new System.Windows.Media.Animation.ByteAnimation(); break; 1156case KnownElements.ByteAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames(); break; 1157case KnownElements.ByteConverter: o = new System.ComponentModel.ByteConverter(); break; 1158case KnownElements.ByteKeyFrameCollection: o = new System.Windows.Media.Animation.ByteKeyFrameCollection(); break; 1159case KnownElements.Canvas: o = new System.Windows.Controls.Canvas(); break; 1160case KnownElements.CharAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.CharAnimationUsingKeyFrames(); break; 1161case KnownElements.CharConverter: o = new System.ComponentModel.CharConverter(); break; 1162case KnownElements.CharIListConverter: o = new System.Windows.Media.Converters.CharIListConverter(); break; 1163case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break; 1164case KnownElements.CheckBox: o = new System.Windows.Controls.CheckBox(); break; 1165case KnownElements.CollectionContainer: o = new System.Windows.Data.CollectionContainer(); break; 1166case KnownElements.CollectionViewSource: o = new System.Windows.Data.CollectionViewSource(); break; 1167case KnownElements.Color: o = new System.Windows.Media.Color(); break; 1168case KnownElements.ColorAnimation: o = new System.Windows.Media.Animation.ColorAnimation(); break; 1169case KnownElements.ColorAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ColorAnimationUsingKeyFrames(); break; 1170case KnownElements.ColorConvertedBitmap: o = new System.Windows.Media.Imaging.ColorConvertedBitmap(); break; 1171case KnownElements.ColorConvertedBitmapExtension: o = new System.Windows.ColorConvertedBitmapExtension(); break; 1172case KnownElements.ColorConverter: o = new System.Windows.Media.ColorConverter(); break; 1173case KnownElements.ColorKeyFrameCollection: o = new System.Windows.Media.Animation.ColorKeyFrameCollection(); break; 1174case KnownElements.ColumnDefinition: o = new System.Windows.Controls.ColumnDefinition(); break; 1175case KnownElements.CombinedGeometry: o = new System.Windows.Media.CombinedGeometry(); break; 1176case KnownElements.ComboBox: o = new System.Windows.Controls.ComboBox(); break; 1177case KnownElements.ComboBoxItem: o = new System.Windows.Controls.ComboBoxItem(); break; 1178case KnownElements.CommandConverter: o = new System.Windows.Input.CommandConverter(); break; 1179case KnownElements.ComponentResourceKey: o = new System.Windows.ComponentResourceKey(); break; 1180case KnownElements.ComponentResourceKeyConverter: o = new System.Windows.Markup.ComponentResourceKeyConverter(); break; 1181case KnownElements.Condition: o = new System.Windows.Condition(); break; 1182case KnownElements.ContainerVisual: o = new System.Windows.Media.ContainerVisual(); break; 1183case KnownElements.ContentControl: o = new System.Windows.Controls.ContentControl(); break; 1184case KnownElements.ContentElement: o = new System.Windows.ContentElement(); break; 1185case KnownElements.ContentPresenter: o = new System.Windows.Controls.ContentPresenter(); break; 1186case KnownElements.ContextMenu: o = new System.Windows.Controls.ContextMenu(); break; 1187case KnownElements.Control: o = new System.Windows.Controls.Control(); break; 1188case KnownElements.ControlTemplate: o = new System.Windows.Controls.ControlTemplate(); break; 1189case KnownElements.CornerRadius: o = new System.Windows.CornerRadius(); break; 1190case KnownElements.CornerRadiusConverter: o = new System.Windows.CornerRadiusConverter(); break; 1191case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.CroppedBitmap(); break; 1192case KnownElements.CultureInfoConverter: o = new System.ComponentModel.CultureInfoConverter(); break; 1193case KnownElements.CultureInfoIetfLanguageTagConverter: o = new System.Windows.CultureInfoIetfLanguageTagConverter(); break; 1194case KnownElements.CursorConverter: o = new System.Windows.Input.CursorConverter(); break; 1195case KnownElements.DashStyle: o = new System.Windows.Media.DashStyle(); break; 1196case KnownElements.DataTemplate: o = new System.Windows.DataTemplate(); break; 1197case KnownElements.DataTemplateKey: o = new System.Windows.DataTemplateKey(); break; 1198case KnownElements.DataTrigger: o = new System.Windows.DataTrigger(); break; 1199case KnownElements.DateTimeConverter: o = new System.ComponentModel.DateTimeConverter(); break; 1200case KnownElements.DateTimeConverter2: o = new System.Windows.Markup.DateTimeConverter2(); break; 1201case KnownElements.DecimalAnimation: o = new System.Windows.Media.Animation.DecimalAnimation(); break; 1202case KnownElements.DecimalAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames(); break; 1203case KnownElements.DecimalConverter: o = new System.ComponentModel.DecimalConverter(); break; 1204case KnownElements.DecimalKeyFrameCollection: o = new System.Windows.Media.Animation.DecimalKeyFrameCollection(); break; 1205case KnownElements.Decorator: o = new System.Windows.Controls.Decorator(); break; 1206case KnownElements.DependencyObject: o = new System.Windows.DependencyObject(); break; 1207case KnownElements.DependencyPropertyConverter: o = new System.Windows.Markup.DependencyPropertyConverter(); break; 1208case KnownElements.DialogResultConverter: o = new System.Windows.DialogResultConverter(); break; 1209case KnownElements.DiffuseMaterial: o = new System.Windows.Media.Media3D.DiffuseMaterial(); break; 1210case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.DirectionalLight(); break; 1211case KnownElements.DiscreteBooleanKeyFrame: o = new System.Windows.Media.Animation.DiscreteBooleanKeyFrame(); break; 1212case KnownElements.DiscreteByteKeyFrame: o = new System.Windows.Media.Animation.DiscreteByteKeyFrame(); break; 1213case KnownElements.DiscreteCharKeyFrame: o = new System.Windows.Media.Animation.DiscreteCharKeyFrame(); break; 1214case KnownElements.DiscreteColorKeyFrame: o = new System.Windows.Media.Animation.DiscreteColorKeyFrame(); break; 1215case KnownElements.DiscreteDecimalKeyFrame: o = new System.Windows.Media.Animation.DiscreteDecimalKeyFrame(); break; 1216case KnownElements.DiscreteDoubleKeyFrame: o = new System.Windows.Media.Animation.DiscreteDoubleKeyFrame(); break; 1217case KnownElements.DiscreteInt16KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt16KeyFrame(); break; 1218case KnownElements.DiscreteInt32KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt32KeyFrame(); break; 1219case KnownElements.DiscreteInt64KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt64KeyFrame(); break; 1220case KnownElements.DiscreteMatrixKeyFrame: o = new System.Windows.Media.Animation.DiscreteMatrixKeyFrame(); break; 1221case KnownElements.DiscreteObjectKeyFrame: o = new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); break; 1222case KnownElements.DiscretePoint3DKeyFrame: o = new System.Windows.Media.Animation.DiscretePoint3DKeyFrame(); break; 1223case KnownElements.DiscretePointKeyFrame: o = new System.Windows.Media.Animation.DiscretePointKeyFrame(); break; 1224case KnownElements.DiscreteQuaternionKeyFrame: o = new System.Windows.Media.Animation.DiscreteQuaternionKeyFrame(); break; 1225case KnownElements.DiscreteRectKeyFrame: o = new System.Windows.Media.Animation.DiscreteRectKeyFrame(); break; 1226case KnownElements.DiscreteRotation3DKeyFrame: o = new System.Windows.Media.Animation.DiscreteRotation3DKeyFrame(); break; 1227case KnownElements.DiscreteSingleKeyFrame: o = new System.Windows.Media.Animation.DiscreteSingleKeyFrame(); break; 1228case KnownElements.DiscreteSizeKeyFrame: o = new System.Windows.Media.Animation.DiscreteSizeKeyFrame(); break; 1229case KnownElements.DiscreteStringKeyFrame: o = new System.Windows.Media.Animation.DiscreteStringKeyFrame(); break; 1230case KnownElements.DiscreteThicknessKeyFrame: o = new System.Windows.Media.Animation.DiscreteThicknessKeyFrame(); break; 1231case KnownElements.DiscreteVector3DKeyFrame: o = new System.Windows.Media.Animation.DiscreteVector3DKeyFrame(); break; 1232case KnownElements.DiscreteVectorKeyFrame: o = new System.Windows.Media.Animation.DiscreteVectorKeyFrame(); break; 1233case KnownElements.DockPanel: o = new System.Windows.Controls.DockPanel(); break; 1234case KnownElements.DocumentPageView: o = new System.Windows.Controls.Primitives.DocumentPageView(); break; 1235case KnownElements.DocumentReference: o = new System.Windows.Documents.DocumentReference(); break; 1236case KnownElements.DocumentViewer: o = new System.Windows.Controls.DocumentViewer(); break; 1237case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break; 1238case KnownElements.DoubleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); break; 1239case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.DoubleAnimationUsingPath(); break; 1240case KnownElements.DoubleCollection: o = new System.Windows.Media.DoubleCollection(); break; 1241case KnownElements.DoubleCollectionConverter: o = new System.Windows.Media.DoubleCollectionConverter(); break; 1242case KnownElements.DoubleConverter: o = new System.ComponentModel.DoubleConverter(); break; 1243case KnownElements.DoubleIListConverter: o = new System.Windows.Media.Converters.DoubleIListConverter(); break; 1244case KnownElements.DoubleKeyFrameCollection: o = new System.Windows.Media.Animation.DoubleKeyFrameCollection(); break; 1245case KnownElements.DrawingBrush: o = new System.Windows.Media.DrawingBrush(); break; 1246case KnownElements.DrawingCollection: o = new System.Windows.Media.DrawingCollection(); break; 1247case KnownElements.DrawingGroup: o = new System.Windows.Media.DrawingGroup(); break; 1248case KnownElements.DrawingImage: o = new System.Windows.Media.DrawingImage(); break; 1249case KnownElements.DrawingVisual: o = new System.Windows.Media.DrawingVisual(); break; 1250case KnownElements.DropShadowBitmapEffect: o = new System.Windows.Media.Effects.DropShadowBitmapEffect(); break; 1251case KnownElements.Duration: o = new System.Windows.Duration(); break; 1252case KnownElements.DurationConverter: o = new System.Windows.DurationConverter(); break; 1253case KnownElements.DynamicResourceExtension: o = new System.Windows.DynamicResourceExtension(); break; 1254case KnownElements.DynamicResourceExtensionConverter: o = new System.Windows.DynamicResourceExtensionConverter(); break; 1255case KnownElements.Ellipse: o = new System.Windows.Shapes.Ellipse(); break; 1256case KnownElements.EllipseGeometry: o = new System.Windows.Media.EllipseGeometry(); break; 1257case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.EmbossBitmapEffect(); break; 1258case KnownElements.EmissiveMaterial: o = new System.Windows.Media.Media3D.EmissiveMaterial(); break; 1259case KnownElements.EventSetter: o = new System.Windows.EventSetter(); break; 1260case KnownElements.EventTrigger: o = new System.Windows.EventTrigger(); break; 1261case KnownElements.Expander: o = new System.Windows.Controls.Expander(); break; 1262case KnownElements.ExpressionConverter: o = new System.Windows.ExpressionConverter(); break; 1263case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break; 1264case KnownElements.FigureLength: o = new System.Windows.FigureLength(); break; 1265case KnownElements.FigureLengthConverter: o = new System.Windows.FigureLengthConverter(); break; 1266case KnownElements.FixedDocument: o = new System.Windows.Documents.FixedDocument(); break; 1267case KnownElements.FixedDocumentSequence: o = new System.Windows.Documents.FixedDocumentSequence(); break; 1268case KnownElements.FixedPage: o = new System.Windows.Documents.FixedPage(); break; 1269case KnownElements.Floater: o = new System.Windows.Documents.Floater(); break; 1270case KnownElements.FlowDocument: o = new System.Windows.Documents.FlowDocument(); break; 1271case KnownElements.FlowDocumentPageViewer: o = new System.Windows.Controls.FlowDocumentPageViewer(); break; 1272case KnownElements.FlowDocumentReader: o = new System.Windows.Controls.FlowDocumentReader(); break; 1273case KnownElements.FlowDocumentScrollViewer: o = new System.Windows.Controls.FlowDocumentScrollViewer(); break; 1274case KnownElements.FontFamily: o = new System.Windows.Media.FontFamily(); break; 1275case KnownElements.FontFamilyConverter: o = new System.Windows.Media.FontFamilyConverter(); break; 1276case KnownElements.FontSizeConverter: o = new System.Windows.FontSizeConverter(); break; 1277case KnownElements.FontStretch: o = new System.Windows.FontStretch(); break; 1278case KnownElements.FontStretchConverter: o = new System.Windows.FontStretchConverter(); break; 1279case KnownElements.FontStyle: o = new System.Windows.FontStyle(); break; 1280case KnownElements.FontStyleConverter: o = new System.Windows.FontStyleConverter(); break; 1281case KnownElements.FontWeight: o = new System.Windows.FontWeight(); break; 1282case KnownElements.FontWeightConverter: o = new System.Windows.FontWeightConverter(); break; 1283case KnownElements.FormatConvertedBitmap: o = new System.Windows.Media.Imaging.FormatConvertedBitmap(); break; 1284case KnownElements.Frame: o = new System.Windows.Controls.Frame(); break; 1285case KnownElements.FrameworkContentElement: o = new System.Windows.FrameworkContentElement(); break; 1286case KnownElements.FrameworkElement: o = new System.Windows.FrameworkElement(); break; 1287case KnownElements.FrameworkElementFactory: o = new System.Windows.FrameworkElementFactory(); break; 1288case KnownElements.FrameworkPropertyMetadata: o = new System.Windows.FrameworkPropertyMetadata(); break; 1289case KnownElements.GeneralTransformCollection: o = new System.Windows.Media.GeneralTransformCollection(); break; 1290case KnownElements.GeneralTransformGroup: o = new System.Windows.Media.GeneralTransformGroup(); break; 1291case KnownElements.GeometryCollection: o = new System.Windows.Media.GeometryCollection(); break; 1292case KnownElements.GeometryConverter: o = new System.Windows.Media.GeometryConverter(); break; 1293case KnownElements.GeometryDrawing: o = new System.Windows.Media.GeometryDrawing(); break; 1294case KnownElements.GeometryGroup: o = new System.Windows.Media.GeometryGroup(); break; 1295case KnownElements.GeometryModel3D: o = new System.Windows.Media.Media3D.GeometryModel3D(); break; 1296case KnownElements.GestureRecognizer: o = new System.Windows.Ink.GestureRecognizer(); break; 1297case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.GifBitmapEncoder(); break; 1298case KnownElements.GlyphRun: o = new System.Windows.Media.GlyphRun(); break; 1299case KnownElements.GlyphRunDrawing: o = new System.Windows.Media.GlyphRunDrawing(); break; 1300case KnownElements.GlyphTypeface: o = new System.Windows.Media.GlyphTypeface(); break; 1301case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break; 1302case KnownElements.GradientStop: o = new System.Windows.Media.GradientStop(); break; 1303case KnownElements.GradientStopCollection: o = new System.Windows.Media.GradientStopCollection(); break; 1304case KnownElements.Grid: o = new System.Windows.Controls.Grid(); break; 1305case KnownElements.GridLength: o = new System.Windows.GridLength(); break; 1306case KnownElements.GridLengthConverter: o = new System.Windows.GridLengthConverter(); break; 1307case KnownElements.GridSplitter: o = new System.Windows.Controls.GridSplitter(); break; 1308case KnownElements.GridView: o = new System.Windows.Controls.GridView(); break; 1309case KnownElements.GridViewColumn: o = new System.Windows.Controls.GridViewColumn(); break; 1310case KnownElements.GridViewColumnHeader: o = new System.Windows.Controls.GridViewColumnHeader(); break; 1311case KnownElements.GridViewHeaderRowPresenter: o = new System.Windows.Controls.GridViewHeaderRowPresenter(); break; 1312case KnownElements.GridViewRowPresenter: o = new System.Windows.Controls.GridViewRowPresenter(); break; 1313case KnownElements.GroupBox: o = new System.Windows.Controls.GroupBox(); break; 1314case KnownElements.GroupItem: o = new System.Windows.Controls.GroupItem(); break; 1315case KnownElements.GuidConverter: o = new System.ComponentModel.GuidConverter(); break; 1316case KnownElements.GuidelineSet: o = new System.Windows.Media.GuidelineSet(); break; 1317case KnownElements.HeaderedContentControl: o = new System.Windows.Controls.HeaderedContentControl(); break; 1318case KnownElements.HeaderedItemsControl: o = new System.Windows.Controls.HeaderedItemsControl(); break; 1319case KnownElements.HierarchicalDataTemplate: o = new System.Windows.HierarchicalDataTemplate(); break; 1320case KnownElements.HostVisual: o = new System.Windows.Media.HostVisual(); break; 1321case KnownElements.Hyperlink: o = new System.Windows.Documents.Hyperlink(); break; 1322case KnownElements.Image: o = new System.Windows.Controls.Image(); break; 1323case KnownElements.ImageBrush: o = new System.Windows.Media.ImageBrush(); break; 1324case KnownElements.ImageDrawing: o = new System.Windows.Media.ImageDrawing(); break; 1325case KnownElements.ImageSourceConverter: o = new System.Windows.Media.ImageSourceConverter(); break; 1326case KnownElements.InkCanvas: o = new System.Windows.Controls.InkCanvas(); break; 1327case KnownElements.InkPresenter: o = new System.Windows.Controls.InkPresenter(); break; 1328case KnownElements.InlineUIContainer: o = new System.Windows.Documents.InlineUIContainer(); break; 1329case KnownElements.InputScope: o = new System.Windows.Input.InputScope(); break; 1330case KnownElements.InputScopeConverter: o = new System.Windows.Input.InputScopeConverter(); break; 1331case KnownElements.InputScopeName: o = new System.Windows.Input.InputScopeName(); break; 1332case KnownElements.InputScopeNameConverter: o = new System.Windows.Input.InputScopeNameConverter(); break; 1333case KnownElements.Int16Animation: o = new System.Windows.Media.Animation.Int16Animation(); break; 1334case KnownElements.Int16AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int16AnimationUsingKeyFrames(); break; 1335case KnownElements.Int16Converter: o = new System.ComponentModel.Int16Converter(); break; 1336case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break; 1337case KnownElements.Int32Animation: o = new System.Windows.Media.Animation.Int32Animation(); break; 1338case KnownElements.Int32AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int32AnimationUsingKeyFrames(); break; 1339case KnownElements.Int32Collection: o = new System.Windows.Media.Int32Collection(); break; 1340case KnownElements.Int32CollectionConverter: o = new System.Windows.Media.Int32CollectionConverter(); break; 1341case KnownElements.Int32Converter: o = new System.ComponentModel.Int32Converter(); break; 1342case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.Int32KeyFrameCollection(); break; 1343case KnownElements.Int32Rect: o = new System.Windows.Int32Rect(); break; 1344case KnownElements.Int32RectConverter: o = new System.Windows.Int32RectConverter(); break; 1345case KnownElements.Int64Animation: o = new System.Windows.Media.Animation.Int64Animation(); break; 1346case KnownElements.Int64AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int64AnimationUsingKeyFrames(); break; 1347case KnownElements.Int64Converter: o = new System.ComponentModel.Int64Converter(); break; 1348case KnownElements.Int64KeyFrameCollection: o = new System.Windows.Media.Animation.Int64KeyFrameCollection(); break; 1349case KnownElements.Italic: o = new System.Windows.Documents.Italic(); break; 1350case KnownElements.ItemsControl: o = new System.Windows.Controls.ItemsControl(); break; 1351case KnownElements.ItemsPanelTemplate: o = new System.Windows.Controls.ItemsPanelTemplate(); break; 1352case KnownElements.ItemsPresenter: o = new System.Windows.Controls.ItemsPresenter(); break; 1353case KnownElements.JournalEntryListConverter: o = new System.Windows.Navigation.JournalEntryListConverter(); break; 1354case KnownElements.JournalEntryUnifiedViewConverter: o = new System.Windows.Navigation.JournalEntryUnifiedViewConverter(); break; 1355case KnownElements.JpegBitmapEncoder: o = new System.Windows.Media.Imaging.JpegBitmapEncoder(); break; 1356case KnownElements.KeyBinding: o = new System.Windows.Input.KeyBinding(); break; 1357case KnownElements.KeyConverter: o = new System.Windows.Input.KeyConverter(); break; 1358case KnownElements.KeyGestureConverter: o = new System.Windows.Input.KeyGestureConverter(); break; 1359case KnownElements.KeySpline: o = new System.Windows.Media.Animation.KeySpline(); break; 1360case KnownElements.KeySplineConverter: o = new System.Windows.KeySplineConverter(); break; 1361case KnownElements.KeyTime: o = new System.Windows.Media.Animation.KeyTime(); break; 1362case KnownElements.KeyTimeConverter: o = new System.Windows.KeyTimeConverter(); break; 1363case KnownElements.Label: o = new System.Windows.Controls.Label(); break; 1364case KnownElements.LengthConverter: o = new System.Windows.LengthConverter(); break; 1365case KnownElements.Line: o = new System.Windows.Shapes.Line(); break; 1366case KnownElements.LineBreak: o = new System.Windows.Documents.LineBreak(); break; 1367case KnownElements.LineGeometry: o = new System.Windows.Media.LineGeometry(); break; 1368case KnownElements.LineSegment: o = new System.Windows.Media.LineSegment(); break; 1369case KnownElements.LinearByteKeyFrame: o = new System.Windows.Media.Animation.LinearByteKeyFrame(); break; 1370case KnownElements.LinearColorKeyFrame: o = new System.Windows.Media.Animation.LinearColorKeyFrame(); break; 1371case KnownElements.LinearDecimalKeyFrame: o = new System.Windows.Media.Animation.LinearDecimalKeyFrame(); break; 1372case KnownElements.LinearDoubleKeyFrame: o = new System.Windows.Media.Animation.LinearDoubleKeyFrame(); break; 1373case KnownElements.LinearGradientBrush: o = new System.Windows.Media.LinearGradientBrush(); break; 1374case KnownElements.LinearInt16KeyFrame: o = new System.Windows.Media.Animation.LinearInt16KeyFrame(); break; 1375case KnownElements.LinearInt32KeyFrame: o = new System.Windows.Media.Animation.LinearInt32KeyFrame(); break; 1376case KnownElements.LinearInt64KeyFrame: o = new System.Windows.Media.Animation.LinearInt64KeyFrame(); break; 1377case KnownElements.LinearPoint3DKeyFrame: o = new System.Windows.Media.Animation.LinearPoint3DKeyFrame(); break; 1378case KnownElements.LinearPointKeyFrame: o = new System.Windows.Media.Animation.LinearPointKeyFrame(); break; 1379case KnownElements.LinearQuaternionKeyFrame: o = new System.Windows.Media.Animation.LinearQuaternionKeyFrame(); break; 1380case KnownElements.LinearRectKeyFrame: o = new System.Windows.Media.Animation.LinearRectKeyFrame(); break; 1381case KnownElements.LinearRotation3DKeyFrame: o = new System.Windows.Media.Animation.LinearRotation3DKeyFrame(); break; 1382case KnownElements.LinearSingleKeyFrame: o = new System.Windows.Media.Animation.LinearSingleKeyFrame(); break; 1383case KnownElements.LinearSizeKeyFrame: o = new System.Windows.Media.Animation.LinearSizeKeyFrame(); break; 1384case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.LinearThicknessKeyFrame(); break; 1385case KnownElements.LinearVector3DKeyFrame: o = new System.Windows.Media.Animation.LinearVector3DKeyFrame(); break; 1386case KnownElements.LinearVectorKeyFrame: o = new System.Windows.Media.Animation.LinearVectorKeyFrame(); break; 1387case KnownElements.List: o = new System.Windows.Documents.List(); break; 1388case KnownElements.ListBox: o = new System.Windows.Controls.ListBox(); break; 1389case KnownElements.ListBoxItem: o = new System.Windows.Controls.ListBoxItem(); break; 1390case KnownElements.ListItem: o = new System.Windows.Documents.ListItem(); break; 1391case KnownElements.ListView: o = new System.Windows.Controls.ListView(); break; 1392case KnownElements.ListViewItem: o = new System.Windows.Controls.ListViewItem(); break; 1393case KnownElements.MaterialCollection: o = new System.Windows.Media.Media3D.MaterialCollection(); break; 1394case KnownElements.MaterialGroup: o = new System.Windows.Media.Media3D.MaterialGroup(); break; 1395case KnownElements.Matrix: o = new System.Windows.Media.Matrix(); break; 1396case KnownElements.Matrix3D: o = new System.Windows.Media.Media3D.Matrix3D(); break; 1397case KnownElements.Matrix3DConverter: o = new System.Windows.Media.Media3D.Matrix3DConverter(); break; 1398case KnownElements.MatrixAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames(); break; 1399case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break; 1400case KnownElements.MatrixCamera: o = new System.Windows.Media.Media3D.MatrixCamera(); break; 1401case KnownElements.MatrixConverter: o = new System.Windows.Media.MatrixConverter(); break; 1402case KnownElements.MatrixKeyFrameCollection: o = new System.Windows.Media.Animation.MatrixKeyFrameCollection(); break; 1403case KnownElements.MatrixTransform: o = new System.Windows.Media.MatrixTransform(); break; 1404case KnownElements.MatrixTransform3D: o = new System.Windows.Media.Media3D.MatrixTransform3D(); break; 1405case KnownElements.MediaElement: o = new System.Windows.Controls.MediaElement(); break; 1406case KnownElements.MediaPlayer: o = new System.Windows.Media.MediaPlayer(); break; 1407case KnownElements.MediaTimeline: o = new System.Windows.Media.MediaTimeline(); break; 1408case KnownElements.Menu: o = new System.Windows.Controls.Menu(); break; 1409case KnownElements.MenuItem: o = new System.Windows.Controls.MenuItem(); break; 1410case KnownElements.MenuScrollingVisibilityConverter: o = new System.Windows.Controls.MenuScrollingVisibilityConverter(); break; 1411case KnownElements.MeshGeometry3D: o = new System.Windows.Media.Media3D.MeshGeometry3D(); break; 1412case KnownElements.Model3DCollection: o = new System.Windows.Media.Media3D.Model3DCollection(); break; 1413case KnownElements.Model3DGroup: o = new System.Windows.Media.Media3D.Model3DGroup(); break; 1414case KnownElements.ModelVisual3D: o = new System.Windows.Media.Media3D.ModelVisual3D(); break; 1415case KnownElements.ModifierKeysConverter: o = new System.Windows.Input.ModifierKeysConverter(); break; 1416case KnownElements.MouseActionConverter: o = new System.Windows.Input.MouseActionConverter(); break; 1417case KnownElements.MouseBinding: o = new System.Windows.Input.MouseBinding(); break; 1418case KnownElements.MouseGesture: o = new System.Windows.Input.MouseGesture(); break; 1419case KnownElements.MouseGestureConverter: o = new System.Windows.Input.MouseGestureConverter(); break; 1420case KnownElements.MultiBinding: o = new System.Windows.Data.MultiBinding(); break; 1421case KnownElements.MultiDataTrigger: o = new System.Windows.MultiDataTrigger(); break; 1422case KnownElements.MultiTrigger: o = new System.Windows.MultiTrigger(); break; 1423case KnownElements.NameScope: o = new System.Windows.NameScope(); break; 1424case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break; 1425case KnownElements.NullExtension: o = new System.Windows.Markup.NullExtension(); break; 1426case KnownElements.NullableBoolConverter: o = new System.Windows.NullableBoolConverter(); break; 1427case KnownElements.NumberSubstitution: o = new System.Windows.Media.NumberSubstitution(); break; 1428case KnownElements.Object: o = new System.Object(); break; 1429case KnownElements.ObjectAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames(); break; 1430case KnownElements.ObjectDataProvider: o = new System.Windows.Data.ObjectDataProvider(); break; 1431case KnownElements.ObjectKeyFrameCollection: o = new System.Windows.Media.Animation.ObjectKeyFrameCollection(); break; 1432case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.OrthographicCamera(); break; 1433case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.OuterGlowBitmapEffect(); break; 1434case KnownElements.Page: o = new System.Windows.Controls.Page(); break; 1435case KnownElements.PageContent: o = new System.Windows.Documents.PageContent(); break; 1436case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 1437case KnownElements.ParallelTimeline: o = new System.Windows.Media.Animation.ParallelTimeline(); break; 1438case KnownElements.ParserContext: o = new System.Windows.Markup.ParserContext(); break; 1439case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break; 1440case KnownElements.Path: o = new System.Windows.Shapes.Path(); break; 1441case KnownElements.PathFigure: o = new System.Windows.Media.PathFigure(); break; 1442case KnownElements.PathFigureCollection: o = new System.Windows.Media.PathFigureCollection(); break; 1443case KnownElements.PathFigureCollectionConverter: o = new System.Windows.Media.PathFigureCollectionConverter(); break; 1444case KnownElements.PathGeometry: o = new System.Windows.Media.PathGeometry(); break; 1445case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break; 1446case KnownElements.PauseStoryboard: o = new System.Windows.Media.Animation.PauseStoryboard(); break; 1447case KnownElements.Pen: o = new System.Windows.Media.Pen(); break; 1448case KnownElements.PerspectiveCamera: o = new System.Windows.Media.Media3D.PerspectiveCamera(); break; 1449case KnownElements.PixelFormat: o = new System.Windows.Media.PixelFormat(); break; 1450case KnownElements.PixelFormatConverter: o = new System.Windows.Media.PixelFormatConverter(); break; 1451case KnownElements.PngBitmapEncoder: o = new System.Windows.Media.Imaging.PngBitmapEncoder(); break; 1452case KnownElements.Point: o = new System.Windows.Point(); break; 1453case KnownElements.Point3D: o = new System.Windows.Media.Media3D.Point3D(); break; 1454case KnownElements.Point3DAnimation: o = new System.Windows.Media.Animation.Point3DAnimation(); break; 1455case KnownElements.Point3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames(); break; 1456case KnownElements.Point3DCollection: o = new System.Windows.Media.Media3D.Point3DCollection(); break; 1457case KnownElements.Point3DCollectionConverter: o = new System.Windows.Media.Media3D.Point3DCollectionConverter(); break; 1458case KnownElements.Point3DConverter: o = new System.Windows.Media.Media3D.Point3DConverter(); break; 1459case KnownElements.Point3DKeyFrameCollection: o = new System.Windows.Media.Animation.Point3DKeyFrameCollection(); break; 1460case KnownElements.Point4D: o = new System.Windows.Media.Media3D.Point4D(); break; 1461case KnownElements.Point4DConverter: o = new System.Windows.Media.Media3D.Point4DConverter(); break; 1462case KnownElements.PointAnimation: o = new System.Windows.Media.Animation.PointAnimation(); break; 1463case KnownElements.PointAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.PointAnimationUsingKeyFrames(); break; 1464case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.PointAnimationUsingPath(); break; 1465case KnownElements.PointCollection: o = new System.Windows.Media.PointCollection(); break; 1466case KnownElements.PointCollectionConverter: o = new System.Windows.Media.PointCollectionConverter(); break; 1467case KnownElements.PointConverter: o = new System.Windows.PointConverter(); break; 1468case KnownElements.PointIListConverter: o = new System.Windows.Media.Converters.PointIListConverter(); break; 1469case KnownElements.PointKeyFrameCollection: o = new System.Windows.Media.Animation.PointKeyFrameCollection(); break; 1470case KnownElements.PointLight: o = new System.Windows.Media.Media3D.PointLight(); break; 1471case KnownElements.PolyBezierSegment: o = new System.Windows.Media.PolyBezierSegment(); break; 1472case KnownElements.PolyLineSegment: o = new System.Windows.Media.PolyLineSegment(); break; 1473case KnownElements.PolyQuadraticBezierSegment: o = new System.Windows.Media.PolyQuadraticBezierSegment(); break; 1474case KnownElements.Polygon: o = new System.Windows.Shapes.Polygon(); break; 1475case KnownElements.Polyline: o = new System.Windows.Shapes.Polyline(); break; 1476case KnownElements.Popup: o = new System.Windows.Controls.Primitives.Popup(); break; 1477case KnownElements.PriorityBinding: o = new System.Windows.Data.PriorityBinding(); break; 1478case KnownElements.ProgressBar: o = new System.Windows.Controls.ProgressBar(); break; 1479case KnownElements.PropertyPathConverter: o = new System.Windows.PropertyPathConverter(); break; 1480case KnownElements.QuadraticBezierSegment: o = new System.Windows.Media.QuadraticBezierSegment(); break; 1481case KnownElements.Quaternion: o = new System.Windows.Media.Media3D.Quaternion(); break; 1482case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break; 1483case KnownElements.QuaternionAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames(); break; 1484case KnownElements.QuaternionConverter: o = new System.Windows.Media.Media3D.QuaternionConverter(); break; 1485case KnownElements.QuaternionKeyFrameCollection: o = new System.Windows.Media.Animation.QuaternionKeyFrameCollection(); break; 1486case KnownElements.QuaternionRotation3D: o = new System.Windows.Media.Media3D.QuaternionRotation3D(); break; 1487case KnownElements.RadialGradientBrush: o = new System.Windows.Media.RadialGradientBrush(); break; 1488case KnownElements.RadioButton: o = new System.Windows.Controls.RadioButton(); break; 1489case KnownElements.Rect: o = new System.Windows.Rect(); break; 1490case KnownElements.Rect3D: o = new System.Windows.Media.Media3D.Rect3D(); break; 1491case KnownElements.Rect3DConverter: o = new System.Windows.Media.Media3D.Rect3DConverter(); break; 1492case KnownElements.RectAnimation: o = new System.Windows.Media.Animation.RectAnimation(); break; 1493case KnownElements.RectAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.RectAnimationUsingKeyFrames(); break; 1494case KnownElements.RectConverter: o = new System.Windows.RectConverter(); break; 1495case KnownElements.RectKeyFrameCollection: o = new System.Windows.Media.Animation.RectKeyFrameCollection(); break; 1496case KnownElements.Rectangle: o = new System.Windows.Shapes.Rectangle(); break; 1497case KnownElements.RectangleGeometry: o = new System.Windows.Media.RectangleGeometry(); break; 1498case KnownElements.RelativeSource: o = new System.Windows.Data.RelativeSource(); break; 1499case KnownElements.RemoveStoryboard: o = new System.Windows.Media.Animation.RemoveStoryboard(); break; 1500case KnownElements.RepeatBehavior: o = new System.Windows.Media.Animation.RepeatBehavior(); break; 1501case KnownElements.RepeatBehaviorConverter: o = new System.Windows.Media.Animation.RepeatBehaviorConverter(); break; 1502case KnownElements.RepeatButton: o = new System.Windows.Controls.Primitives.RepeatButton(); break; 1503case KnownElements.ResizeGrip: o = new System.Windows.Controls.Primitives.ResizeGrip(); break; 1504case KnownElements.ResourceDictionary: o = new System.Windows.ResourceDictionary(); break; 1505case KnownElements.ResumeStoryboard: o = new System.Windows.Media.Animation.ResumeStoryboard(); break; 1506case KnownElements.RichTextBox: o = new System.Windows.Controls.RichTextBox(); break; 1507case KnownElements.RotateTransform: o = new System.Windows.Media.RotateTransform(); break; 1508case KnownElements.RotateTransform3D: o = new System.Windows.Media.Media3D.RotateTransform3D(); break; 1509case KnownElements.Rotation3DAnimation: o = new System.Windows.Media.Animation.Rotation3DAnimation(); break; 1510case KnownElements.Rotation3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames(); break; 1511case KnownElements.Rotation3DKeyFrameCollection: o = new System.Windows.Media.Animation.Rotation3DKeyFrameCollection(); break; 1512case KnownElements.RoutedCommand: o = new System.Windows.Input.RoutedCommand(); break; 1513case KnownElements.RoutedEventConverter: o = new System.Windows.Markup.RoutedEventConverter(); break; 1514case KnownElements.RoutedUICommand: o = new System.Windows.Input.RoutedUICommand(); break; 1515case KnownElements.RowDefinition: o = new System.Windows.Controls.RowDefinition(); break; 1516case KnownElements.Run: o = new System.Windows.Documents.Run(); break; 1517case KnownElements.SByteConverter: o = new System.ComponentModel.SByteConverter(); break; 1518case KnownElements.ScaleTransform: o = new System.Windows.Media.ScaleTransform(); break; 1519case KnownElements.ScaleTransform3D: o = new System.Windows.Media.Media3D.ScaleTransform3D(); break; 1520case KnownElements.ScrollBar: o = new System.Windows.Controls.Primitives.ScrollBar(); break; 1521case KnownElements.ScrollContentPresenter: o = new System.Windows.Controls.ScrollContentPresenter(); break; 1522case KnownElements.ScrollViewer: o = new System.Windows.Controls.ScrollViewer(); break; 1523case KnownElements.Section: o = new System.Windows.Documents.Section(); break; 1524case KnownElements.SeekStoryboard: o = new System.Windows.Media.Animation.SeekStoryboard(); break; 1525case KnownElements.Separator: o = new System.Windows.Controls.Separator(); break; 1526case KnownElements.SetStoryboardSpeedRatio: o = new System.Windows.Media.Animation.SetStoryboardSpeedRatio(); break; 1527case KnownElements.Setter: o = new System.Windows.Setter(); break; 1528case KnownElements.SingleAnimation: o = new System.Windows.Media.Animation.SingleAnimation(); break; 1529case KnownElements.SingleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.SingleAnimationUsingKeyFrames(); break; 1530case KnownElements.SingleConverter: o = new System.ComponentModel.SingleConverter(); break; 1531case KnownElements.SingleKeyFrameCollection: o = new System.Windows.Media.Animation.SingleKeyFrameCollection(); break; 1532case KnownElements.Size: o = new System.Windows.Size(); break; 1533case KnownElements.Size3D: o = new System.Windows.Media.Media3D.Size3D(); break; 1534case KnownElements.Size3DConverter: o = new System.Windows.Media.Media3D.Size3DConverter(); break; 1535case KnownElements.SizeAnimation: o = new System.Windows.Media.Animation.SizeAnimation(); break; 1536case KnownElements.SizeAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.SizeAnimationUsingKeyFrames(); break; 1537case KnownElements.SizeConverter: o = new System.Windows.SizeConverter(); break; 1538case KnownElements.SizeKeyFrameCollection: o = new System.Windows.Media.Animation.SizeKeyFrameCollection(); break; 1539case KnownElements.SkewTransform: o = new System.Windows.Media.SkewTransform(); break; 1540case KnownElements.SkipStoryboardToFill: o = new System.Windows.Media.Animation.SkipStoryboardToFill(); break; 1541case KnownElements.Slider: o = new System.Windows.Controls.Slider(); break; 1542case KnownElements.SolidColorBrush: o = new System.Windows.Media.SolidColorBrush(); break; 1543case KnownElements.SoundPlayerAction: o = new System.Windows.Controls.SoundPlayerAction(); break; 1544case KnownElements.Span: o = new System.Windows.Documents.Span(); break; 1545case KnownElements.SpecularMaterial: o = new System.Windows.Media.Media3D.SpecularMaterial(); break; 1546case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.SplineByteKeyFrame(); break; 1547case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.SplineColorKeyFrame(); break; 1548case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.SplineDecimalKeyFrame(); break; 1549case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.SplineDoubleKeyFrame(); break; 1550case KnownElements.SplineInt16KeyFrame: o = new System.Windows.Media.Animation.SplineInt16KeyFrame(); break; 1551case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.SplineInt32KeyFrame(); break; 1552case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.SplineInt64KeyFrame(); break; 1553case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); break; 1554case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.SplinePointKeyFrame(); break; 1555case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break; 1556case KnownElements.SplineRectKeyFrame: o = new System.Windows.Media.Animation.SplineRectKeyFrame(); break; 1557case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); break; 1558case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.SplineSingleKeyFrame(); break; 1559case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.SplineSizeKeyFrame(); break; 1560case KnownElements.SplineThicknessKeyFrame: o = new System.Windows.Media.Animation.SplineThicknessKeyFrame(); break; 1561case KnownElements.SplineVector3DKeyFrame: o = new System.Windows.Media.Animation.SplineVector3DKeyFrame(); break; 1562case KnownElements.SplineVectorKeyFrame: o = new System.Windows.Media.Animation.SplineVectorKeyFrame(); break; 1563case KnownElements.SpotLight: o = new System.Windows.Media.Media3D.SpotLight(); break; 1564case KnownElements.StackPanel: o = new System.Windows.Controls.StackPanel(); break; 1565case KnownElements.StaticExtension: o = new System.Windows.Markup.StaticExtension(); break; 1566case KnownElements.StaticResourceExtension: o = new System.Windows.StaticResourceExtension(); break; 1567case KnownElements.StatusBar: o = new System.Windows.Controls.Primitives.StatusBar(); break; 1568case KnownElements.StatusBarItem: o = new System.Windows.Controls.Primitives.StatusBarItem(); break; 1569case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.StopStoryboard(); break; 1570case KnownElements.Storyboard: o = new System.Windows.Media.Animation.Storyboard(); break; 1571case KnownElements.StreamGeometry: o = new System.Windows.Media.StreamGeometry(); break; 1572case KnownElements.StreamResourceInfo: o = new System.Windows.Resources.StreamResourceInfo(); break; 1573case KnownElements.StringAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.StringAnimationUsingKeyFrames(); break; 1574case KnownElements.StringConverter: o = new System.ComponentModel.StringConverter(); break; 1575case KnownElements.StringKeyFrameCollection: o = new System.Windows.Media.Animation.StringKeyFrameCollection(); break; 1576case KnownElements.StrokeCollection: o = new System.Windows.Ink.StrokeCollection(); break; 1577case KnownElements.StrokeCollectionConverter: o = new System.Windows.StrokeCollectionConverter(); break; 1578case KnownElements.Style: o = new System.Windows.Style(); break; 1579case KnownElements.TabControl: o = new System.Windows.Controls.TabControl(); break; 1580case KnownElements.TabItem: o = new System.Windows.Controls.TabItem(); break; 1581case KnownElements.TabPanel: o = new System.Windows.Controls.Primitives.TabPanel(); break; 1582case KnownElements.Table: o = new System.Windows.Documents.Table(); break; 1583case KnownElements.TableCell: o = new System.Windows.Documents.TableCell(); break; 1584case KnownElements.TableColumn: o = new System.Windows.Documents.TableColumn(); break; 1585case KnownElements.TableRow: o = new System.Windows.Documents.TableRow(); break; 1586case KnownElements.TableRowGroup: o = new System.Windows.Documents.TableRowGroup(); break; 1587case KnownElements.TemplateBindingExpressionConverter: o = new System.Windows.TemplateBindingExpressionConverter(); break; 1588case KnownElements.TemplateBindingExtension: o = new System.Windows.TemplateBindingExtension(); break; 1589case KnownElements.TemplateBindingExtensionConverter: o = new System.Windows.TemplateBindingExtensionConverter(); break; 1590case KnownElements.TemplateKeyConverter: o = new System.Windows.Markup.TemplateKeyConverter(); break; 1591case KnownElements.TextBlock: o = new System.Windows.Controls.TextBlock(); break; 1592case KnownElements.TextBox: o = new System.Windows.Controls.TextBox(); break; 1593case KnownElements.TextDecoration: o = new System.Windows.TextDecoration(); break; 1594case KnownElements.TextDecorationCollection: o = new System.Windows.TextDecorationCollection(); break; 1595case KnownElements.TextDecorationCollectionConverter: o = new System.Windows.TextDecorationCollectionConverter(); break; 1596case KnownElements.TextEffect: o = new System.Windows.Media.TextEffect(); break; 1597case KnownElements.TextEffectCollection: o = new System.Windows.Media.TextEffectCollection(); break; 1598case KnownElements.ThemeDictionaryExtension: o = new System.Windows.ThemeDictionaryExtension(); break; 1599case KnownElements.Thickness: o = new System.Windows.Thickness(); break; 1600case KnownElements.ThicknessAnimation: o = new System.Windows.Media.Animation.ThicknessAnimation(); break; 1601case KnownElements.ThicknessAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames(); break; 1602case KnownElements.ThicknessConverter: o = new System.Windows.ThicknessConverter(); break; 1603case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); break; 1604case KnownElements.Thumb: o = new System.Windows.Controls.Primitives.Thumb(); break; 1605case KnownElements.TickBar: o = new System.Windows.Controls.Primitives.TickBar(); break; 1606case KnownElements.TiffBitmapEncoder: o = new System.Windows.Media.Imaging.TiffBitmapEncoder(); break; 1607case KnownElements.TimeSpanConverter: o = new System.ComponentModel.TimeSpanConverter(); break; 1608case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break; 1609case KnownElements.ToggleButton: o = new System.Windows.Controls.Primitives.ToggleButton(); break; 1610case KnownElements.ToolBar: o = new System.Windows.Controls.ToolBar(); break; 1611case KnownElements.ToolBarOverflowPanel: o = new System.Windows.Controls.Primitives.ToolBarOverflowPanel(); break; 1612case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.ToolBarPanel(); break; 1613case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break; 1614case KnownElements.ToolTip: o = new System.Windows.Controls.ToolTip(); break; 1615case KnownElements.Track: o = new System.Windows.Controls.Primitives.Track(); break; 1616case KnownElements.Transform3DCollection: o = new System.Windows.Media.Media3D.Transform3DCollection(); break; 1617case KnownElements.Transform3DGroup: o = new System.Windows.Media.Media3D.Transform3DGroup(); break; 1618case KnownElements.TransformCollection: o = new System.Windows.Media.TransformCollection(); break; 1619case KnownElements.TransformConverter: o = new System.Windows.Media.TransformConverter(); break; 1620case KnownElements.TransformGroup: o = new System.Windows.Media.TransformGroup(); break; 1621case KnownElements.TransformedBitmap: o = new System.Windows.Media.Imaging.TransformedBitmap(); break; 1622case KnownElements.TranslateTransform: o = new System.Windows.Media.TranslateTransform(); break; 1623case KnownElements.TranslateTransform3D: o = new System.Windows.Media.Media3D.TranslateTransform3D(); break; 1624case KnownElements.TreeView: o = new System.Windows.Controls.TreeView(); break; 1625case KnownElements.TreeViewItem: o = new System.Windows.Controls.TreeViewItem(); break; 1626case KnownElements.Trigger: o = new System.Windows.Trigger(); break; 1627case KnownElements.TypeExtension: o = new System.Windows.Markup.TypeExtension(); break; 1628case KnownElements.TypeTypeConverter: o = new System.Windows.Markup.TypeTypeConverter(); break; 1629case KnownElements.UIElement: o = new System.Windows.UIElement(); break; 1630case KnownElements.UInt16Converter: o = new System.ComponentModel.UInt16Converter(); break; 1631case KnownElements.UInt32Converter: o = new System.ComponentModel.UInt32Converter(); break; 1632case KnownElements.UInt64Converter: o = new System.ComponentModel.UInt64Converter(); break; 1633case KnownElements.UShortIListConverter: o = new System.Windows.Media.Converters.UShortIListConverter(); break; 1634case KnownElements.Underline: o = new System.Windows.Documents.Underline(); break; 1635case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.UniformGrid(); break; 1636case KnownElements.UriTypeConverter: o = new System.UriTypeConverter(); break; 1637case KnownElements.UserControl: o = new System.Windows.Controls.UserControl(); break; 1638case KnownElements.Vector: o = new System.Windows.Vector(); break; 1639case KnownElements.Vector3D: o = new System.Windows.Media.Media3D.Vector3D(); break; 1640case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.Vector3DAnimation(); break; 1641case KnownElements.Vector3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames(); break; 1642case KnownElements.Vector3DCollection: o = new System.Windows.Media.Media3D.Vector3DCollection(); break; 1643case KnownElements.Vector3DCollectionConverter: o = new System.Windows.Media.Media3D.Vector3DCollectionConverter(); break; 1644case KnownElements.Vector3DConverter: o = new System.Windows.Media.Media3D.Vector3DConverter(); break; 1645case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.Vector3DKeyFrameCollection(); break; 1646case KnownElements.VectorAnimation: o = new System.Windows.Media.Animation.VectorAnimation(); break; 1647case KnownElements.VectorAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.VectorAnimationUsingKeyFrames(); break; 1648case KnownElements.VectorCollection: o = new System.Windows.Media.VectorCollection(); break; 1649case KnownElements.VectorCollectionConverter: o = new System.Windows.Media.VectorCollectionConverter(); break; 1650case KnownElements.VectorConverter: o = new System.Windows.VectorConverter(); break; 1651case KnownElements.VectorKeyFrameCollection: o = new System.Windows.Media.Animation.VectorKeyFrameCollection(); break; 1652case KnownElements.VideoDrawing: o = new System.Windows.Media.VideoDrawing(); break; 1653case KnownElements.Viewbox: o = new System.Windows.Controls.Viewbox(); break; 1654case KnownElements.Viewport3D: o = new System.Windows.Controls.Viewport3D(); break; 1655case KnownElements.Viewport3DVisual: o = new System.Windows.Media.Media3D.Viewport3DVisual(); break; 1656case KnownElements.VirtualizingStackPanel: o = new System.Windows.Controls.VirtualizingStackPanel(); break; 1657case KnownElements.VisualBrush: o = new System.Windows.Media.VisualBrush(); break; 1658case KnownElements.Window: o = new System.Windows.Window(); break; 1659case KnownElements.WmpBitmapEncoder: o = new System.Windows.Media.Imaging.WmpBitmapEncoder(); break; 1660case KnownElements.WrapPanel: o = new System.Windows.Controls.WrapPanel(); break; 1661case KnownElements.XamlBrushSerializer: o = new System.Windows.Markup.XamlBrushSerializer(); break; 1662case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break; 1663case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break; 1664case KnownElements.XamlPoint3DCollectionSerializer: o = new System.Windows.Markup.XamlPoint3DCollectionSerializer(); break; 1665case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.XamlPointCollectionSerializer(); break; 1666case KnownElements.XamlStyleSerializer: o = new System.Windows.Markup.XamlStyleSerializer(); break; 1667case KnownElements.XamlTemplateSerializer: o = new System.Windows.Markup.XamlTemplateSerializer(); break; 1668case KnownElements.XamlVector3DCollectionSerializer: o = new System.Windows.Markup.XamlVector3DCollectionSerializer(); break; 1669case KnownElements.XmlDataProvider: o = new System.Windows.Data.XmlDataProvider(); break; 1670case KnownElements.XmlLanguageConverter: o = new System.Windows.Markup.XmlLanguageConverter(); break; 1671case KnownElements.XmlNamespaceMapping: o = new System.Windows.Data.XmlNamespaceMapping(); break; 1672case KnownElements.ZoomPercentageConverter: o = new System.Windows.Documents.ZoomPercentageConverter(); break; 1963internal static KnownElements GetKnownElementFromKnownCommonProperty(KnownProperties knownProperty) 1968return KnownElements.AccessText; 1970return KnownElements.AdornedElementPlaceholder; 1972return KnownElements.AdornerDecorator; 1974return KnownElements.AnchoredBlock; 1976return KnownElements.ArrayExtension; 1978return KnownElements.BeginStoryboard; 1980return KnownElements.BitmapEffectGroup; 1982return KnownElements.BlockUIContainer; 1984return KnownElements.Bold; 1986return KnownElements.BooleanAnimationUsingKeyFrames; 1991return KnownElements.Border; 1993return KnownElements.BulletDecorator; 1995return KnownElements.Button; 2001return KnownElements.ButtonBase; 2003return KnownElements.ByteAnimationUsingKeyFrames; 2005return KnownElements.Canvas; 2007return KnownElements.CharAnimationUsingKeyFrames; 2009return KnownElements.CheckBox; 2011return KnownElements.ColorAnimationUsingKeyFrames; 2015return KnownElements.ColumnDefinition; 2017return KnownElements.ComboBox; 2019return KnownElements.ComboBoxItem; 2024return KnownElements.ContentControl; 2026return KnownElements.ContentElement; 2032return KnownElements.ContentPresenter; 2034return KnownElements.ContextMenu; 2050return KnownElements.Control; 2052return KnownElements.ControlTemplate; 2054return KnownElements.DataTemplate; 2056return KnownElements.DataTrigger; 2058return KnownElements.DecimalAnimationUsingKeyFrames; 2060return KnownElements.Decorator; 2064return KnownElements.DockPanel; 2066return KnownElements.DocumentViewer; 2068return KnownElements.DocumentViewerBase; 2070return KnownElements.DoubleAnimationUsingKeyFrames; 2072return KnownElements.DrawingGroup; 2074return KnownElements.EventTrigger; 2076return KnownElements.Expander; 2078return KnownElements.Figure; 2080return KnownElements.FixedDocument; 2082return KnownElements.FixedDocumentSequence; 2084return KnownElements.FixedPage; 2086return KnownElements.Floater; 2088return KnownElements.FlowDocument; 2090return KnownElements.FlowDocumentPageViewer; 2092return KnownElements.FlowDocumentReader; 2094return KnownElements.FlowDocumentScrollViewer; 2096return KnownElements.FrameworkContentElement; 2109return KnownElements.FrameworkElement; 2111return KnownElements.FrameworkTemplate; 2113return KnownElements.GeneralTransformGroup; 2115return KnownElements.GeometryGroup; 2117return KnownElements.GradientBrush; 2123return KnownElements.Grid; 2125return KnownElements.GridView; 2127return KnownElements.GridViewColumn; 2129return KnownElements.GridViewColumnHeader; 2131return KnownElements.GroupBox; 2133return KnownElements.GroupItem; 2139return KnownElements.HeaderedContentControl; 2145return KnownElements.HeaderedItemsControl; 2147return KnownElements.HierarchicalDataTemplate; 2150return KnownElements.Hyperlink; 2153return KnownElements.Image; 2155return KnownElements.InkCanvas; 2157return KnownElements.InkPresenter; 2159return KnownElements.InlineUIContainer; 2161return KnownElements.InputScopeName; 2163return KnownElements.Int16AnimationUsingKeyFrames; 2165return KnownElements.Int32AnimationUsingKeyFrames; 2167return KnownElements.Int64AnimationUsingKeyFrames; 2169return KnownElements.Italic; 2177return KnownElements.ItemsControl; 2179return KnownElements.ItemsPanelTemplate; 2181return KnownElements.Label; 2183return KnownElements.LinearGradientBrush; 2185return KnownElements.List; 2187return KnownElements.ListBox; 2189return KnownElements.ListBoxItem; 2191return KnownElements.ListItem; 2193return KnownElements.ListView; 2195return KnownElements.ListViewItem; 2197return KnownElements.MaterialGroup; 2199return KnownElements.MatrixAnimationUsingKeyFrames; 2201return KnownElements.Menu; 2203return KnownElements.MenuBase; 2205return KnownElements.MenuItem; 2207return KnownElements.Model3DGroup; 2209return KnownElements.ModelVisual3D; 2211return KnownElements.MultiBinding; 2213return KnownElements.MultiDataTrigger; 2215return KnownElements.MultiTrigger; 2217return KnownElements.ObjectAnimationUsingKeyFrames; 2219return KnownElements.Page; 2221return KnownElements.PageContent; 2223return KnownElements.PageFunctionBase; 2226return KnownElements.Panel; 2228return KnownElements.Paragraph; 2230return KnownElements.ParallelTimeline; 2232return KnownElements.Path; 2234return KnownElements.PathFigure; 2236return KnownElements.PathGeometry; 2238return KnownElements.Point3DAnimationUsingKeyFrames; 2240return KnownElements.PointAnimationUsingKeyFrames; 2245return KnownElements.Popup; 2247return KnownElements.PriorityBinding; 2249return KnownElements.QuaternionAnimationUsingKeyFrames; 2251return KnownElements.RadialGradientBrush; 2253return KnownElements.RadioButton; 2255return KnownElements.RectAnimationUsingKeyFrames; 2257return KnownElements.RepeatButton; 2259return KnownElements.RichTextBox; 2261return KnownElements.RichTextBox; 2263return KnownElements.Rotation3DAnimationUsingKeyFrames; 2267return KnownElements.RowDefinition; 2269return KnownElements.Run; 2274return KnownElements.ScrollViewer; 2276return KnownElements.Section; 2278return KnownElements.Selector; 2282return KnownElements.Shape; 2284return KnownElements.SingleAnimationUsingKeyFrames; 2286return KnownElements.SizeAnimationUsingKeyFrames; 2288return KnownElements.Span; 2290return KnownElements.StackPanel; 2292return KnownElements.StatusBar; 2294return KnownElements.StatusBarItem; 2296return KnownElements.Storyboard; 2298return KnownElements.StringAnimationUsingKeyFrames; 2300return KnownElements.Style; 2302return KnownElements.TabControl; 2304return KnownElements.TabItem; 2306return KnownElements.TabPanel; 2308return KnownElements.Table; 2310return KnownElements.TableCell; 2312return KnownElements.TableRow; 2314return KnownElements.TableRowGroup; 2327return KnownElements.TextBlock; 2329return KnownElements.TextBox; 2331return KnownElements.TextBox; 2339return KnownElements.TextElement; 2341return KnownElements.ThicknessAnimationUsingKeyFrames; 2343return KnownElements.TimelineGroup; 2345return KnownElements.ToggleButton; 2347return KnownElements.ToolBar; 2349return KnownElements.ToolBarOverflowPanel; 2351return KnownElements.ToolBarPanel; 2353return KnownElements.ToolBarTray; 2355return KnownElements.ToolTip; 2362return KnownElements.Track; 2364return KnownElements.Transform3DGroup; 2366return KnownElements.TransformGroup; 2368return KnownElements.TreeView; 2370return KnownElements.TreeViewItem; 2372return KnownElements.Trigger; 2378return KnownElements.UIElement; 2380return KnownElements.Underline; 2382return KnownElements.UniformGrid; 2384return KnownElements.UserControl; 2386return KnownElements.Vector3DAnimationUsingKeyFrames; 2388return KnownElements.VectorAnimationUsingKeyFrames; 2390return KnownElements.Viewbox; 2392return KnownElements.Viewport3D; 2394return KnownElements.Viewport3DVisual; 2396return KnownElements.VirtualizingPanel; 2398return KnownElements.VirtualizingStackPanel; 2400return KnownElements.Window; 2402return KnownElements.WrapPanel; 2404return KnownElements.XmlDataProvider; 2406return KnownElements.UnknownElement; 2414KnownElements knownElement = GetKnownElementFromKnownCommonProperty(knownProperty); 2421internal static IList GetCollectionForCPA(object o, KnownElements knownElement) 2427case KnownElements.Canvas: 2428case KnownElements.DockPanel: 2429case KnownElements.Grid: 2430case KnownElements.Panel: 2431case KnownElements.StackPanel: 2432case KnownElements.TabPanel: 2433case KnownElements.ToolBarOverflowPanel: 2434case KnownElements.ToolBarPanel: 2435case KnownElements.UniformGrid: 2436case KnownElements.VirtualizingPanel: 2437case KnownElements.VirtualizingStackPanel: 2438case KnownElements.WrapPanel: 2442case KnownElements.ComboBox: 2443case KnownElements.ContextMenu: 2444case KnownElements.HeaderedItemsControl: 2445case KnownElements.ItemsControl: 2446case KnownElements.ListBox: 2447case KnownElements.ListView: 2448case KnownElements.Menu: 2449case KnownElements.MenuBase: 2450case KnownElements.MenuItem: 2451case KnownElements.Selector: 2452case KnownElements.StatusBar: 2453case KnownElements.TabControl: 2454case KnownElements.ToolBar: 2455case KnownElements.TreeView: 2456case KnownElements.TreeViewItem: 2460case KnownElements.Bold: 2461case KnownElements.Hyperlink: 2462case KnownElements.Italic: 2463case KnownElements.Span: 2464case KnownElements.Underline: 2468case KnownElements.AnchoredBlock: 2469case KnownElements.Figure: 2470case KnownElements.Floater: 2474case KnownElements.GradientBrush: 2475case KnownElements.LinearGradientBrush: 2476case KnownElements.RadialGradientBrush: 2480case KnownElements.ParallelTimeline: 2481case KnownElements.Storyboard: 2482case KnownElements.TimelineGroup: 2486case KnownElements.BitmapEffectGroup: return (o as System.Windows.Media.Effects.BitmapEffectGroup).Children; 2487case KnownElements.BooleanAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames).KeyFrames; 2488case KnownElements.ByteAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ByteAnimationUsingKeyFrames).KeyFrames; 2489case KnownElements.CharAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.CharAnimationUsingKeyFrames).KeyFrames; 2490case KnownElements.ColorAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ColorAnimationUsingKeyFrames).KeyFrames; 2491case KnownElements.DataTrigger: return (o as System.Windows.DataTrigger).Setters; 2492case KnownElements.DecimalAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames).KeyFrames; 2493case KnownElements.DoubleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames).KeyFrames; 2494case KnownElements.DrawingGroup: return (o as System.Windows.Media.DrawingGroup).Children; 2495case KnownElements.EventTrigger: return (o as System.Windows.EventTrigger).Actions; 2496case KnownElements.FixedPage: return (o as System.Windows.Documents.FixedPage).Children; 2497case KnownElements.FlowDocument: return (o as System.Windows.Documents.FlowDocument).Blocks; 2498case KnownElements.GeneralTransformGroup: return (o as System.Windows.Media.GeneralTransformGroup).Children; 2499case KnownElements.GeometryGroup: return (o as System.Windows.Media.GeometryGroup).Children; 2500case KnownElements.GridView: return (o as System.Windows.Controls.GridView).Columns; 2501case KnownElements.InkCanvas: return (o as System.Windows.Controls.InkCanvas).Children; 2502case KnownElements.Int16AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int16AnimationUsingKeyFrames).KeyFrames; 2503case KnownElements.Int32AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int32AnimationUsingKeyFrames).KeyFrames; 2504case KnownElements.Int64AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int64AnimationUsingKeyFrames).KeyFrames; 2505case KnownElements.List: return (o as System.Windows.Documents.List).ListItems; 2506case KnownElements.ListItem: return (o as System.Windows.Documents.ListItem).Blocks; 2507case KnownElements.MaterialGroup: return (o as System.Windows.Media.Media3D.MaterialGroup).Children; 2508case KnownElements.MatrixAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames).KeyFrames; 2509case KnownElements.Model3DGroup: return (o as System.Windows.Media.Media3D.Model3DGroup).Children; 2510case KnownElements.ModelVisual3D: return (o as System.Windows.Media.Media3D.ModelVisual3D).Children; 2511case KnownElements.MultiBinding: return (o as System.Windows.Data.MultiBinding).Bindings; 2512case KnownElements.MultiDataTrigger: return (o as System.Windows.MultiDataTrigger).Setters; 2513case KnownElements.MultiTrigger: return (o as System.Windows.MultiTrigger).Setters; 2514case KnownElements.ObjectAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames).KeyFrames; 2515case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2516case KnownElements.PathFigure: return (o as System.Windows.Media.PathFigure).Segments; 2517case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures; 2518case KnownElements.Point3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames).KeyFrames; 2519case KnownElements.PointAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.PointAnimationUsingKeyFrames).KeyFrames; 2520case KnownElements.PriorityBinding: return (o as System.Windows.Data.PriorityBinding).Bindings; 2521case KnownElements.QuaternionAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames).KeyFrames; 2522case KnownElements.RectAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.RectAnimationUsingKeyFrames).KeyFrames; 2523case KnownElements.Rotation3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames).KeyFrames; 2524case KnownElements.Section: return (o as System.Windows.Documents.Section).Blocks; 2525case KnownElements.SingleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.SingleAnimationUsingKeyFrames).KeyFrames; 2526case KnownElements.SizeAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.SizeAnimationUsingKeyFrames).KeyFrames; 2527case KnownElements.StringAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.StringAnimationUsingKeyFrames).KeyFrames; 2528case KnownElements.Style: return (o as System.Windows.Style).Setters; 2529case KnownElements.Table: return (o as System.Windows.Documents.Table).RowGroups; 2530case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).Blocks; 2531case KnownElements.TableRow: return (o as System.Windows.Documents.TableRow).Cells; 2532case KnownElements.TableRowGroup: return (o as System.Windows.Documents.TableRowGroup).Rows; 2533case KnownElements.TextBlock: return (o as System.Windows.Controls.TextBlock).Inlines; 2534case KnownElements.ThicknessAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames).KeyFrames; 2535case KnownElements.ToolBarTray: return (o as System.Windows.Controls.ToolBarTray).ToolBars; 2536case KnownElements.Transform3DGroup: return (o as System.Windows.Media.Media3D.Transform3DGroup).Children; 2537case KnownElements.TransformGroup: return (o as System.Windows.Media.TransformGroup).Children; 2538case KnownElements.Trigger: return (o as System.Windows.Trigger).Setters; 2539case KnownElements.Vector3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames).KeyFrames; 2540case KnownElements.VectorAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.VectorAnimationUsingKeyFrames).KeyFrames; 2541case KnownElements.Viewport3D: return (o as System.Windows.Controls.Viewport3D).Children; 2542case KnownElements.Viewport3DVisual: return (o as System.Windows.Media.Media3D.Viewport3DVisual).Children; 2552internal static bool CanCollectionTypeAcceptStrings(KnownElements knownElement) 2556case KnownElements.BitmapEffectCollection: 2557case KnownElements.DoubleCollection: 2558case KnownElements.DrawingCollection: 2559case KnownElements.GeneralTransformCollection: 2560case KnownElements.GeometryCollection: 2561case KnownElements.GradientStopCollection: 2562case KnownElements.Int32Collection: 2563case KnownElements.MaterialCollection: 2564case KnownElements.Model3DCollection: 2565case KnownElements.PathFigureCollection: 2566case KnownElements.PathSegmentCollection: 2567case KnownElements.Point3DCollection: 2568case KnownElements.PointCollection: 2569case KnownElements.StrokeCollection: 2570case KnownElements.TextDecorationCollection: 2571case KnownElements.TextEffectCollection: 2572case KnownElements.TimelineCollection: 2573case KnownElements.Transform3DCollection: 2574case KnownElements.TransformCollection: 2575case KnownElements.Vector3DCollection: 2576case KnownElements.VectorCollection: 2583internal static string GetContentPropertyName(KnownElements knownElement) 2589case KnownElements.EventTrigger: 2592case KnownElements.MultiBinding: 2593case KnownElements.PriorityBinding: 2596case KnownElements.AnchoredBlock: 2597case KnownElements.Figure: 2598case KnownElements.Floater: 2599case KnownElements.FlowDocument: 2600case KnownElements.ListItem: 2601case KnownElements.Section: 2602case KnownElements.TableCell: 2605case KnownElements.TableRow: 2608case KnownElements.AdornedElementPlaceholder: 2609case KnownElements.AdornerDecorator: 2610case KnownElements.BlockUIContainer: 2611case KnownElements.Border: 2612case KnownElements.BulletDecorator: 2613case KnownElements.Decorator: 2614case KnownElements.InkPresenter: 2615case KnownElements.InlineUIContainer: 2616case KnownElements.PageContent: 2617case KnownElements.Popup: 2618case KnownElements.Viewbox: 2621case KnownElements.BitmapEffectGroup: 2622case KnownElements.Canvas: 2623case KnownElements.DockPanel: 2624case KnownElements.DrawingGroup: 2625case KnownElements.FixedPage: 2626case KnownElements.GeneralTransformGroup: 2627case KnownElements.GeometryGroup: 2628case KnownElements.Grid: 2629case KnownElements.InkCanvas: 2630case KnownElements.MaterialGroup: 2631case KnownElements.Model3DGroup: 2632case KnownElements.ModelVisual3D: 2633case KnownElements.Panel: 2634case KnownElements.ParallelTimeline: 2635case KnownElements.StackPanel: 2636case KnownElements.Storyboard: 2637case KnownElements.TabPanel: 2638case KnownElements.TimelineGroup: 2639case KnownElements.ToolBarOverflowPanel: 2640case KnownElements.ToolBarPanel: 2641case KnownElements.Transform3DGroup: 2642case KnownElements.TransformGroup: 2643case KnownElements.UniformGrid: 2644case KnownElements.Viewport3D: 2645case KnownElements.Viewport3DVisual: 2646case KnownElements.VirtualizingPanel: 2647case KnownElements.VirtualizingStackPanel: 2648case KnownElements.WrapPanel: 2651case KnownElements.GridView: 2654case KnownElements.Button: 2655case KnownElements.ButtonBase: 2656case KnownElements.CheckBox: 2657case KnownElements.ComboBoxItem: 2658case KnownElements.ContentControl: 2659case KnownElements.Expander: 2660case KnownElements.GridViewColumnHeader: 2661case KnownElements.GroupBox: 2662case KnownElements.GroupItem: 2663case KnownElements.HeaderedContentControl: 2664case KnownElements.Label: 2665case KnownElements.ListBoxItem: 2666case KnownElements.ListViewItem: 2667case KnownElements.Page: 2668case KnownElements.PageFunctionBase: 2669case KnownElements.RadioButton: 2670case KnownElements.RepeatButton: 2671case KnownElements.ScrollViewer: 2672case KnownElements.StatusBarItem: 2673case KnownElements.TabItem: 2674case KnownElements.ToggleButton: 2675case KnownElements.ToolTip: 2676case KnownElements.UserControl: 2677case KnownElements.Window: 2680case KnownElements.DocumentViewer: 2681case KnownElements.DocumentViewerBase: 2682case KnownElements.FlowDocumentPageViewer: 2683case KnownElements.FlowDocumentReader: 2684case KnownElements.FlowDocumentScrollViewer: 2685case KnownElements.RichTextBox: 2688case KnownElements.PathGeometry: 2691case KnownElements.GradientBrush: 2692case KnownElements.LinearGradientBrush: 2693case KnownElements.RadialGradientBrush: 2696case KnownElements.GridViewColumn: 2699case KnownElements.Bold: 2700case KnownElements.Hyperlink: 2701case KnownElements.Italic: 2702case KnownElements.Paragraph: 2703case KnownElements.Span: 2704case KnownElements.TextBlock: 2705case KnownElements.Underline: 2708case KnownElements.ArrayExtension: 2709case KnownElements.ComboBox: 2710case KnownElements.ContextMenu: 2711case KnownElements.HeaderedItemsControl: 2712case KnownElements.ItemsControl: 2713case KnownElements.ListBox: 2714case KnownElements.ListView: 2715case KnownElements.Menu: 2716case KnownElements.MenuBase: 2717case KnownElements.MenuItem: 2718case KnownElements.Selector: 2719case KnownElements.StatusBar: 2720case KnownElements.TabControl: 2721case KnownElements.ToolBar: 2722case KnownElements.TreeView: 2723case KnownElements.TreeViewItem: 2726case KnownElements.BooleanAnimationUsingKeyFrames: 2727case KnownElements.ByteAnimationUsingKeyFrames: 2728case KnownElements.CharAnimationUsingKeyFrames: 2729case KnownElements.ColorAnimationUsingKeyFrames: 2730case KnownElements.DecimalAnimationUsingKeyFrames: 2731case KnownElements.DoubleAnimationUsingKeyFrames: 2732case KnownElements.Int16AnimationUsingKeyFrames: 2733case KnownElements.Int32AnimationUsingKeyFrames: 2734case KnownElements.Int64AnimationUsingKeyFrames: 2735case KnownElements.MatrixAnimationUsingKeyFrames: 2736case KnownElements.ObjectAnimationUsingKeyFrames: 2737case KnownElements.Point3DAnimationUsingKeyFrames: 2738case KnownElements.PointAnimationUsingKeyFrames: 2739case KnownElements.QuaternionAnimationUsingKeyFrames: 2740case KnownElements.RectAnimationUsingKeyFrames: 2741case KnownElements.Rotation3DAnimationUsingKeyFrames: 2742case KnownElements.SingleAnimationUsingKeyFrames: 2743case KnownElements.SizeAnimationUsingKeyFrames: 2744case KnownElements.StringAnimationUsingKeyFrames: 2745case KnownElements.ThicknessAnimationUsingKeyFrames: 2746case KnownElements.Vector3DAnimationUsingKeyFrames: 2747case KnownElements.VectorAnimationUsingKeyFrames: 2750case KnownElements.List: 2753case KnownElements.InputScopeName: 2756case KnownElements.FixedDocument: 2759case KnownElements.FixedDocumentSequence: 2762case KnownElements.Table: 2765case KnownElements.TableRowGroup: 2768case KnownElements.PathFigure: 2771case KnownElements.DataTrigger: 2772case KnownElements.MultiDataTrigger: 2773case KnownElements.MultiTrigger: 2774case KnownElements.Style: 2775case KnownElements.Trigger: 2778case KnownElements.BeginStoryboard: 2781case KnownElements.AccessText: 2782case KnownElements.Run: 2783case KnownElements.TextBox: 2786case KnownElements.ToolBarTray: 2789case KnownElements.ControlTemplate: 2790case KnownElements.DataTemplate: 2791case KnownElements.FrameworkTemplate: 2792case KnownElements.HierarchicalDataTemplate: 2793case KnownElements.ItemsPanelTemplate: 2796case KnownElements.XmlDataProvider: 2803internal static short GetKnownPropertyAttributeId(KnownElements typeID, string fieldName) 2807case KnownElements.AccessText: 2811case KnownElements.AdornedElementPlaceholder: 2815case KnownElements.AdornerDecorator: 2819case KnownElements.AnchoredBlock: 2823case KnownElements.ArrayExtension: 2827case KnownElements.BeginStoryboard: 2831case KnownElements.BitmapEffectGroup: 2835case KnownElements.BlockUIContainer: 2839case KnownElements.Bold: 2843case KnownElements.BooleanAnimationUsingKeyFrames: 2847case KnownElements.Border: 2857case KnownElements.BulletDecorator: 2861case KnownElements.Button: 2865case KnownElements.ButtonBase: 2877case KnownElements.ByteAnimationUsingKeyFrames: 2881case KnownElements.Canvas: 2885case KnownElements.CharAnimationUsingKeyFrames: 2889case KnownElements.CheckBox: 2893case KnownElements.ColorAnimationUsingKeyFrames: 2897case KnownElements.ColumnDefinition: 2905case KnownElements.ComboBox: 2909case KnownElements.ComboBoxItem: 2913case KnownElements.ContentControl: 2923case KnownElements.ContentElement: 2927case KnownElements.ContentPresenter: 2939case KnownElements.ContextMenu: 2943case KnownElements.Control: 2975case KnownElements.ControlTemplate: 2979case KnownElements.DataTemplate: 2983case KnownElements.DataTrigger: 2987case KnownElements.DecimalAnimationUsingKeyFrames: 2991case KnownElements.Decorator: 2995case KnownElements.DockPanel: 3003case KnownElements.DocumentViewer: 3007case KnownElements.DocumentViewerBase: 3011case KnownElements.DoubleAnimationUsingKeyFrames: 3015case KnownElements.DrawingGroup: 3019case KnownElements.EventTrigger: 3023case KnownElements.Expander: 3027case KnownElements.Figure: 3031case KnownElements.FixedDocument: 3035case KnownElements.FixedDocumentSequence: 3039case KnownElements.FixedPage: 3043case KnownElements.Floater: 3047case KnownElements.FlowDocument: 3051case KnownElements.FlowDocumentPageViewer: 3055case KnownElements.FlowDocumentReader: 3059case KnownElements.FlowDocumentScrollViewer: 3063case KnownElements.FrameworkContentElement: 3067case KnownElements.FrameworkElement: 3093case KnownElements.FrameworkTemplate: 3097case KnownElements.GeneralTransformGroup: 3101case KnownElements.GeometryGroup: 3105case KnownElements.GradientBrush: 3109case KnownElements.Grid: 3121case KnownElements.GridView: 3125case KnownElements.GridViewColumn: 3129case KnownElements.GridViewColumnHeader: 3133case KnownElements.GroupBox: 3137case KnownElements.GroupItem: 3141case KnownElements.HeaderedContentControl: 3153case KnownElements.HeaderedItemsControl: 3165case KnownElements.HierarchicalDataTemplate: 3169case KnownElements.Hyperlink: 3175case KnownElements.Image: 3181case KnownElements.InkCanvas: 3185case KnownElements.InkPresenter: 3189case KnownElements.InlineUIContainer: 3193case KnownElements.InputScopeName: 3197case KnownElements.Int16AnimationUsingKeyFrames: 3201case KnownElements.Int32AnimationUsingKeyFrames: 3205case KnownElements.Int64AnimationUsingKeyFrames: 3209case KnownElements.Italic: 3213case KnownElements.ItemsControl: 3229case KnownElements.ItemsPanelTemplate: 3233case KnownElements.Label: 3237case KnownElements.LinearGradientBrush: 3241case KnownElements.List: 3245case KnownElements.ListBox: 3249case KnownElements.ListBoxItem: 3253case KnownElements.ListItem: 3257case KnownElements.ListView: 3261case KnownElements.ListViewItem: 3265case KnownElements.MaterialGroup: 3269case KnownElements.MatrixAnimationUsingKeyFrames: 3273case KnownElements.Menu: 3277case KnownElements.MenuBase: 3281case KnownElements.MenuItem: 3285case KnownElements.Model3DGroup: 3289case KnownElements.ModelVisual3D: 3293case KnownElements.MultiBinding: 3297case KnownElements.MultiDataTrigger: 3301case KnownElements.MultiTrigger: 3305case KnownElements.ObjectAnimationUsingKeyFrames: 3309case KnownElements.Page: 3313case KnownElements.PageContent: 3317case KnownElements.PageFunctionBase: 3321case KnownElements.Panel: 3327case KnownElements.Paragraph: 3331case KnownElements.ParallelTimeline: 3335case KnownElements.Path: 3339case KnownElements.PathFigure: 3343case KnownElements.PathGeometry: 3347case KnownElements.Point3DAnimationUsingKeyFrames: 3351case KnownElements.PointAnimationUsingKeyFrames: 3355case KnownElements.Popup: 3365case KnownElements.PriorityBinding: 3369case KnownElements.QuaternionAnimationUsingKeyFrames: 3373case KnownElements.RadialGradientBrush: 3377case KnownElements.RadioButton: 3381case KnownElements.RectAnimationUsingKeyFrames: 3385case KnownElements.RepeatButton: 3389case KnownElements.RichTextBox: 3395case KnownElements.Rotation3DAnimationUsingKeyFrames: 3399case KnownElements.RowDefinition: 3407case KnownElements.Run: 3411case KnownElements.ScrollViewer: 3421case KnownElements.Section: 3425case KnownElements.Selector: 3429case KnownElements.Shape: 3437case KnownElements.SingleAnimationUsingKeyFrames: 3441case KnownElements.SizeAnimationUsingKeyFrames: 3445case KnownElements.Span: 3449case KnownElements.StackPanel: 3453case KnownElements.StatusBar: 3457case KnownElements.StatusBarItem: 3461case KnownElements.Storyboard: 3465case KnownElements.StringAnimationUsingKeyFrames: 3469case KnownElements.Style: 3473case KnownElements.TabControl: 3477case KnownElements.TabItem: 3481case KnownElements.TabPanel: 3485case KnownElements.Table: 3489case KnownElements.TableCell: 3493case KnownElements.TableRow: 3497case KnownElements.TableRowGroup: 3501case KnownElements.TextBlock: 3527case KnownElements.TextBox: 3533case KnownElements.TextElement: 3549case KnownElements.ThicknessAnimationUsingKeyFrames: 3553case KnownElements.TimelineGroup: 3557case KnownElements.ToggleButton: 3561case KnownElements.ToolBar: 3565case KnownElements.ToolBarOverflowPanel: 3569case KnownElements.ToolBarPanel: 3573case KnownElements.ToolBarTray: 3577case KnownElements.ToolTip: 3581case KnownElements.Track: 3595case KnownElements.Transform3DGroup: 3599case KnownElements.TransformGroup: 3603case KnownElements.TreeView: 3607case KnownElements.TreeViewItem: 3611case KnownElements.Trigger: 3615case KnownElements.UIElement: 3627case KnownElements.Underline: 3631case KnownElements.UniformGrid: 3635case KnownElements.UserControl: 3639case KnownElements.Vector3DAnimationUsingKeyFrames: 3643case KnownElements.VectorAnimationUsingKeyFrames: 3647case KnownElements.Viewbox: 3651case KnownElements.Viewport3D: 3655case KnownElements.Viewport3DVisual: 3659case KnownElements.VirtualizingPanel: 3663case KnownElements.VirtualizingStackPanel: 3667case KnownElements.Window: 3671case KnownElements.WrapPanel: 3675case KnownElements.XmlDataProvider: 3695internal static KnownElements GetKnownTypeConverterId(KnownElements knownElement) 3697KnownElements converterId = KnownElements.UnknownElement; 3700case KnownElements.ComponentResourceKey: converterId = KnownElements.ComponentResourceKeyConverter; break; 3701case KnownElements.CornerRadius: converterId = KnownElements.CornerRadiusConverter; break; 3702case KnownElements.BindingExpressionBase: converterId = KnownElements.ExpressionConverter; break; 3703case KnownElements.BindingExpression: converterId = KnownElements.ExpressionConverter; break; 3704case KnownElements.MultiBindingExpression: converterId = KnownElements.ExpressionConverter; break; 3705case KnownElements.PriorityBindingExpression: converterId = KnownElements.ExpressionConverter; break; 3706case KnownElements.TemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 3707case KnownElements.DataTemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 3708case KnownElements.DynamicResourceExtension: converterId = KnownElements.DynamicResourceExtensionConverter; break; 3709case KnownElements.FigureLength: converterId = KnownElements.FigureLengthConverter; break; 3710case KnownElements.GridLength: converterId = KnownElements.GridLengthConverter; break; 3711case KnownElements.PropertyPath: converterId = KnownElements.PropertyPathConverter; break; 3712case KnownElements.TemplateBindingExpression: converterId = KnownElements.TemplateBindingExpressionConverter; break; 3713case KnownElements.TemplateBindingExtension: converterId = KnownElements.TemplateBindingExtensionConverter; break; 3714case KnownElements.Thickness: converterId = KnownElements.ThicknessConverter; break; 3715case KnownElements.Duration: converterId = KnownElements.DurationConverter; break; 3716case KnownElements.FontStyle: converterId = KnownElements.FontStyleConverter; break; 3717case KnownElements.FontStretch: converterId = KnownElements.FontStretchConverter; break; 3718case KnownElements.FontWeight: converterId = KnownElements.FontWeightConverter; break; 3719case KnownElements.RoutedEvent: converterId = KnownElements.RoutedEventConverter; break; 3720case KnownElements.TextDecorationCollection: converterId = KnownElements.TextDecorationCollectionConverter; break; 3721case KnownElements.StrokeCollection: converterId = KnownElements.StrokeCollectionConverter; break; 3722case KnownElements.ICommand: converterId = KnownElements.CommandConverter; break; 3723case KnownElements.KeyGesture: converterId = KnownElements.KeyGestureConverter; break; 3724case KnownElements.MouseGesture: converterId = KnownElements.MouseGestureConverter; break; 3725case KnownElements.RoutedCommand: converterId = KnownElements.CommandConverter; break; 3726case KnownElements.RoutedUICommand: converterId = KnownElements.CommandConverter; break; 3727case KnownElements.Cursor: converterId = KnownElements.CursorConverter; break; 3728case KnownElements.InputScope: converterId = KnownElements.InputScopeConverter; break; 3729case KnownElements.InputScopeName: converterId = KnownElements.InputScopeNameConverter; break; 3730case KnownElements.KeySpline: converterId = KnownElements.KeySplineConverter; break; 3731case KnownElements.KeyTime: converterId = KnownElements.KeyTimeConverter; break; 3732case KnownElements.RepeatBehavior: converterId = KnownElements.RepeatBehaviorConverter; break; 3733case KnownElements.Brush: converterId = KnownElements.BrushConverter; break; 3734case KnownElements.Color: converterId = KnownElements.ColorConverter; break; 3735case KnownElements.Geometry: converterId = KnownElements.GeometryConverter; break; 3736case KnownElements.CombinedGeometry: converterId = KnownElements.GeometryConverter; break; 3737case KnownElements.TileBrush: converterId = KnownElements.BrushConverter; break; 3738case KnownElements.DrawingBrush: converterId = KnownElements.BrushConverter; break; 3739case KnownElements.ImageSource: converterId = KnownElements.ImageSourceConverter; break; 3740case KnownElements.DrawingImage: converterId = KnownElements.ImageSourceConverter; break; 3741case KnownElements.EllipseGeometry: converterId = KnownElements.GeometryConverter; break; 3742case KnownElements.FontFamily: converterId = KnownElements.FontFamilyConverter; break; 3743case KnownElements.DoubleCollection: converterId = KnownElements.DoubleCollectionConverter; break; 3744case KnownElements.GeometryGroup: converterId = KnownElements.GeometryConverter; break; 3745case KnownElements.GradientBrush: converterId = KnownElements.BrushConverter; break; 3746case KnownElements.ImageBrush: converterId = KnownElements.BrushConverter; break; 3747case KnownElements.Int32Collection: converterId = KnownElements.Int32CollectionConverter; break; 3748case KnownElements.LinearGradientBrush: converterId = KnownElements.BrushConverter; break; 3749case KnownElements.LineGeometry: converterId = KnownElements.GeometryConverter; break; 3750case KnownElements.Transform: converterId = KnownElements.TransformConverter; break; 3751case KnownElements.MatrixTransform: converterId = KnownElements.TransformConverter; break; 3752case KnownElements.PathFigureCollection: converterId = KnownElements.PathFigureCollectionConverter; break; 3753case KnownElements.PathGeometry: converterId = KnownElements.GeometryConverter; break; 3754case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 3755case KnownElements.RadialGradientBrush: converterId = KnownElements.BrushConverter; break; 3756case KnownElements.RectangleGeometry: converterId = KnownElements.GeometryConverter; break; 3757case KnownElements.RotateTransform: converterId = KnownElements.TransformConverter; break; 3758case KnownElements.ScaleTransform: converterId = KnownElements.TransformConverter; break; 3759case KnownElements.SkewTransform: converterId = KnownElements.TransformConverter; break; 3760case KnownElements.SolidColorBrush: converterId = KnownElements.BrushConverter; break; 3761case KnownElements.StreamGeometry: converterId = KnownElements.GeometryConverter; break; 3762case KnownElements.TransformGroup: converterId = KnownElements.TransformConverter; break; 3763case KnownElements.TranslateTransform: converterId = KnownElements.TransformConverter; break; 3764case KnownElements.VectorCollection: converterId = KnownElements.VectorCollectionConverter; break; 3765case KnownElements.VisualBrush: converterId = KnownElements.BrushConverter; break; 3766case KnownElements.BitmapSource: converterId = KnownElements.ImageSourceConverter; break; 3767case KnownElements.BitmapFrame: converterId = KnownElements.ImageSourceConverter; break; 3768case KnownElements.BitmapImage: converterId = KnownElements.ImageSourceConverter; break; 3769case KnownElements.CachedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3770case KnownElements.ColorConvertedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3771case KnownElements.CroppedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3772case KnownElements.FormatConvertedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3773case KnownElements.RenderTargetBitmap: converterId = KnownElements.ImageSourceConverter; break; 3774case KnownElements.TransformedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3775case KnownElements.WriteableBitmap: converterId = KnownElements.ImageSourceConverter; break; 3776case KnownElements.PixelFormat: converterId = KnownElements.PixelFormatConverter; break; 3777case KnownElements.Matrix3D: converterId = KnownElements.Matrix3DConverter; break; 3778case KnownElements.Point3D: converterId = KnownElements.Point3DConverter; break; 3779case KnownElements.Point3DCollection: converterId = KnownElements.Point3DCollectionConverter; break; 3780case KnownElements.Vector3DCollection: converterId = KnownElements.Vector3DCollectionConverter; break; 3781case KnownElements.Point4D: converterId = KnownElements.Point4DConverter; break; 3782case KnownElements.Quaternion: converterId = KnownElements.QuaternionConverter; break; 3783case KnownElements.Rect3D: converterId = KnownElements.Rect3DConverter; break; 3784case KnownElements.Size3D: converterId = KnownElements.Size3DConverter; break; 3785case KnownElements.Vector3D: converterId = KnownElements.Vector3DConverter; break; 3786case KnownElements.XmlLanguage: converterId = KnownElements.XmlLanguageConverter; break; 3787case KnownElements.Point: converterId = KnownElements.PointConverter; break; 3788case KnownElements.Size: converterId = KnownElements.SizeConverter; break; 3789case KnownElements.Vector: converterId = KnownElements.VectorConverter; break; 3790case KnownElements.Rect: converterId = KnownElements.RectConverter; break; 3791case KnownElements.Matrix: converterId = KnownElements.MatrixConverter; break; 3792case KnownElements.DependencyProperty: converterId = KnownElements.DependencyPropertyConverter; break; 3793case KnownElements.Expression: converterId = KnownElements.ExpressionConverter; break; 3794case KnownElements.Int32Rect: converterId = KnownElements.Int32RectConverter; break; 3795case KnownElements.Boolean: converterId = KnownElements.BooleanConverter; break; 3796case KnownElements.Int16: converterId = KnownElements.Int16Converter; break; 3797case KnownElements.Int32: converterId = KnownElements.Int32Converter; break; 3798case KnownElements.Int64: converterId = KnownElements.Int64Converter; break; 3799case KnownElements.UInt16: converterId = KnownElements.UInt16Converter; break; 3800case KnownElements.UInt32: converterId = KnownElements.UInt32Converter; break; 3801case KnownElements.UInt64: converterId = KnownElements.UInt64Converter; break; 3802case KnownElements.Single: converterId = KnownElements.SingleConverter; break; 3803case KnownElements.Double: converterId = KnownElements.DoubleConverter; break; 3804case KnownElements.Object: converterId = KnownElements.StringConverter; break; 3805case KnownElements.String: converterId = KnownElements.StringConverter; break; 3806case KnownElements.Byte: converterId = KnownElements.ByteConverter; break; 3807case KnownElements.SByte: converterId = KnownElements.SByteConverter; break; 3808case KnownElements.Char: converterId = KnownElements.CharConverter; break; 3809case KnownElements.Decimal: converterId = KnownElements.DecimalConverter; break; 3810case KnownElements.TimeSpan: converterId = KnownElements.TimeSpanConverter; break; 3811case KnownElements.Guid: converterId = KnownElements.GuidConverter; break; 3812case KnownElements.DateTime: converterId = KnownElements.DateTimeConverter2; break; 3813case KnownElements.Uri: converterId = KnownElements.UriTypeConverter; break; 3814case KnownElements.CultureInfo: converterId = KnownElements.CultureInfoConverter; break; 3821internal static KnownElements GetKnownTypeConverterIdForProperty( 3822KnownElements id, 3825KnownElements converterId = KnownElements.UnknownElement; 3828case KnownElements.ColumnDefinition: 3830converterId = KnownElements.LengthConverter; 3832converterId = KnownElements.LengthConverter; 3834case KnownElements.RowDefinition: 3836converterId = KnownElements.LengthConverter; 3838converterId = KnownElements.LengthConverter; 3840case KnownElements.FrameworkElement: 3842converterId = KnownElements.LengthConverter; 3844case KnownElements.Adorner: 3846converterId = KnownElements.LengthConverter; 3848case KnownElements.Shape: 3850converterId = KnownElements.LengthConverter; 3852converterId = KnownElements.LengthConverter; 3854case KnownElements.Panel: 3856converterId = KnownElements.LengthConverter; 3858case KnownElements.Canvas: 3860converterId = KnownElements.LengthConverter; 3862converterId = KnownElements.LengthConverter; 3864converterId = KnownElements.LengthConverter; 3866converterId = KnownElements.LengthConverter; 3868converterId = KnownElements.LengthConverter; 3870case KnownElements.Control: 3872converterId = KnownElements.LengthConverter; 3874converterId = KnownElements.FontSizeConverter; 3876case KnownElements.ContentControl: 3878converterId = KnownElements.LengthConverter; 3880converterId = KnownElements.FontSizeConverter; 3882case KnownElements.Window: 3884converterId = KnownElements.LengthConverter; 3886converterId = KnownElements.LengthConverter; 3888converterId = KnownElements.LengthConverter; 3890converterId = KnownElements.DialogResultConverter; 3892converterId = KnownElements.FontSizeConverter; 3894case KnownElements.NavigationWindow: 3896converterId = KnownElements.LengthConverter; 3898converterId = KnownElements.LengthConverter; 3900converterId = KnownElements.LengthConverter; 3902converterId = KnownElements.DialogResultConverter; 3904converterId = KnownElements.FontSizeConverter; 3906case KnownElements.CollectionView: 3908converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 3910case KnownElements.StickyNoteControl: 3912converterId = KnownElements.LengthConverter; 3914converterId = KnownElements.FontSizeConverter; 3916case KnownElements.ItemsControl: 3918converterId = KnownElements.LengthConverter; 3920converterId = KnownElements.FontSizeConverter; 3922case KnownElements.MenuBase: 3924converterId = KnownElements.LengthConverter; 3926converterId = KnownElements.FontSizeConverter; 3928case KnownElements.ContextMenu: 3930converterId = KnownElements.LengthConverter; 3932converterId = KnownElements.LengthConverter; 3934converterId = KnownElements.LengthConverter; 3936converterId = KnownElements.FontSizeConverter; 3938case KnownElements.HeaderedItemsControl: 3940converterId = KnownElements.LengthConverter; 3942converterId = KnownElements.FontSizeConverter; 3944case KnownElements.MenuItem: 3946converterId = KnownElements.LengthConverter; 3948converterId = KnownElements.FontSizeConverter; 3950case KnownElements.FlowDocumentScrollViewer: 3952converterId = KnownElements.LengthConverter; 3954converterId = KnownElements.FontSizeConverter; 3956case KnownElements.DocumentViewerBase: 3958converterId = KnownElements.LengthConverter; 3960converterId = KnownElements.FontSizeConverter; 3962case KnownElements.FlowDocumentPageViewer: 3964converterId = KnownElements.LengthConverter; 3966converterId = KnownElements.FontSizeConverter; 3968case KnownElements.AccessText: 3970converterId = KnownElements.LengthConverter; 3972converterId = KnownElements.FontSizeConverter; 3974converterId = KnownElements.LengthConverter; 3976case KnownElements.AdornedElementPlaceholder: 3978converterId = KnownElements.LengthConverter; 3980case KnownElements.Decorator: 3982converterId = KnownElements.LengthConverter; 3984case KnownElements.Border: 3986converterId = KnownElements.LengthConverter; 3988case KnownElements.ButtonBase: 3990converterId = KnownElements.LengthConverter; 3992converterId = KnownElements.FontSizeConverter; 3994case KnownElements.Button: 3996converterId = KnownElements.LengthConverter; 3998converterId = KnownElements.FontSizeConverter; 4000case KnownElements.ToggleButton: 4002converterId = KnownElements.LengthConverter; 4004converterId = KnownElements.NullableBoolConverter; 4006converterId = KnownElements.FontSizeConverter; 4008case KnownElements.CheckBox: 4010converterId = KnownElements.LengthConverter; 4012converterId = KnownElements.NullableBoolConverter; 4014converterId = KnownElements.FontSizeConverter; 4016case KnownElements.Selector: 4018converterId = KnownElements.LengthConverter; 4020converterId = KnownElements.NullableBoolConverter; 4022converterId = KnownElements.FontSizeConverter; 4024case KnownElements.ComboBox: 4026converterId = KnownElements.LengthConverter; 4028converterId = KnownElements.LengthConverter; 4030converterId = KnownElements.NullableBoolConverter; 4032converterId = KnownElements.FontSizeConverter; 4034case KnownElements.ListBoxItem: 4036converterId = KnownElements.LengthConverter; 4038converterId = KnownElements.FontSizeConverter; 4040case KnownElements.ComboBoxItem: 4042converterId = KnownElements.LengthConverter; 4044converterId = KnownElements.FontSizeConverter; 4046case KnownElements.ContentPresenter: 4048converterId = KnownElements.LengthConverter; 4050case KnownElements.ContextMenuService: 4052converterId = KnownElements.LengthConverter; 4054converterId = KnownElements.LengthConverter; 4056case KnownElements.DockPanel: 4058converterId = KnownElements.LengthConverter; 4060case KnownElements.DocumentViewer: 4062converterId = KnownElements.LengthConverter; 4064converterId = KnownElements.FontSizeConverter; 4066case KnownElements.HeaderedContentControl: 4068converterId = KnownElements.LengthConverter; 4070converterId = KnownElements.FontSizeConverter; 4072case KnownElements.Expander: 4074converterId = KnownElements.LengthConverter; 4076converterId = KnownElements.FontSizeConverter; 4078case KnownElements.FlowDocumentReader: 4080converterId = KnownElements.LengthConverter; 4082converterId = KnownElements.FontSizeConverter; 4084case KnownElements.Frame: 4086converterId = KnownElements.LengthConverter; 4088converterId = KnownElements.FontSizeConverter; 4090case KnownElements.Grid: 4092converterId = KnownElements.LengthConverter; 4094case KnownElements.GridViewColumn: 4096converterId = KnownElements.LengthConverter; 4098case KnownElements.GridViewColumnHeader: 4100converterId = KnownElements.LengthConverter; 4102converterId = KnownElements.FontSizeConverter; 4104case KnownElements.GridViewRowPresenterBase: 4106converterId = KnownElements.LengthConverter; 4108case KnownElements.GridViewHeaderRowPresenter: 4110converterId = KnownElements.LengthConverter; 4112case KnownElements.GridViewRowPresenter: 4114converterId = KnownElements.LengthConverter; 4116case KnownElements.Thumb: 4118converterId = KnownElements.LengthConverter; 4120converterId = KnownElements.FontSizeConverter; 4122case KnownElements.GridSplitter: 4124converterId = KnownElements.LengthConverter; 4126converterId = KnownElements.FontSizeConverter; 4128case KnownElements.GroupBox: 4130converterId = KnownElements.LengthConverter; 4132converterId = KnownElements.FontSizeConverter; 4134case KnownElements.GroupItem: 4136converterId = KnownElements.LengthConverter; 4138converterId = KnownElements.FontSizeConverter; 4140case KnownElements.Image: 4142converterId = KnownElements.LengthConverter; 4144case KnownElements.InkCanvas: 4146converterId = KnownElements.LengthConverter; 4148converterId = KnownElements.LengthConverter; 4150converterId = KnownElements.LengthConverter; 4152converterId = KnownElements.LengthConverter; 4154converterId = KnownElements.LengthConverter; 4156case KnownElements.InkPresenter: 4158converterId = KnownElements.LengthConverter; 4160case KnownElements.ItemCollection: 4162converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4164case KnownElements.ItemsPresenter: 4166converterId = KnownElements.LengthConverter; 4168case KnownElements.Label: 4170converterId = KnownElements.LengthConverter; 4172converterId = KnownElements.FontSizeConverter; 4174case KnownElements.ListBox: 4176converterId = KnownElements.LengthConverter; 4178converterId = KnownElements.NullableBoolConverter; 4180converterId = KnownElements.FontSizeConverter; 4182case KnownElements.ListView: 4184converterId = KnownElements.LengthConverter; 4186converterId = KnownElements.NullableBoolConverter; 4188converterId = KnownElements.FontSizeConverter; 4190case KnownElements.ListViewItem: 4192converterId = KnownElements.LengthConverter; 4194converterId = KnownElements.FontSizeConverter; 4196case KnownElements.MediaElement: 4198converterId = KnownElements.LengthConverter; 4200case KnownElements.Menu: 4202converterId = KnownElements.LengthConverter; 4204converterId = KnownElements.FontSizeConverter; 4206case KnownElements.Page: 4208converterId = KnownElements.LengthConverter; 4210converterId = KnownElements.FontSizeConverter; 4212case KnownElements.PasswordBox: 4214converterId = KnownElements.LengthConverter; 4216converterId = KnownElements.FontSizeConverter; 4218case KnownElements.BulletDecorator: 4220converterId = KnownElements.LengthConverter; 4222case KnownElements.DocumentPageView: 4224converterId = KnownElements.LengthConverter; 4226case KnownElements.Popup: 4228converterId = KnownElements.LengthConverter; 4230converterId = KnownElements.LengthConverter; 4232converterId = KnownElements.LengthConverter; 4234case KnownElements.RangeBase: 4236converterId = KnownElements.LengthConverter; 4238converterId = KnownElements.FontSizeConverter; 4240case KnownElements.RepeatButton: 4242converterId = KnownElements.LengthConverter; 4244converterId = KnownElements.FontSizeConverter; 4246case KnownElements.ResizeGrip: 4248converterId = KnownElements.LengthConverter; 4250converterId = KnownElements.FontSizeConverter; 4252case KnownElements.ScrollBar: 4254converterId = KnownElements.LengthConverter; 4256converterId = KnownElements.FontSizeConverter; 4258case KnownElements.ScrollContentPresenter: 4260converterId = KnownElements.LengthConverter; 4262case KnownElements.StatusBar: 4264converterId = KnownElements.LengthConverter; 4266converterId = KnownElements.FontSizeConverter; 4268case KnownElements.StatusBarItem: 4270converterId = KnownElements.LengthConverter; 4272converterId = KnownElements.FontSizeConverter; 4274case KnownElements.TabPanel: 4276converterId = KnownElements.LengthConverter; 4278case KnownElements.TextBoxBase: 4280converterId = KnownElements.LengthConverter; 4282converterId = KnownElements.FontSizeConverter; 4284case KnownElements.TickBar: 4286converterId = KnownElements.LengthConverter; 4288case KnownElements.ToolBarOverflowPanel: 4290converterId = KnownElements.LengthConverter; 4292case KnownElements.StackPanel: 4294converterId = KnownElements.LengthConverter; 4296case KnownElements.ToolBarPanel: 4298converterId = KnownElements.LengthConverter; 4300case KnownElements.Track: 4302converterId = KnownElements.LengthConverter; 4304case KnownElements.UniformGrid: 4306converterId = KnownElements.LengthConverter; 4308case KnownElements.ProgressBar: 4310converterId = KnownElements.LengthConverter; 4312converterId = KnownElements.FontSizeConverter; 4314case KnownElements.RadioButton: 4316converterId = KnownElements.LengthConverter; 4318converterId = KnownElements.NullableBoolConverter; 4320converterId = KnownElements.FontSizeConverter; 4322case KnownElements.RichTextBox: 4324converterId = KnownElements.LengthConverter; 4326converterId = KnownElements.FontSizeConverter; 4328case KnownElements.ScrollViewer: 4330converterId = KnownElements.LengthConverter; 4332converterId = KnownElements.FontSizeConverter; 4334case KnownElements.Separator: 4336converterId = KnownElements.LengthConverter; 4338converterId = KnownElements.FontSizeConverter; 4340case KnownElements.Slider: 4342converterId = KnownElements.LengthConverter; 4344converterId = KnownElements.FontSizeConverter; 4346case KnownElements.TabControl: 4348converterId = KnownElements.LengthConverter; 4350converterId = KnownElements.NullableBoolConverter; 4352converterId = KnownElements.FontSizeConverter; 4354case KnownElements.TabItem: 4356converterId = KnownElements.LengthConverter; 4358converterId = KnownElements.FontSizeConverter; 4360case KnownElements.TextBlock: 4362converterId = KnownElements.LengthConverter; 4364converterId = KnownElements.FontSizeConverter; 4366converterId = KnownElements.LengthConverter; 4368case KnownElements.TextBox: 4370converterId = KnownElements.LengthConverter; 4372converterId = KnownElements.FontSizeConverter; 4374case KnownElements.ToolBar: 4376converterId = KnownElements.LengthConverter; 4378converterId = KnownElements.FontSizeConverter; 4380case KnownElements.ToolBarTray: 4382converterId = KnownElements.LengthConverter; 4384case KnownElements.ToolTip: 4386converterId = KnownElements.LengthConverter; 4388converterId = KnownElements.LengthConverter; 4390converterId = KnownElements.LengthConverter; 4392converterId = KnownElements.FontSizeConverter; 4394case KnownElements.ToolTipService: 4396converterId = KnownElements.LengthConverter; 4398converterId = KnownElements.LengthConverter; 4400case KnownElements.TreeView: 4402converterId = KnownElements.LengthConverter; 4404converterId = KnownElements.FontSizeConverter; 4406case KnownElements.TreeViewItem: 4408converterId = KnownElements.LengthConverter; 4410converterId = KnownElements.FontSizeConverter; 4412case KnownElements.UserControl: 4414converterId = KnownElements.LengthConverter; 4416converterId = KnownElements.FontSizeConverter; 4418case KnownElements.Viewbox: 4420converterId = KnownElements.LengthConverter; 4422case KnownElements.Viewport3D: 4424converterId = KnownElements.LengthConverter; 4426case KnownElements.VirtualizingPanel: 4428converterId = KnownElements.LengthConverter; 4430case KnownElements.VirtualizingStackPanel: 4432converterId = KnownElements.LengthConverter; 4434case KnownElements.WrapPanel: 4436converterId = KnownElements.LengthConverter; 4438converterId = KnownElements.LengthConverter; 4440converterId = KnownElements.LengthConverter; 4442case KnownElements.Binding: 4444converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4446case KnownElements.BindingListCollectionView: 4448converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4450case KnownElements.CollectionViewSource: 4452converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4454case KnownElements.ListCollectionView: 4456converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4458case KnownElements.MultiBinding: 4460converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4462case KnownElements.AdornerDecorator: 4464converterId = KnownElements.LengthConverter; 4466case KnownElements.AdornerLayer: 4468converterId = KnownElements.LengthConverter; 4470case KnownElements.TextElement: 4472converterId = KnownElements.FontSizeConverter; 4474case KnownElements.Inline: 4476converterId = KnownElements.FontSizeConverter; 4478case KnownElements.AnchoredBlock: 4480converterId = KnownElements.LengthConverter; 4482converterId = KnownElements.FontSizeConverter; 4484case KnownElements.Block: 4486converterId = KnownElements.LengthConverter; 4488converterId = KnownElements.FontSizeConverter; 4490case KnownElements.BlockUIContainer: 4492converterId = KnownElements.LengthConverter; 4494converterId = KnownElements.FontSizeConverter; 4496case KnownElements.Span: 4498converterId = KnownElements.FontSizeConverter; 4500case KnownElements.Bold: 4502converterId = KnownElements.FontSizeConverter; 4504case KnownElements.DocumentReference: 4506converterId = KnownElements.LengthConverter; 4508case KnownElements.Figure: 4510converterId = KnownElements.LengthConverter; 4512converterId = KnownElements.LengthConverter; 4514converterId = KnownElements.LengthConverter; 4516converterId = KnownElements.FontSizeConverter; 4518case KnownElements.FixedPage: 4520converterId = KnownElements.LengthConverter; 4522converterId = KnownElements.LengthConverter; 4524converterId = KnownElements.LengthConverter; 4526converterId = KnownElements.LengthConverter; 4528converterId = KnownElements.LengthConverter; 4530case KnownElements.Floater: 4532converterId = KnownElements.LengthConverter; 4534converterId = KnownElements.LengthConverter; 4536converterId = KnownElements.FontSizeConverter; 4538case KnownElements.FlowDocument: 4540converterId = KnownElements.FontSizeConverter; 4542converterId = KnownElements.LengthConverter; 4544converterId = KnownElements.LengthConverter; 4546converterId = KnownElements.LengthConverter; 4548converterId = KnownElements.LengthConverter; 4550converterId = KnownElements.LengthConverter; 4552converterId = KnownElements.LengthConverter; 4554converterId = KnownElements.LengthConverter; 4556converterId = KnownElements.LengthConverter; 4558converterId = KnownElements.LengthConverter; 4560converterId = KnownElements.LengthConverter; 4562case KnownElements.Glyphs: 4564converterId = KnownElements.LengthConverter; 4566converterId = KnownElements.FontSizeConverter; 4568converterId = KnownElements.LengthConverter; 4570converterId = KnownElements.LengthConverter; 4572case KnownElements.Hyperlink: 4574converterId = KnownElements.FontSizeConverter; 4576case KnownElements.InlineUIContainer: 4578converterId = KnownElements.FontSizeConverter; 4580case KnownElements.Italic: 4582converterId = KnownElements.FontSizeConverter; 4584case KnownElements.LineBreak: 4586converterId = KnownElements.FontSizeConverter; 4588case KnownElements.List: 4590converterId = KnownElements.LengthConverter; 4592converterId = KnownElements.LengthConverter; 4594converterId = KnownElements.FontSizeConverter; 4596case KnownElements.ListItem: 4598converterId = KnownElements.LengthConverter; 4600converterId = KnownElements.FontSizeConverter; 4602case KnownElements.PageContent: 4604converterId = KnownElements.LengthConverter; 4606case KnownElements.Paragraph: 4608converterId = KnownElements.LengthConverter; 4610converterId = KnownElements.LengthConverter; 4612converterId = KnownElements.FontSizeConverter; 4614case KnownElements.Run: 4616converterId = KnownElements.FontSizeConverter; 4618case KnownElements.Section: 4620converterId = KnownElements.LengthConverter; 4622converterId = KnownElements.FontSizeConverter; 4624case KnownElements.Table: 4626converterId = KnownElements.LengthConverter; 4628converterId = KnownElements.LengthConverter; 4630converterId = KnownElements.FontSizeConverter; 4632case KnownElements.TableCell: 4634converterId = KnownElements.LengthConverter; 4636converterId = KnownElements.FontSizeConverter; 4638case KnownElements.TableRow: 4640converterId = KnownElements.FontSizeConverter; 4642case KnownElements.TableRowGroup: 4644converterId = KnownElements.FontSizeConverter; 4646case KnownElements.Underline: 4648converterId = KnownElements.FontSizeConverter; 4650case KnownElements.PageFunctionBase: 4652converterId = KnownElements.LengthConverter; 4654converterId = KnownElements.FontSizeConverter; 4656case KnownElements.Ellipse: 4658converterId = KnownElements.LengthConverter; 4660converterId = KnownElements.LengthConverter; 4662case KnownElements.Line: 4664converterId = KnownElements.LengthConverter; 4666converterId = KnownElements.LengthConverter; 4668converterId = KnownElements.LengthConverter; 4670converterId = KnownElements.LengthConverter; 4672converterId = KnownElements.LengthConverter; 4674converterId = KnownElements.LengthConverter; 4676case KnownElements.Path: 4678converterId = KnownElements.LengthConverter; 4680converterId = KnownElements.LengthConverter; 4682case KnownElements.Polygon: 4684converterId = KnownElements.LengthConverter; 4686converterId = KnownElements.LengthConverter; 4688case KnownElements.Polyline: 4690converterId = KnownElements.LengthConverter; 4692converterId = KnownElements.LengthConverter; 4694case KnownElements.Rectangle: 4696converterId = KnownElements.LengthConverter; 4698converterId = KnownElements.LengthConverter; 4700converterId = KnownElements.LengthConverter; 4702converterId = KnownElements.LengthConverter; 4704case KnownElements.InputBinding: 4706converterId = KnownElements.CommandConverter; 4708case KnownElements.KeyBinding: 4710converterId = KnownElements.KeyGestureConverter; 4712converterId = KnownElements.CommandConverter; 4714case KnownElements.MouseBinding: 4716converterId = KnownElements.MouseGestureConverter; 4718converterId = KnownElements.CommandConverter; 4720case KnownElements.InputLanguageManager: 4722converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4724converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4726case KnownElements.GlyphRun: 4728converterId = KnownElements.BoolIListConverter; 4730converterId = KnownElements.UShortIListConverter; 4732converterId = KnownElements.CharIListConverter; 4734converterId = KnownElements.UShortIListConverter; 4736converterId = KnownElements.DoubleIListConverter; 4738converterId = KnownElements.PointIListConverter; 4740case KnownElements.NumberSubstitution: 4742converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 5550private Type InitializeOneType(KnownElements knownElement) 5555case KnownElements.AccessText: t = typeof(System.Windows.Controls.AccessText); break; 5556case KnownElements.AdornedElementPlaceholder: t = typeof(System.Windows.Controls.AdornedElementPlaceholder); break; 5557case KnownElements.Adorner: t = typeof(System.Windows.Documents.Adorner); break; 5558case KnownElements.AdornerDecorator: t = typeof(System.Windows.Documents.AdornerDecorator); break; 5559case KnownElements.AdornerLayer: t = typeof(System.Windows.Documents.AdornerLayer); break; 5560case KnownElements.AffineTransform3D: t = typeof(System.Windows.Media.Media3D.AffineTransform3D); break; 5561case KnownElements.AmbientLight: t = typeof(System.Windows.Media.Media3D.AmbientLight); break; 5562case KnownElements.AnchoredBlock: t = typeof(System.Windows.Documents.AnchoredBlock); break; 5563case KnownElements.Animatable: t = typeof(System.Windows.Media.Animation.Animatable); break; 5564case KnownElements.AnimationClock: t = typeof(System.Windows.Media.Animation.AnimationClock); break; 5565case KnownElements.AnimationTimeline: t = typeof(System.Windows.Media.Animation.AnimationTimeline); break; 5566case KnownElements.Application: t = typeof(System.Windows.Application); break; 5567case KnownElements.ArcSegment: t = typeof(System.Windows.Media.ArcSegment); break; 5568case KnownElements.ArrayExtension: t = typeof(System.Windows.Markup.ArrayExtension); break; 5569case KnownElements.AxisAngleRotation3D: t = typeof(System.Windows.Media.Media3D.AxisAngleRotation3D); break; 5570case KnownElements.BaseIListConverter: t = typeof(System.Windows.Media.Converters.BaseIListConverter); break; 5571case KnownElements.BeginStoryboard: t = typeof(System.Windows.Media.Animation.BeginStoryboard); break; 5572case KnownElements.BevelBitmapEffect: t = typeof(System.Windows.Media.Effects.BevelBitmapEffect); break; 5573case KnownElements.BezierSegment: t = typeof(System.Windows.Media.BezierSegment); break; 5574case KnownElements.Binding: t = typeof(System.Windows.Data.Binding); break; 5575case KnownElements.BindingBase: t = typeof(System.Windows.Data.BindingBase); break; 5576case KnownElements.BindingExpression: t = typeof(System.Windows.Data.BindingExpression); break; 5577case KnownElements.BindingExpressionBase: t = typeof(System.Windows.Data.BindingExpressionBase); break; 5578case KnownElements.BindingListCollectionView: t = typeof(System.Windows.Data.BindingListCollectionView); break; 5579case KnownElements.BitmapDecoder: t = typeof(System.Windows.Media.Imaging.BitmapDecoder); break; 5580case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.BitmapEffect); break; 5581case KnownElements.BitmapEffectCollection: t = typeof(System.Windows.Media.Effects.BitmapEffectCollection); break; 5582case KnownElements.BitmapEffectGroup: t = typeof(System.Windows.Media.Effects.BitmapEffectGroup); break; 5583case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.BitmapEffectInput); break; 5584case KnownElements.BitmapEncoder: t = typeof(System.Windows.Media.Imaging.BitmapEncoder); break; 5585case KnownElements.BitmapFrame: t = typeof(System.Windows.Media.Imaging.BitmapFrame); break; 5586case KnownElements.BitmapImage: t = typeof(System.Windows.Media.Imaging.BitmapImage); break; 5587case KnownElements.BitmapMetadata: t = typeof(System.Windows.Media.Imaging.BitmapMetadata); break; 5588case KnownElements.BitmapPalette: t = typeof(System.Windows.Media.Imaging.BitmapPalette); break; 5589case KnownElements.BitmapSource: t = typeof(System.Windows.Media.Imaging.BitmapSource); break; 5590case KnownElements.Block: t = typeof(System.Windows.Documents.Block); break; 5591case KnownElements.BlockUIContainer: t = typeof(System.Windows.Documents.BlockUIContainer); break; 5592case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.BlurBitmapEffect); break; 5593case KnownElements.BmpBitmapDecoder: t = typeof(System.Windows.Media.Imaging.BmpBitmapDecoder); break; 5594case KnownElements.BmpBitmapEncoder: t = typeof(System.Windows.Media.Imaging.BmpBitmapEncoder); break; 5595case KnownElements.Bold: t = typeof(System.Windows.Documents.Bold); break; 5596case KnownElements.BoolIListConverter: t = typeof(System.Windows.Media.Converters.BoolIListConverter); break; 5597case KnownElements.Boolean: t = typeof(System.Boolean); break; 5598case KnownElements.BooleanAnimationBase: t = typeof(System.Windows.Media.Animation.BooleanAnimationBase); break; 5599case KnownElements.BooleanAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames); break; 5600case KnownElements.BooleanConverter: t = typeof(System.ComponentModel.BooleanConverter); break; 5601case KnownElements.BooleanKeyFrame: t = typeof(System.Windows.Media.Animation.BooleanKeyFrame); break; 5602case KnownElements.BooleanKeyFrameCollection: t = typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection); break; 5603case KnownElements.BooleanToVisibilityConverter: t = typeof(System.Windows.Controls.BooleanToVisibilityConverter); break; 5604case KnownElements.Border: t = typeof(System.Windows.Controls.Border); break; 5605case KnownElements.BorderGapMaskConverter: t = typeof(System.Windows.Controls.BorderGapMaskConverter); break; 5606case KnownElements.Brush: t = typeof(System.Windows.Media.Brush); break; 5607case KnownElements.BrushConverter: t = typeof(System.Windows.Media.BrushConverter); break; 5608case KnownElements.BulletDecorator: t = typeof(System.Windows.Controls.Primitives.BulletDecorator); break; 5609case KnownElements.Button: t = typeof(System.Windows.Controls.Button); break; 5610case KnownElements.ButtonBase: t = typeof(System.Windows.Controls.Primitives.ButtonBase); break; 5611case KnownElements.Byte: t = typeof(System.Byte); break; 5612case KnownElements.ByteAnimation: t = typeof(System.Windows.Media.Animation.ByteAnimation); break; 5613case KnownElements.ByteAnimationBase: t = typeof(System.Windows.Media.Animation.ByteAnimationBase); break; 5614case KnownElements.ByteAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ByteAnimationUsingKeyFrames); break; 5615case KnownElements.ByteConverter: t = typeof(System.ComponentModel.ByteConverter); break; 5616case KnownElements.ByteKeyFrame: t = typeof(System.Windows.Media.Animation.ByteKeyFrame); break; 5617case KnownElements.ByteKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ByteKeyFrameCollection); break; 5618case KnownElements.CachedBitmap: t = typeof(System.Windows.Media.Imaging.CachedBitmap); break; 5619case KnownElements.Camera: t = typeof(System.Windows.Media.Media3D.Camera); break; 5620case KnownElements.Canvas: t = typeof(System.Windows.Controls.Canvas); break; 5621case KnownElements.Char: t = typeof(System.Char); break; 5622case KnownElements.CharAnimationBase: t = typeof(System.Windows.Media.Animation.CharAnimationBase); break; 5623case KnownElements.CharAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.CharAnimationUsingKeyFrames); break; 5624case KnownElements.CharConverter: t = typeof(System.ComponentModel.CharConverter); break; 5625case KnownElements.CharIListConverter: t = typeof(System.Windows.Media.Converters.CharIListConverter); break; 5626case KnownElements.CharKeyFrame: t = typeof(System.Windows.Media.Animation.CharKeyFrame); break; 5627case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break; 5628case KnownElements.CheckBox: t = typeof(System.Windows.Controls.CheckBox); break; 5629case KnownElements.Clock: t = typeof(System.Windows.Media.Animation.Clock); break; 5630case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break; 5631case KnownElements.ClockGroup: t = typeof(System.Windows.Media.Animation.ClockGroup); break; 5632case KnownElements.CollectionContainer: t = typeof(System.Windows.Data.CollectionContainer); break; 5633case KnownElements.CollectionView: t = typeof(System.Windows.Data.CollectionView); break; 5634case KnownElements.CollectionViewSource: t = typeof(System.Windows.Data.CollectionViewSource); break; 5635case KnownElements.Color: t = typeof(System.Windows.Media.Color); break; 5636case KnownElements.ColorAnimation: t = typeof(System.Windows.Media.Animation.ColorAnimation); break; 5637case KnownElements.ColorAnimationBase: t = typeof(System.Windows.Media.Animation.ColorAnimationBase); break; 5638case KnownElements.ColorAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ColorAnimationUsingKeyFrames); break; 5639case KnownElements.ColorConvertedBitmap: t = typeof(System.Windows.Media.Imaging.ColorConvertedBitmap); break; 5640case KnownElements.ColorConvertedBitmapExtension: t = typeof(System.Windows.ColorConvertedBitmapExtension); break; 5641case KnownElements.ColorConverter: t = typeof(System.Windows.Media.ColorConverter); break; 5642case KnownElements.ColorKeyFrame: t = typeof(System.Windows.Media.Animation.ColorKeyFrame); break; 5643case KnownElements.ColorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ColorKeyFrameCollection); break; 5644case KnownElements.ColumnDefinition: t = typeof(System.Windows.Controls.ColumnDefinition); break; 5645case KnownElements.CombinedGeometry: t = typeof(System.Windows.Media.CombinedGeometry); break; 5646case KnownElements.ComboBox: t = typeof(System.Windows.Controls.ComboBox); break; 5647case KnownElements.ComboBoxItem: t = typeof(System.Windows.Controls.ComboBoxItem); break; 5648case KnownElements.CommandConverter: t = typeof(System.Windows.Input.CommandConverter); break; 5649case KnownElements.ComponentResourceKey: t = typeof(System.Windows.ComponentResourceKey); break; 5650case KnownElements.ComponentResourceKeyConverter: t = typeof(System.Windows.Markup.ComponentResourceKeyConverter); break; 5651case KnownElements.CompositionTarget: t = typeof(System.Windows.Media.CompositionTarget); break; 5652case KnownElements.Condition: t = typeof(System.Windows.Condition); break; 5653case KnownElements.ContainerVisual: t = typeof(System.Windows.Media.ContainerVisual); break; 5654case KnownElements.ContentControl: t = typeof(System.Windows.Controls.ContentControl); break; 5655case KnownElements.ContentElement: t = typeof(System.Windows.ContentElement); break; 5656case KnownElements.ContentPresenter: t = typeof(System.Windows.Controls.ContentPresenter); break; 5657case KnownElements.ContentPropertyAttribute: t = typeof(System.Windows.Markup.ContentPropertyAttribute); break; 5658case KnownElements.ContentWrapperAttribute: t = typeof(System.Windows.Markup.ContentWrapperAttribute); break; 5659case KnownElements.ContextMenu: t = typeof(System.Windows.Controls.ContextMenu); break; 5660case KnownElements.ContextMenuService: t = typeof(System.Windows.Controls.ContextMenuService); break; 5661case KnownElements.Control: t = typeof(System.Windows.Controls.Control); break; 5662case KnownElements.ControlTemplate: t = typeof(System.Windows.Controls.ControlTemplate); break; 5663case KnownElements.ControllableStoryboardAction: t = typeof(System.Windows.Media.Animation.ControllableStoryboardAction); break; 5664case KnownElements.CornerRadius: t = typeof(System.Windows.CornerRadius); break; 5665case KnownElements.CornerRadiusConverter: t = typeof(System.Windows.CornerRadiusConverter); break; 5666case KnownElements.CroppedBitmap: t = typeof(System.Windows.Media.Imaging.CroppedBitmap); break; 5667case KnownElements.CultureInfo: t = typeof(System.Globalization.CultureInfo); break; 5668case KnownElements.CultureInfoConverter: t = typeof(System.ComponentModel.CultureInfoConverter); break; 5669case KnownElements.CultureInfoIetfLanguageTagConverter: t = typeof(System.Windows.CultureInfoIetfLanguageTagConverter); break; 5670case KnownElements.Cursor: t = typeof(System.Windows.Input.Cursor); break; 5671case KnownElements.CursorConverter: t = typeof(System.Windows.Input.CursorConverter); break; 5672case KnownElements.DashStyle: t = typeof(System.Windows.Media.DashStyle); break; 5673case KnownElements.DataChangedEventManager: t = typeof(System.Windows.Data.DataChangedEventManager); break; 5674case KnownElements.DataTemplate: t = typeof(System.Windows.DataTemplate); break; 5675case KnownElements.DataTemplateKey: t = typeof(System.Windows.DataTemplateKey); break; 5676case KnownElements.DataTrigger: t = typeof(System.Windows.DataTrigger); break; 5677case KnownElements.DateTime: t = typeof(System.DateTime); break; 5678case KnownElements.DateTimeConverter: t = typeof(System.ComponentModel.DateTimeConverter); break; 5679case KnownElements.DateTimeConverter2: t = typeof(System.Windows.Markup.DateTimeConverter2); break; 5680case KnownElements.Decimal: t = typeof(System.Decimal); break; 5681case KnownElements.DecimalAnimation: t = typeof(System.Windows.Media.Animation.DecimalAnimation); break; 5682case KnownElements.DecimalAnimationBase: t = typeof(System.Windows.Media.Animation.DecimalAnimationBase); break; 5683case KnownElements.DecimalAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames); break; 5684case KnownElements.DecimalConverter: t = typeof(System.ComponentModel.DecimalConverter); break; 5685case KnownElements.DecimalKeyFrame: t = typeof(System.Windows.Media.Animation.DecimalKeyFrame); break; 5686case KnownElements.DecimalKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DecimalKeyFrameCollection); break; 5687case KnownElements.Decorator: t = typeof(System.Windows.Controls.Decorator); break; 5688case KnownElements.DefinitionBase: t = typeof(System.Windows.Controls.DefinitionBase); break; 5689case KnownElements.DependencyObject: t = typeof(System.Windows.DependencyObject); break; 5690case KnownElements.DependencyProperty: t = typeof(System.Windows.DependencyProperty); break; 5691case KnownElements.DependencyPropertyConverter: t = typeof(System.Windows.Markup.DependencyPropertyConverter); break; 5692case KnownElements.DialogResultConverter: t = typeof(System.Windows.DialogResultConverter); break; 5693case KnownElements.DiffuseMaterial: t = typeof(System.Windows.Media.Media3D.DiffuseMaterial); break; 5694case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.DirectionalLight); break; 5695case KnownElements.DiscreteBooleanKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteBooleanKeyFrame); break; 5696case KnownElements.DiscreteByteKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteByteKeyFrame); break; 5697case KnownElements.DiscreteCharKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteCharKeyFrame); break; 5698case KnownElements.DiscreteColorKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteColorKeyFrame); break; 5699case KnownElements.DiscreteDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteDecimalKeyFrame); break; 5700case KnownElements.DiscreteDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteDoubleKeyFrame); break; 5701case KnownElements.DiscreteInt16KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt16KeyFrame); break; 5702case KnownElements.DiscreteInt32KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt32KeyFrame); break; 5703case KnownElements.DiscreteInt64KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt64KeyFrame); break; 5704case KnownElements.DiscreteMatrixKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteMatrixKeyFrame); break; 5705case KnownElements.DiscreteObjectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame); break; 5706case KnownElements.DiscretePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscretePoint3DKeyFrame); break; 5707case KnownElements.DiscretePointKeyFrame: t = typeof(System.Windows.Media.Animation.DiscretePointKeyFrame); break; 5708case KnownElements.DiscreteQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteQuaternionKeyFrame); break; 5709case KnownElements.DiscreteRectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteRectKeyFrame); break; 5710case KnownElements.DiscreteRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteRotation3DKeyFrame); break; 5711case KnownElements.DiscreteSingleKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteSingleKeyFrame); break; 5712case KnownElements.DiscreteSizeKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteSizeKeyFrame); break; 5713case KnownElements.DiscreteStringKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteStringKeyFrame); break; 5714case KnownElements.DiscreteThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteThicknessKeyFrame); break; 5715case KnownElements.DiscreteVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteVector3DKeyFrame); break; 5716case KnownElements.DiscreteVectorKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteVectorKeyFrame); break; 5717case KnownElements.DockPanel: t = typeof(System.Windows.Controls.DockPanel); break; 5718case KnownElements.DocumentPageView: t = typeof(System.Windows.Controls.Primitives.DocumentPageView); break; 5719case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.DocumentReference); break; 5720case KnownElements.DocumentViewer: t = typeof(System.Windows.Controls.DocumentViewer); break; 5721case KnownElements.DocumentViewerBase: t = typeof(System.Windows.Controls.Primitives.DocumentViewerBase); break; 5722case KnownElements.Double: t = typeof(System.Double); break; 5723case KnownElements.DoubleAnimation: t = typeof(System.Windows.Media.Animation.DoubleAnimation); break; 5724case KnownElements.DoubleAnimationBase: t = typeof(System.Windows.Media.Animation.DoubleAnimationBase); break; 5725case KnownElements.DoubleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); break; 5726case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath); break; 5727case KnownElements.DoubleCollection: t = typeof(System.Windows.Media.DoubleCollection); break; 5728case KnownElements.DoubleCollectionConverter: t = typeof(System.Windows.Media.DoubleCollectionConverter); break; 5729case KnownElements.DoubleConverter: t = typeof(System.ComponentModel.DoubleConverter); break; 5730case KnownElements.DoubleIListConverter: t = typeof(System.Windows.Media.Converters.DoubleIListConverter); break; 5731case KnownElements.DoubleKeyFrame: t = typeof(System.Windows.Media.Animation.DoubleKeyFrame); break; 5732case KnownElements.DoubleKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DoubleKeyFrameCollection); break; 5733case KnownElements.Drawing: t = typeof(System.Windows.Media.Drawing); break; 5734case KnownElements.DrawingBrush: t = typeof(System.Windows.Media.DrawingBrush); break; 5735case KnownElements.DrawingCollection: t = typeof(System.Windows.Media.DrawingCollection); break; 5736case KnownElements.DrawingContext: t = typeof(System.Windows.Media.DrawingContext); break; 5737case KnownElements.DrawingGroup: t = typeof(System.Windows.Media.DrawingGroup); break; 5738case KnownElements.DrawingImage: t = typeof(System.Windows.Media.DrawingImage); break; 5739case KnownElements.DrawingVisual: t = typeof(System.Windows.Media.DrawingVisual); break; 5740case KnownElements.DropShadowBitmapEffect: t = typeof(System.Windows.Media.Effects.DropShadowBitmapEffect); break; 5741case KnownElements.Duration: t = typeof(System.Windows.Duration); break; 5742case KnownElements.DurationConverter: t = typeof(System.Windows.DurationConverter); break; 5743case KnownElements.DynamicResourceExtension: t = typeof(System.Windows.DynamicResourceExtension); break; 5744case KnownElements.DynamicResourceExtensionConverter: t = typeof(System.Windows.DynamicResourceExtensionConverter); break; 5745case KnownElements.Ellipse: t = typeof(System.Windows.Shapes.Ellipse); break; 5746case KnownElements.EllipseGeometry: t = typeof(System.Windows.Media.EllipseGeometry); break; 5747case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.EmbossBitmapEffect); break; 5748case KnownElements.EmissiveMaterial: t = typeof(System.Windows.Media.Media3D.EmissiveMaterial); break; 5749case KnownElements.EnumConverter: t = typeof(System.ComponentModel.EnumConverter); break; 5750case KnownElements.EventManager: t = typeof(System.Windows.EventManager); break; 5751case KnownElements.EventSetter: t = typeof(System.Windows.EventSetter); break; 5752case KnownElements.EventTrigger: t = typeof(System.Windows.EventTrigger); break; 5753case KnownElements.Expander: t = typeof(System.Windows.Controls.Expander); break; 5754case KnownElements.Expression: t = typeof(System.Windows.Expression); break; 5755case KnownElements.ExpressionConverter: t = typeof(System.Windows.ExpressionConverter); break; 5756case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break; 5757case KnownElements.FigureLength: t = typeof(System.Windows.FigureLength); break; 5758case KnownElements.FigureLengthConverter: t = typeof(System.Windows.FigureLengthConverter); break; 5759case KnownElements.FixedDocument: t = typeof(System.Windows.Documents.FixedDocument); break; 5760case KnownElements.FixedDocumentSequence: t = typeof(System.Windows.Documents.FixedDocumentSequence); break; 5761case KnownElements.FixedPage: t = typeof(System.Windows.Documents.FixedPage); break; 5762case KnownElements.Floater: t = typeof(System.Windows.Documents.Floater); break; 5763case KnownElements.FlowDocument: t = typeof(System.Windows.Documents.FlowDocument); break; 5764case KnownElements.FlowDocumentPageViewer: t = typeof(System.Windows.Controls.FlowDocumentPageViewer); break; 5765case KnownElements.FlowDocumentReader: t = typeof(System.Windows.Controls.FlowDocumentReader); break; 5766case KnownElements.FlowDocumentScrollViewer: t = typeof(System.Windows.Controls.FlowDocumentScrollViewer); break; 5767case KnownElements.FocusManager: t = typeof(System.Windows.Input.FocusManager); break; 5768case KnownElements.FontFamily: t = typeof(System.Windows.Media.FontFamily); break; 5769case KnownElements.FontFamilyConverter: t = typeof(System.Windows.Media.FontFamilyConverter); break; 5770case KnownElements.FontSizeConverter: t = typeof(System.Windows.FontSizeConverter); break; 5771case KnownElements.FontStretch: t = typeof(System.Windows.FontStretch); break; 5772case KnownElements.FontStretchConverter: t = typeof(System.Windows.FontStretchConverter); break; 5773case KnownElements.FontStyle: t = typeof(System.Windows.FontStyle); break; 5774case KnownElements.FontStyleConverter: t = typeof(System.Windows.FontStyleConverter); break; 5775case KnownElements.FontWeight: t = typeof(System.Windows.FontWeight); break; 5776case KnownElements.FontWeightConverter: t = typeof(System.Windows.FontWeightConverter); break; 5777case KnownElements.FormatConvertedBitmap: t = typeof(System.Windows.Media.Imaging.FormatConvertedBitmap); break; 5778case KnownElements.Frame: t = typeof(System.Windows.Controls.Frame); break; 5779case KnownElements.FrameworkContentElement: t = typeof(System.Windows.FrameworkContentElement); break; 5780case KnownElements.FrameworkElement: t = typeof(System.Windows.FrameworkElement); break; 5781case KnownElements.FrameworkElementFactory: t = typeof(System.Windows.FrameworkElementFactory); break; 5782case KnownElements.FrameworkPropertyMetadata: t = typeof(System.Windows.FrameworkPropertyMetadata); break; 5783case KnownElements.FrameworkPropertyMetadataOptions: t = typeof(System.Windows.FrameworkPropertyMetadataOptions); break; 5784case KnownElements.FrameworkRichTextComposition: t = typeof(System.Windows.Documents.FrameworkRichTextComposition); break; 5785case KnownElements.FrameworkTemplate: t = typeof(System.Windows.FrameworkTemplate); break; 5786case KnownElements.FrameworkTextComposition: t = typeof(System.Windows.Documents.FrameworkTextComposition); break; 5787case KnownElements.Freezable: t = typeof(System.Windows.Freezable); break; 5788case KnownElements.GeneralTransform: t = typeof(System.Windows.Media.GeneralTransform); break; 5789case KnownElements.GeneralTransformCollection: t = typeof(System.Windows.Media.GeneralTransformCollection); break; 5790case KnownElements.GeneralTransformGroup: t = typeof(System.Windows.Media.GeneralTransformGroup); break; 5791case KnownElements.Geometry: t = typeof(System.Windows.Media.Geometry); break; 5792case KnownElements.Geometry3D: t = typeof(System.Windows.Media.Media3D.Geometry3D); break; 5793case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break; 5794case KnownElements.GeometryConverter: t = typeof(System.Windows.Media.GeometryConverter); break; 5795case KnownElements.GeometryDrawing: t = typeof(System.Windows.Media.GeometryDrawing); break; 5796case KnownElements.GeometryGroup: t = typeof(System.Windows.Media.GeometryGroup); break; 5797case KnownElements.GeometryModel3D: t = typeof(System.Windows.Media.Media3D.GeometryModel3D); break; 5798case KnownElements.GestureRecognizer: t = typeof(System.Windows.Ink.GestureRecognizer); break; 5799case KnownElements.GifBitmapDecoder: t = typeof(System.Windows.Media.Imaging.GifBitmapDecoder); break; 5800case KnownElements.GifBitmapEncoder: t = typeof(System.Windows.Media.Imaging.GifBitmapEncoder); break; 5801case KnownElements.GlyphRun: t = typeof(System.Windows.Media.GlyphRun); break; 5802case KnownElements.GlyphRunDrawing: t = typeof(System.Windows.Media.GlyphRunDrawing); break; 5803case KnownElements.GlyphTypeface: t = typeof(System.Windows.Media.GlyphTypeface); break; 5804case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break; 5805case KnownElements.GradientBrush: t = typeof(System.Windows.Media.GradientBrush); break; 5806case KnownElements.GradientStop: t = typeof(System.Windows.Media.GradientStop); break; 5807case KnownElements.GradientStopCollection: t = typeof(System.Windows.Media.GradientStopCollection); break; 5808case KnownElements.Grid: t = typeof(System.Windows.Controls.Grid); break; 5809case KnownElements.GridLength: t = typeof(System.Windows.GridLength); break; 5810case KnownElements.GridLengthConverter: t = typeof(System.Windows.GridLengthConverter); break; 5811case KnownElements.GridSplitter: t = typeof(System.Windows.Controls.GridSplitter); break; 5812case KnownElements.GridView: t = typeof(System.Windows.Controls.GridView); break; 5813case KnownElements.GridViewColumn: t = typeof(System.Windows.Controls.GridViewColumn); break; 5814case KnownElements.GridViewColumnHeader: t = typeof(System.Windows.Controls.GridViewColumnHeader); break; 5815case KnownElements.GridViewHeaderRowPresenter: t = typeof(System.Windows.Controls.GridViewHeaderRowPresenter); break; 5816case KnownElements.GridViewRowPresenter: t = typeof(System.Windows.Controls.GridViewRowPresenter); break; 5817case KnownElements.GridViewRowPresenterBase: t = typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase); break; 5818case KnownElements.GroupBox: t = typeof(System.Windows.Controls.GroupBox); break; 5819case KnownElements.GroupItem: t = typeof(System.Windows.Controls.GroupItem); break; 5820case KnownElements.Guid: t = typeof(System.Guid); break; 5821case KnownElements.GuidConverter: t = typeof(System.ComponentModel.GuidConverter); break; 5822case KnownElements.GuidelineSet: t = typeof(System.Windows.Media.GuidelineSet); break; 5823case KnownElements.HeaderedContentControl: t = typeof(System.Windows.Controls.HeaderedContentControl); break; 5824case KnownElements.HeaderedItemsControl: t = typeof(System.Windows.Controls.HeaderedItemsControl); break; 5825case KnownElements.HierarchicalDataTemplate: t = typeof(System.Windows.HierarchicalDataTemplate); break; 5826case KnownElements.HostVisual: t = typeof(System.Windows.Media.HostVisual); break; 5827case KnownElements.Hyperlink: t = typeof(System.Windows.Documents.Hyperlink); break; 5828case KnownElements.IAddChild: t = typeof(System.Windows.Markup.IAddChild); break; 5829case KnownElements.IAddChildInternal: t = typeof(System.Windows.Markup.IAddChildInternal); break; 5830case KnownElements.ICommand: t = typeof(System.Windows.Input.ICommand); break; 5831case KnownElements.IComponentConnector: t = typeof(System.Windows.Markup.IComponentConnector); break; 5832case KnownElements.INameScope: t = typeof(System.Windows.Markup.INameScope); break; 5833case KnownElements.IStyleConnector: t = typeof(System.Windows.Markup.IStyleConnector); break; 5834case KnownElements.IconBitmapDecoder: t = typeof(System.Windows.Media.Imaging.IconBitmapDecoder); break; 5835case KnownElements.Image: t = typeof(System.Windows.Controls.Image); break; 5836case KnownElements.ImageBrush: t = typeof(System.Windows.Media.ImageBrush); break; 5837case KnownElements.ImageDrawing: t = typeof(System.Windows.Media.ImageDrawing); break; 5838case KnownElements.ImageMetadata: t = typeof(System.Windows.Media.ImageMetadata); break; 5839case KnownElements.ImageSource: t = typeof(System.Windows.Media.ImageSource); break; 5840case KnownElements.ImageSourceConverter: t = typeof(System.Windows.Media.ImageSourceConverter); break; 5841case KnownElements.InPlaceBitmapMetadataWriter: t = typeof(System.Windows.Media.Imaging.InPlaceBitmapMetadataWriter); break; 5842case KnownElements.InkCanvas: t = typeof(System.Windows.Controls.InkCanvas); break; 5843case KnownElements.InkPresenter: t = typeof(System.Windows.Controls.InkPresenter); break; 5844case KnownElements.Inline: t = typeof(System.Windows.Documents.Inline); break; 5845case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break; 5846case KnownElements.InlineUIContainer: t = typeof(System.Windows.Documents.InlineUIContainer); break; 5847case KnownElements.InputBinding: t = typeof(System.Windows.Input.InputBinding); break; 5848case KnownElements.InputDevice: t = typeof(System.Windows.Input.InputDevice); break; 5849case KnownElements.InputLanguageManager: t = typeof(System.Windows.Input.InputLanguageManager); break; 5850case KnownElements.InputManager: t = typeof(System.Windows.Input.InputManager); break; 5851case KnownElements.InputMethod: t = typeof(System.Windows.Input.InputMethod); break; 5852case KnownElements.InputScope: t = typeof(System.Windows.Input.InputScope); break; 5853case KnownElements.InputScopeConverter: t = typeof(System.Windows.Input.InputScopeConverter); break; 5854case KnownElements.InputScopeName: t = typeof(System.Windows.Input.InputScopeName); break; 5855case KnownElements.InputScopeNameConverter: t = typeof(System.Windows.Input.InputScopeNameConverter); break; 5856case KnownElements.Int16: t = typeof(System.Int16); break; 5857case KnownElements.Int16Animation: t = typeof(System.Windows.Media.Animation.Int16Animation); break; 5858case KnownElements.Int16AnimationBase: t = typeof(System.Windows.Media.Animation.Int16AnimationBase); break; 5859case KnownElements.Int16AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int16AnimationUsingKeyFrames); break; 5860case KnownElements.Int16Converter: t = typeof(System.ComponentModel.Int16Converter); break; 5861case KnownElements.Int16KeyFrame: t = typeof(System.Windows.Media.Animation.Int16KeyFrame); break; 5862case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int16KeyFrameCollection); break; 5863case KnownElements.Int32: t = typeof(System.Int32); break; 5864case KnownElements.Int32Animation: t = typeof(System.Windows.Media.Animation.Int32Animation); break; 5865case KnownElements.Int32AnimationBase: t = typeof(System.Windows.Media.Animation.Int32AnimationBase); break; 5866case KnownElements.Int32AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int32AnimationUsingKeyFrames); break; 5867case KnownElements.Int32Collection: t = typeof(System.Windows.Media.Int32Collection); break; 5868case KnownElements.Int32CollectionConverter: t = typeof(System.Windows.Media.Int32CollectionConverter); break; 5869case KnownElements.Int32Converter: t = typeof(System.ComponentModel.Int32Converter); break; 5870case KnownElements.Int32KeyFrame: t = typeof(System.Windows.Media.Animation.Int32KeyFrame); break; 5871case KnownElements.Int32KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int32KeyFrameCollection); break; 5872case KnownElements.Int32Rect: t = typeof(System.Windows.Int32Rect); break; 5873case KnownElements.Int32RectConverter: t = typeof(System.Windows.Int32RectConverter); break; 5874case KnownElements.Int64: t = typeof(System.Int64); break; 5875case KnownElements.Int64Animation: t = typeof(System.Windows.Media.Animation.Int64Animation); break; 5876case KnownElements.Int64AnimationBase: t = typeof(System.Windows.Media.Animation.Int64AnimationBase); break; 5877case KnownElements.Int64AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int64AnimationUsingKeyFrames); break; 5878case KnownElements.Int64Converter: t = typeof(System.ComponentModel.Int64Converter); break; 5879case KnownElements.Int64KeyFrame: t = typeof(System.Windows.Media.Animation.Int64KeyFrame); break; 5880case KnownElements.Int64KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int64KeyFrameCollection); break; 5881case KnownElements.Italic: t = typeof(System.Windows.Documents.Italic); break; 5882case KnownElements.ItemCollection: t = typeof(System.Windows.Controls.ItemCollection); break; 5883case KnownElements.ItemsControl: t = typeof(System.Windows.Controls.ItemsControl); break; 5884case KnownElements.ItemsPanelTemplate: t = typeof(System.Windows.Controls.ItemsPanelTemplate); break; 5885case KnownElements.ItemsPresenter: t = typeof(System.Windows.Controls.ItemsPresenter); break; 5886case KnownElements.JournalEntry: t = typeof(System.Windows.Navigation.JournalEntry); break; 5887case KnownElements.JournalEntryListConverter: t = typeof(System.Windows.Navigation.JournalEntryListConverter); break; 5888case KnownElements.JournalEntryUnifiedViewConverter: t = typeof(System.Windows.Navigation.JournalEntryUnifiedViewConverter); break; 5889case KnownElements.JpegBitmapDecoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapDecoder); break; 5890case KnownElements.JpegBitmapEncoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapEncoder); break; 5891case KnownElements.KeyBinding: t = typeof(System.Windows.Input.KeyBinding); break; 5892case KnownElements.KeyConverter: t = typeof(System.Windows.Input.KeyConverter); break; 5893case KnownElements.KeyGesture: t = typeof(System.Windows.Input.KeyGesture); break; 5894case KnownElements.KeyGestureConverter: t = typeof(System.Windows.Input.KeyGestureConverter); break; 5895case KnownElements.KeySpline: t = typeof(System.Windows.Media.Animation.KeySpline); break; 5896case KnownElements.KeySplineConverter: t = typeof(System.Windows.KeySplineConverter); break; 5897case KnownElements.KeyTime: t = typeof(System.Windows.Media.Animation.KeyTime); break; 5898case KnownElements.KeyTimeConverter: t = typeof(System.Windows.KeyTimeConverter); break; 5899case KnownElements.KeyboardDevice: t = typeof(System.Windows.Input.KeyboardDevice); break; 5900case KnownElements.Label: t = typeof(System.Windows.Controls.Label); break; 5901case KnownElements.LateBoundBitmapDecoder: t = typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder); break; 5902case KnownElements.LengthConverter: t = typeof(System.Windows.LengthConverter); break; 5903case KnownElements.Light: t = typeof(System.Windows.Media.Media3D.Light); break; 5904case KnownElements.Line: t = typeof(System.Windows.Shapes.Line); break; 5905case KnownElements.LineBreak: t = typeof(System.Windows.Documents.LineBreak); break; 5906case KnownElements.LineGeometry: t = typeof(System.Windows.Media.LineGeometry); break; 5907case KnownElements.LineSegment: t = typeof(System.Windows.Media.LineSegment); break; 5908case KnownElements.LinearByteKeyFrame: t = typeof(System.Windows.Media.Animation.LinearByteKeyFrame); break; 5909case KnownElements.LinearColorKeyFrame: t = typeof(System.Windows.Media.Animation.LinearColorKeyFrame); break; 5910case KnownElements.LinearDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame); break; 5911case KnownElements.LinearDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDoubleKeyFrame); break; 5912case KnownElements.LinearGradientBrush: t = typeof(System.Windows.Media.LinearGradientBrush); break; 5913case KnownElements.LinearInt16KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt16KeyFrame); break; 5914case KnownElements.LinearInt32KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt32KeyFrame); break; 5915case KnownElements.LinearInt64KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt64KeyFrame); break; 5916case KnownElements.LinearPoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearPoint3DKeyFrame); break; 5917case KnownElements.LinearPointKeyFrame: t = typeof(System.Windows.Media.Animation.LinearPointKeyFrame); break; 5918case KnownElements.LinearQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.LinearQuaternionKeyFrame); break; 5919case KnownElements.LinearRectKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRectKeyFrame); break; 5920case KnownElements.LinearRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRotation3DKeyFrame); break; 5921case KnownElements.LinearSingleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearSingleKeyFrame); break; 5922case KnownElements.LinearSizeKeyFrame: t = typeof(System.Windows.Media.Animation.LinearSizeKeyFrame); break; 5923case KnownElements.LinearThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.LinearThicknessKeyFrame); break; 5924case KnownElements.LinearVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearVector3DKeyFrame); break; 5925case KnownElements.LinearVectorKeyFrame: t = typeof(System.Windows.Media.Animation.LinearVectorKeyFrame); break; 5926case KnownElements.List: t = typeof(System.Windows.Documents.List); break; 5927case KnownElements.ListBox: t = typeof(System.Windows.Controls.ListBox); break; 5928case KnownElements.ListBoxItem: t = typeof(System.Windows.Controls.ListBoxItem); break; 5929case KnownElements.ListCollectionView: t = typeof(System.Windows.Data.ListCollectionView); break; 5930case KnownElements.ListItem: t = typeof(System.Windows.Documents.ListItem); break; 5931case KnownElements.ListView: t = typeof(System.Windows.Controls.ListView); break; 5932case KnownElements.ListViewItem: t = typeof(System.Windows.Controls.ListViewItem); break; 5933case KnownElements.Localization: t = typeof(System.Windows.Localization); break; 5934case KnownElements.LostFocusEventManager: t = typeof(System.Windows.LostFocusEventManager); break; 5935case KnownElements.MarkupExtension: t = typeof(System.Windows.Markup.MarkupExtension); break; 5936case KnownElements.Material: t = typeof(System.Windows.Media.Media3D.Material); break; 5937case KnownElements.MaterialCollection: t = typeof(System.Windows.Media.Media3D.MaterialCollection); break; 5938case KnownElements.MaterialGroup: t = typeof(System.Windows.Media.Media3D.MaterialGroup); break; 5939case KnownElements.Matrix: t = typeof(System.Windows.Media.Matrix); break; 5940case KnownElements.Matrix3D: t = typeof(System.Windows.Media.Media3D.Matrix3D); break; 5941case KnownElements.Matrix3DConverter: t = typeof(System.Windows.Media.Media3D.Matrix3DConverter); break; 5942case KnownElements.MatrixAnimationBase: t = typeof(System.Windows.Media.Animation.MatrixAnimationBase); break; 5943case KnownElements.MatrixAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames); break; 5944case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath); break; 5945case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break; 5946case KnownElements.MatrixConverter: t = typeof(System.Windows.Media.MatrixConverter); break; 5947case KnownElements.MatrixKeyFrame: t = typeof(System.Windows.Media.Animation.MatrixKeyFrame); break; 5948case KnownElements.MatrixKeyFrameCollection: t = typeof(System.Windows.Media.Animation.MatrixKeyFrameCollection); break; 5949case KnownElements.MatrixTransform: t = typeof(System.Windows.Media.MatrixTransform); break; 5950case KnownElements.MatrixTransform3D: t = typeof(System.Windows.Media.Media3D.MatrixTransform3D); break; 5951case KnownElements.MediaClock: t = typeof(System.Windows.Media.MediaClock); break; 5952case KnownElements.MediaElement: t = typeof(System.Windows.Controls.MediaElement); break; 5953case KnownElements.MediaPlayer: t = typeof(System.Windows.Media.MediaPlayer); break; 5954case KnownElements.MediaTimeline: t = typeof(System.Windows.Media.MediaTimeline); break; 5955case KnownElements.Menu: t = typeof(System.Windows.Controls.Menu); break; 5956case KnownElements.MenuBase: t = typeof(System.Windows.Controls.Primitives.MenuBase); break; 5957case KnownElements.MenuItem: t = typeof(System.Windows.Controls.MenuItem); break; 5958case KnownElements.MenuScrollingVisibilityConverter: t = typeof(System.Windows.Controls.MenuScrollingVisibilityConverter); break; 5959case KnownElements.MeshGeometry3D: t = typeof(System.Windows.Media.Media3D.MeshGeometry3D); break; 5960case KnownElements.Model3D: t = typeof(System.Windows.Media.Media3D.Model3D); break; 5961case KnownElements.Model3DCollection: t = typeof(System.Windows.Media.Media3D.Model3DCollection); break; 5962case KnownElements.Model3DGroup: t = typeof(System.Windows.Media.Media3D.Model3DGroup); break; 5963case KnownElements.ModelVisual3D: t = typeof(System.Windows.Media.Media3D.ModelVisual3D); break; 5964case KnownElements.ModifierKeysConverter: t = typeof(System.Windows.Input.ModifierKeysConverter); break; 5965case KnownElements.MouseActionConverter: t = typeof(System.Windows.Input.MouseActionConverter); break; 5966case KnownElements.MouseBinding: t = typeof(System.Windows.Input.MouseBinding); break; 5967case KnownElements.MouseDevice: t = typeof(System.Windows.Input.MouseDevice); break; 5968case KnownElements.MouseGesture: t = typeof(System.Windows.Input.MouseGesture); break; 5969case KnownElements.MouseGestureConverter: t = typeof(System.Windows.Input.MouseGestureConverter); break; 5970case KnownElements.MultiBinding: t = typeof(System.Windows.Data.MultiBinding); break; 5971case KnownElements.MultiBindingExpression: t = typeof(System.Windows.Data.MultiBindingExpression); break; 5972case KnownElements.MultiDataTrigger: t = typeof(System.Windows.MultiDataTrigger); break; 5973case KnownElements.MultiTrigger: t = typeof(System.Windows.MultiTrigger); break; 5974case KnownElements.NameScope: t = typeof(System.Windows.NameScope); break; 5975case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break; 5976case KnownElements.NullExtension: t = typeof(System.Windows.Markup.NullExtension); break; 5977case KnownElements.NullableBoolConverter: t = typeof(System.Windows.NullableBoolConverter); break; 5978case KnownElements.NullableConverter: t = typeof(System.ComponentModel.NullableConverter); break; 5979case KnownElements.NumberSubstitution: t = typeof(System.Windows.Media.NumberSubstitution); break; 5980case KnownElements.Object: t = typeof(System.Object); break; 5981case KnownElements.ObjectAnimationBase: t = typeof(System.Windows.Media.Animation.ObjectAnimationBase); break; 5982case KnownElements.ObjectAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames); break; 5983case KnownElements.ObjectDataProvider: t = typeof(System.Windows.Data.ObjectDataProvider); break; 5984case KnownElements.ObjectKeyFrame: t = typeof(System.Windows.Media.Animation.ObjectKeyFrame); break; 5985case KnownElements.ObjectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ObjectKeyFrameCollection); break; 5986case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break; 5987case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect); break; 5988case KnownElements.Page: t = typeof(System.Windows.Controls.Page); break; 5989case KnownElements.PageContent: t = typeof(System.Windows.Documents.PageContent); break; 5990case KnownElements.PageFunctionBase: t = typeof(System.Windows.Navigation.PageFunctionBase); break; 5991case KnownElements.Panel: t = typeof(System.Windows.Controls.Panel); break; 5992case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break; 5993case KnownElements.ParallelTimeline: t = typeof(System.Windows.Media.Animation.ParallelTimeline); break; 5994case KnownElements.ParserContext: t = typeof(System.Windows.Markup.ParserContext); break; 5995case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break; 5996case KnownElements.Path: t = typeof(System.Windows.Shapes.Path); break; 5997case KnownElements.PathFigure: t = typeof(System.Windows.Media.PathFigure); break; 5998case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.PathFigureCollection); break; 5999case KnownElements.PathFigureCollectionConverter: t = typeof(System.Windows.Media.PathFigureCollectionConverter); break; 6000case KnownElements.PathGeometry: t = typeof(System.Windows.Media.PathGeometry); break; 6001case KnownElements.PathSegment: t = typeof(System.Windows.Media.PathSegment); break; 6002case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break; 6003case KnownElements.PauseStoryboard: t = typeof(System.Windows.Media.Animation.PauseStoryboard); break; 6004case KnownElements.Pen: t = typeof(System.Windows.Media.Pen); break; 6005case KnownElements.PerspectiveCamera: t = typeof(System.Windows.Media.Media3D.PerspectiveCamera); break; 6006case KnownElements.PixelFormat: t = typeof(System.Windows.Media.PixelFormat); break; 6007case KnownElements.PixelFormatConverter: t = typeof(System.Windows.Media.PixelFormatConverter); break; 6008case KnownElements.PngBitmapDecoder: t = typeof(System.Windows.Media.Imaging.PngBitmapDecoder); break; 6009case KnownElements.PngBitmapEncoder: t = typeof(System.Windows.Media.Imaging.PngBitmapEncoder); break; 6010case KnownElements.Point: t = typeof(System.Windows.Point); break; 6011case KnownElements.Point3D: t = typeof(System.Windows.Media.Media3D.Point3D); break; 6012case KnownElements.Point3DAnimation: t = typeof(System.Windows.Media.Animation.Point3DAnimation); break; 6013case KnownElements.Point3DAnimationBase: t = typeof(System.Windows.Media.Animation.Point3DAnimationBase); break; 6014case KnownElements.Point3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames); break; 6015case KnownElements.Point3DCollection: t = typeof(System.Windows.Media.Media3D.Point3DCollection); break; 6016case KnownElements.Point3DCollectionConverter: t = typeof(System.Windows.Media.Media3D.Point3DCollectionConverter); break; 6017case KnownElements.Point3DConverter: t = typeof(System.Windows.Media.Media3D.Point3DConverter); break; 6018case KnownElements.Point3DKeyFrame: t = typeof(System.Windows.Media.Animation.Point3DKeyFrame); break; 6019case KnownElements.Point3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Point3DKeyFrameCollection); break; 6020case KnownElements.Point4D: t = typeof(System.Windows.Media.Media3D.Point4D); break; 6021case KnownElements.Point4DConverter: t = typeof(System.Windows.Media.Media3D.Point4DConverter); break; 6022case KnownElements.PointAnimation: t = typeof(System.Windows.Media.Animation.PointAnimation); break; 6023case KnownElements.PointAnimationBase: t = typeof(System.Windows.Media.Animation.PointAnimationBase); break; 6024case KnownElements.PointAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.PointAnimationUsingKeyFrames); break; 6025case KnownElements.PointAnimationUsingPath: t = typeof(System.Windows.Media.Animation.PointAnimationUsingPath); break; 6026case KnownElements.PointCollection: t = typeof(System.Windows.Media.PointCollection); break; 6027case KnownElements.PointCollectionConverter: t = typeof(System.Windows.Media.PointCollectionConverter); break; 6028case KnownElements.PointConverter: t = typeof(System.Windows.PointConverter); break; 6029case KnownElements.PointIListConverter: t = typeof(System.Windows.Media.Converters.PointIListConverter); break; 6030case KnownElements.PointKeyFrame: t = typeof(System.Windows.Media.Animation.PointKeyFrame); break; 6031case KnownElements.PointKeyFrameCollection: t = typeof(System.Windows.Media.Animation.PointKeyFrameCollection); break; 6032case KnownElements.PointLight: t = typeof(System.Windows.Media.Media3D.PointLight); break; 6033case KnownElements.PointLightBase: t = typeof(System.Windows.Media.Media3D.PointLightBase); break; 6034case KnownElements.PolyBezierSegment: t = typeof(System.Windows.Media.PolyBezierSegment); break; 6035case KnownElements.PolyLineSegment: t = typeof(System.Windows.Media.PolyLineSegment); break; 6036case KnownElements.PolyQuadraticBezierSegment: t = typeof(System.Windows.Media.PolyQuadraticBezierSegment); break; 6037case KnownElements.Polygon: t = typeof(System.Windows.Shapes.Polygon); break; 6038case KnownElements.Polyline: t = typeof(System.Windows.Shapes.Polyline); break; 6039case KnownElements.Popup: t = typeof(System.Windows.Controls.Primitives.Popup); break; 6040case KnownElements.PresentationSource: t = typeof(System.Windows.PresentationSource); break; 6041case KnownElements.PriorityBinding: t = typeof(System.Windows.Data.PriorityBinding); break; 6042case KnownElements.PriorityBindingExpression: t = typeof(System.Windows.Data.PriorityBindingExpression); break; 6043case KnownElements.ProgressBar: t = typeof(System.Windows.Controls.ProgressBar); break; 6044case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break; 6045case KnownElements.PropertyPath: t = typeof(System.Windows.PropertyPath); break; 6046case KnownElements.PropertyPathConverter: t = typeof(System.Windows.PropertyPathConverter); break; 6047case KnownElements.QuadraticBezierSegment: t = typeof(System.Windows.Media.QuadraticBezierSegment); break; 6048case KnownElements.Quaternion: t = typeof(System.Windows.Media.Media3D.Quaternion); break; 6049case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break; 6050case KnownElements.QuaternionAnimationBase: t = typeof(System.Windows.Media.Animation.QuaternionAnimationBase); break; 6051case KnownElements.QuaternionAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames); break; 6052case KnownElements.QuaternionConverter: t = typeof(System.Windows.Media.Media3D.QuaternionConverter); break; 6053case KnownElements.QuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.QuaternionKeyFrame); break; 6054case KnownElements.QuaternionKeyFrameCollection: t = typeof(System.Windows.Media.Animation.QuaternionKeyFrameCollection); break; 6055case KnownElements.QuaternionRotation3D: t = typeof(System.Windows.Media.Media3D.QuaternionRotation3D); break; 6056case KnownElements.RadialGradientBrush: t = typeof(System.Windows.Media.RadialGradientBrush); break; 6057case KnownElements.RadioButton: t = typeof(System.Windows.Controls.RadioButton); break; 6058case KnownElements.RangeBase: t = typeof(System.Windows.Controls.Primitives.RangeBase); break; 6059case KnownElements.Rect: t = typeof(System.Windows.Rect); break; 6060case KnownElements.Rect3D: t = typeof(System.Windows.Media.Media3D.Rect3D); break; 6061case KnownElements.Rect3DConverter: t = typeof(System.Windows.Media.Media3D.Rect3DConverter); break; 6062case KnownElements.RectAnimation: t = typeof(System.Windows.Media.Animation.RectAnimation); break; 6063case KnownElements.RectAnimationBase: t = typeof(System.Windows.Media.Animation.RectAnimationBase); break; 6064case KnownElements.RectAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.RectAnimationUsingKeyFrames); break; 6065case KnownElements.RectConverter: t = typeof(System.Windows.RectConverter); break; 6066case KnownElements.RectKeyFrame: t = typeof(System.Windows.Media.Animation.RectKeyFrame); break; 6067case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.RectKeyFrameCollection); break; 6068case KnownElements.Rectangle: t = typeof(System.Windows.Shapes.Rectangle); break; 6069case KnownElements.RectangleGeometry: t = typeof(System.Windows.Media.RectangleGeometry); break; 6070case KnownElements.RelativeSource: t = typeof(System.Windows.Data.RelativeSource); break; 6071case KnownElements.RemoveStoryboard: t = typeof(System.Windows.Media.Animation.RemoveStoryboard); break; 6072case KnownElements.RenderOptions: t = typeof(System.Windows.Media.RenderOptions); break; 6073case KnownElements.RenderTargetBitmap: t = typeof(System.Windows.Media.Imaging.RenderTargetBitmap); break; 6074case KnownElements.RepeatBehavior: t = typeof(System.Windows.Media.Animation.RepeatBehavior); break; 6075case KnownElements.RepeatBehaviorConverter: t = typeof(System.Windows.Media.Animation.RepeatBehaviorConverter); break; 6076case KnownElements.RepeatButton: t = typeof(System.Windows.Controls.Primitives.RepeatButton); break; 6077case KnownElements.ResizeGrip: t = typeof(System.Windows.Controls.Primitives.ResizeGrip); break; 6078case KnownElements.ResourceDictionary: t = typeof(System.Windows.ResourceDictionary); break; 6079case KnownElements.ResourceKey: t = typeof(System.Windows.ResourceKey); break; 6080case KnownElements.ResumeStoryboard: t = typeof(System.Windows.Media.Animation.ResumeStoryboard); break; 6081case KnownElements.RichTextBox: t = typeof(System.Windows.Controls.RichTextBox); break; 6082case KnownElements.RotateTransform: t = typeof(System.Windows.Media.RotateTransform); break; 6083case KnownElements.RotateTransform3D: t = typeof(System.Windows.Media.Media3D.RotateTransform3D); break; 6084case KnownElements.Rotation3D: t = typeof(System.Windows.Media.Media3D.Rotation3D); break; 6085case KnownElements.Rotation3DAnimation: t = typeof(System.Windows.Media.Animation.Rotation3DAnimation); break; 6086case KnownElements.Rotation3DAnimationBase: t = typeof(System.Windows.Media.Animation.Rotation3DAnimationBase); break; 6087case KnownElements.Rotation3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames); break; 6088case KnownElements.Rotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.Rotation3DKeyFrame); break; 6089case KnownElements.Rotation3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Rotation3DKeyFrameCollection); break; 6090case KnownElements.RoutedCommand: t = typeof(System.Windows.Input.RoutedCommand); break; 6091case KnownElements.RoutedEvent: t = typeof(System.Windows.RoutedEvent); break; 6092case KnownElements.RoutedEventConverter: t = typeof(System.Windows.Markup.RoutedEventConverter); break; 6093case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.RoutedUICommand); break; 6094case KnownElements.RoutingStrategy: t = typeof(System.Windows.RoutingStrategy); break; 6095case KnownElements.RowDefinition: t = typeof(System.Windows.Controls.RowDefinition); break; 6096case KnownElements.Run: t = typeof(System.Windows.Documents.Run); break; 6097case KnownElements.RuntimeNamePropertyAttribute: t = typeof(System.Windows.Markup.RuntimeNamePropertyAttribute); break; 6098case KnownElements.SByte: t = typeof(System.SByte); break; 6099case KnownElements.SByteConverter: t = typeof(System.ComponentModel.SByteConverter); break; 6100case KnownElements.ScaleTransform: t = typeof(System.Windows.Media.ScaleTransform); break; 6101case KnownElements.ScaleTransform3D: t = typeof(System.Windows.Media.Media3D.ScaleTransform3D); break; 6102case KnownElements.ScrollBar: t = typeof(System.Windows.Controls.Primitives.ScrollBar); break; 6103case KnownElements.ScrollContentPresenter: t = typeof(System.Windows.Controls.ScrollContentPresenter); break; 6104case KnownElements.ScrollViewer: t = typeof(System.Windows.Controls.ScrollViewer); break; 6105case KnownElements.Section: t = typeof(System.Windows.Documents.Section); break; 6106case KnownElements.SeekStoryboard: t = typeof(System.Windows.Media.Animation.SeekStoryboard); break; 6107case KnownElements.Selector: t = typeof(System.Windows.Controls.Primitives.Selector); break; 6108case KnownElements.Separator: t = typeof(System.Windows.Controls.Separator); break; 6109case KnownElements.SetStoryboardSpeedRatio: t = typeof(System.Windows.Media.Animation.SetStoryboardSpeedRatio); break; 6110case KnownElements.Setter: t = typeof(System.Windows.Setter); break; 6111case KnownElements.SetterBase: t = typeof(System.Windows.SetterBase); break; 6112case KnownElements.Shape: t = typeof(System.Windows.Shapes.Shape); break; 6113case KnownElements.Single: t = typeof(System.Single); break; 6114case KnownElements.SingleAnimation: t = typeof(System.Windows.Media.Animation.SingleAnimation); break; 6115case KnownElements.SingleAnimationBase: t = typeof(System.Windows.Media.Animation.SingleAnimationBase); break; 6116case KnownElements.SingleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.SingleAnimationUsingKeyFrames); break; 6117case KnownElements.SingleConverter: t = typeof(System.ComponentModel.SingleConverter); break; 6118case KnownElements.SingleKeyFrame: t = typeof(System.Windows.Media.Animation.SingleKeyFrame); break; 6119case KnownElements.SingleKeyFrameCollection: t = typeof(System.Windows.Media.Animation.SingleKeyFrameCollection); break; 6120case KnownElements.Size: t = typeof(System.Windows.Size); break; 6121case KnownElements.Size3D: t = typeof(System.Windows.Media.Media3D.Size3D); break; 6122case KnownElements.Size3DConverter: t = typeof(System.Windows.Media.Media3D.Size3DConverter); break; 6123case KnownElements.SizeAnimation: t = typeof(System.Windows.Media.Animation.SizeAnimation); break; 6124case KnownElements.SizeAnimationBase: t = typeof(System.Windows.Media.Animation.SizeAnimationBase); break; 6125case KnownElements.SizeAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.SizeAnimationUsingKeyFrames); break; 6126case KnownElements.SizeConverter: t = typeof(System.Windows.SizeConverter); break; 6127case KnownElements.SizeKeyFrame: t = typeof(System.Windows.Media.Animation.SizeKeyFrame); break; 6128case KnownElements.SizeKeyFrameCollection: t = typeof(System.Windows.Media.Animation.SizeKeyFrameCollection); break; 6129case KnownElements.SkewTransform: t = typeof(System.Windows.Media.SkewTransform); break; 6130case KnownElements.SkipStoryboardToFill: t = typeof(System.Windows.Media.Animation.SkipStoryboardToFill); break; 6131case KnownElements.Slider: t = typeof(System.Windows.Controls.Slider); break; 6132case KnownElements.SolidColorBrush: t = typeof(System.Windows.Media.SolidColorBrush); break; 6133case KnownElements.SoundPlayerAction: t = typeof(System.Windows.Controls.SoundPlayerAction); break; 6134case KnownElements.Span: t = typeof(System.Windows.Documents.Span); break; 6135case KnownElements.SpecularMaterial: t = typeof(System.Windows.Media.Media3D.SpecularMaterial); break; 6136case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.SpellCheck); break; 6137case KnownElements.SplineByteKeyFrame: t = typeof(System.Windows.Media.Animation.SplineByteKeyFrame); break; 6138case KnownElements.SplineColorKeyFrame: t = typeof(System.Windows.Media.Animation.SplineColorKeyFrame); break; 6139case KnownElements.SplineDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame); break; 6140case KnownElements.SplineDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDoubleKeyFrame); break; 6141case KnownElements.SplineInt16KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt16KeyFrame); break; 6142case KnownElements.SplineInt32KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt32KeyFrame); break; 6143case KnownElements.SplineInt64KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt64KeyFrame); break; 6144case KnownElements.SplinePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePoint3DKeyFrame); break; 6145case KnownElements.SplinePointKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePointKeyFrame); break; 6146case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame); break; 6147case KnownElements.SplineRectKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRectKeyFrame); break; 6148case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame); break; 6149case KnownElements.SplineSingleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSingleKeyFrame); break; 6150case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSizeKeyFrame); break; 6151case KnownElements.SplineThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.SplineThicknessKeyFrame); break; 6152case KnownElements.SplineVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineVector3DKeyFrame); break; 6153case KnownElements.SplineVectorKeyFrame: t = typeof(System.Windows.Media.Animation.SplineVectorKeyFrame); break; 6154case KnownElements.SpotLight: t = typeof(System.Windows.Media.Media3D.SpotLight); break; 6155case KnownElements.StackPanel: t = typeof(System.Windows.Controls.StackPanel); break; 6156case KnownElements.StaticExtension: t = typeof(System.Windows.Markup.StaticExtension); break; 6157case KnownElements.StaticResourceExtension: t = typeof(System.Windows.StaticResourceExtension); break; 6158case KnownElements.StatusBar: t = typeof(System.Windows.Controls.Primitives.StatusBar); break; 6159case KnownElements.StatusBarItem: t = typeof(System.Windows.Controls.Primitives.StatusBarItem); break; 6160case KnownElements.StickyNoteControl: t = typeof(System.Windows.Controls.StickyNoteControl); break; 6161case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.StopStoryboard); break; 6162case KnownElements.Storyboard: t = typeof(System.Windows.Media.Animation.Storyboard); break; 6163case KnownElements.StreamGeometry: t = typeof(System.Windows.Media.StreamGeometry); break; 6164case KnownElements.StreamGeometryContext: t = typeof(System.Windows.Media.StreamGeometryContext); break; 6165case KnownElements.StreamResourceInfo: t = typeof(System.Windows.Resources.StreamResourceInfo); break; 6166case KnownElements.String: t = typeof(System.String); break; 6167case KnownElements.StringAnimationBase: t = typeof(System.Windows.Media.Animation.StringAnimationBase); break; 6168case KnownElements.StringAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.StringAnimationUsingKeyFrames); break; 6169case KnownElements.StringConverter: t = typeof(System.ComponentModel.StringConverter); break; 6170case KnownElements.StringKeyFrame: t = typeof(System.Windows.Media.Animation.StringKeyFrame); break; 6171case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.StringKeyFrameCollection); break; 6172case KnownElements.StrokeCollection: t = typeof(System.Windows.Ink.StrokeCollection); break; 6173case KnownElements.StrokeCollectionConverter: t = typeof(System.Windows.StrokeCollectionConverter); break; 6174case KnownElements.Style: t = typeof(System.Windows.Style); break; 6175case KnownElements.Stylus: t = typeof(System.Windows.Input.Stylus); break; 6176case KnownElements.StylusDevice: t = typeof(System.Windows.Input.StylusDevice); break; 6177case KnownElements.TabControl: t = typeof(System.Windows.Controls.TabControl); break; 6178case KnownElements.TabItem: t = typeof(System.Windows.Controls.TabItem); break; 6179case KnownElements.TabPanel: t = typeof(System.Windows.Controls.Primitives.TabPanel); break; 6180case KnownElements.Table: t = typeof(System.Windows.Documents.Table); break; 6181case KnownElements.TableCell: t = typeof(System.Windows.Documents.TableCell); break; 6182case KnownElements.TableColumn: t = typeof(System.Windows.Documents.TableColumn); break; 6183case KnownElements.TableRow: t = typeof(System.Windows.Documents.TableRow); break; 6184case KnownElements.TableRowGroup: t = typeof(System.Windows.Documents.TableRowGroup); break; 6185case KnownElements.TabletDevice: t = typeof(System.Windows.Input.TabletDevice); break; 6186case KnownElements.TemplateBindingExpression: t = typeof(System.Windows.TemplateBindingExpression); break; 6187case KnownElements.TemplateBindingExpressionConverter: t = typeof(System.Windows.TemplateBindingExpressionConverter); break; 6188case KnownElements.TemplateBindingExtension: t = typeof(System.Windows.TemplateBindingExtension); break; 6189case KnownElements.TemplateBindingExtensionConverter: t = typeof(System.Windows.TemplateBindingExtensionConverter); break; 6190case KnownElements.TemplateKey: t = typeof(System.Windows.TemplateKey); break; 6191case KnownElements.TemplateKeyConverter: t = typeof(System.Windows.Markup.TemplateKeyConverter); break; 6192case KnownElements.TextBlock: t = typeof(System.Windows.Controls.TextBlock); break; 6193case KnownElements.TextBox: t = typeof(System.Windows.Controls.TextBox); break; 6194case KnownElements.TextBoxBase: t = typeof(System.Windows.Controls.Primitives.TextBoxBase); break; 6195case KnownElements.TextComposition: t = typeof(System.Windows.Input.TextComposition); break; 6196case KnownElements.TextCompositionManager: t = typeof(System.Windows.Input.TextCompositionManager); break; 6197case KnownElements.TextDecoration: t = typeof(System.Windows.TextDecoration); break; 6198case KnownElements.TextDecorationCollection: t = typeof(System.Windows.TextDecorationCollection); break; 6199case KnownElements.TextDecorationCollectionConverter: t = typeof(System.Windows.TextDecorationCollectionConverter); break; 6200case KnownElements.TextEffect: t = typeof(System.Windows.Media.TextEffect); break; 6201case KnownElements.TextEffectCollection: t = typeof(System.Windows.Media.TextEffectCollection); break; 6202case KnownElements.TextElement: t = typeof(System.Windows.Documents.TextElement); break; 6203case KnownElements.TextSearch: t = typeof(System.Windows.Controls.TextSearch); break; 6204case KnownElements.ThemeDictionaryExtension: t = typeof(System.Windows.ThemeDictionaryExtension); break; 6205case KnownElements.Thickness: t = typeof(System.Windows.Thickness); break; 6206case KnownElements.ThicknessAnimation: t = typeof(System.Windows.Media.Animation.ThicknessAnimation); break; 6207case KnownElements.ThicknessAnimationBase: t = typeof(System.Windows.Media.Animation.ThicknessAnimationBase); break; 6208case KnownElements.ThicknessAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames); break; 6209case KnownElements.ThicknessConverter: t = typeof(System.Windows.ThicknessConverter); break; 6210case KnownElements.ThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrame); break; 6211case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection); break; 6212case KnownElements.Thumb: t = typeof(System.Windows.Controls.Primitives.Thumb); break; 6213case KnownElements.TickBar: t = typeof(System.Windows.Controls.Primitives.TickBar); break; 6214case KnownElements.TiffBitmapDecoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapDecoder); break; 6215case KnownElements.TiffBitmapEncoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapEncoder); break; 6216case KnownElements.TileBrush: t = typeof(System.Windows.Media.TileBrush); break; 6217case KnownElements.TimeSpan: t = typeof(System.TimeSpan); break; 6218case KnownElements.TimeSpanConverter: t = typeof(System.ComponentModel.TimeSpanConverter); break; 6219case KnownElements.Timeline: t = typeof(System.Windows.Media.Animation.Timeline); break; 6220case KnownElements.TimelineCollection: t = typeof(System.Windows.Media.Animation.TimelineCollection); break; 6221case KnownElements.TimelineGroup: t = typeof(System.Windows.Media.Animation.TimelineGroup); break; 6222case KnownElements.ToggleButton: t = typeof(System.Windows.Controls.Primitives.ToggleButton); break; 6223case KnownElements.ToolBar: t = typeof(System.Windows.Controls.ToolBar); break; 6224case KnownElements.ToolBarOverflowPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarOverflowPanel); break; 6225case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarPanel); break; 6226case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.ToolBarTray); break; 6227case KnownElements.ToolTip: t = typeof(System.Windows.Controls.ToolTip); break; 6228case KnownElements.ToolTipService: t = typeof(System.Windows.Controls.ToolTipService); break; 6229case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break; 6230case KnownElements.Transform: t = typeof(System.Windows.Media.Transform); break; 6231case KnownElements.Transform3D: t = typeof(System.Windows.Media.Media3D.Transform3D); break; 6232case KnownElements.Transform3DCollection: t = typeof(System.Windows.Media.Media3D.Transform3DCollection); break; 6233case KnownElements.Transform3DGroup: t = typeof(System.Windows.Media.Media3D.Transform3DGroup); break; 6234case KnownElements.TransformCollection: t = typeof(System.Windows.Media.TransformCollection); break; 6235case KnownElements.TransformConverter: t = typeof(System.Windows.Media.TransformConverter); break; 6236case KnownElements.TransformGroup: t = typeof(System.Windows.Media.TransformGroup); break; 6237case KnownElements.TransformedBitmap: t = typeof(System.Windows.Media.Imaging.TransformedBitmap); break; 6238case KnownElements.TranslateTransform: t = typeof(System.Windows.Media.TranslateTransform); break; 6239case KnownElements.TranslateTransform3D: t = typeof(System.Windows.Media.Media3D.TranslateTransform3D); break; 6240case KnownElements.TreeView: t = typeof(System.Windows.Controls.TreeView); break; 6241case KnownElements.TreeViewItem: t = typeof(System.Windows.Controls.TreeViewItem); break; 6242case KnownElements.Trigger: t = typeof(System.Windows.Trigger); break; 6243case KnownElements.TriggerAction: t = typeof(System.Windows.TriggerAction); break; 6244case KnownElements.TriggerBase: t = typeof(System.Windows.TriggerBase); break; 6245case KnownElements.TypeExtension: t = typeof(System.Windows.Markup.TypeExtension); break; 6246case KnownElements.TypeTypeConverter: t = typeof(System.Windows.Markup.TypeTypeConverter); break; 6247case KnownElements.Typography: t = typeof(System.Windows.Documents.Typography); break; 6248case KnownElements.UIElement: t = typeof(System.Windows.UIElement); break; 6249case KnownElements.UInt16: t = typeof(System.UInt16); break; 6250case KnownElements.UInt16Converter: t = typeof(System.ComponentModel.UInt16Converter); break; 6251case KnownElements.UInt32: t = typeof(System.UInt32); break; 6252case KnownElements.UInt32Converter: t = typeof(System.ComponentModel.UInt32Converter); break; 6253case KnownElements.UInt64: t = typeof(System.UInt64); break; 6254case KnownElements.UInt64Converter: t = typeof(System.ComponentModel.UInt64Converter); break; 6255case KnownElements.UShortIListConverter: t = typeof(System.Windows.Media.Converters.UShortIListConverter); break; 6256case KnownElements.Underline: t = typeof(System.Windows.Documents.Underline); break; 6257case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.UniformGrid); break; 6258case KnownElements.Uri: t = typeof(System.Uri); break; 6259case KnownElements.UriTypeConverter: t = typeof(System.UriTypeConverter); break; 6260case KnownElements.UserControl: t = typeof(System.Windows.Controls.UserControl); break; 6261case KnownElements.Validation: t = typeof(System.Windows.Controls.Validation); break; 6262case KnownElements.Vector: t = typeof(System.Windows.Vector); break; 6263case KnownElements.Vector3D: t = typeof(System.Windows.Media.Media3D.Vector3D); break; 6264case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.Vector3DAnimation); break; 6265case KnownElements.Vector3DAnimationBase: t = typeof(System.Windows.Media.Animation.Vector3DAnimationBase); break; 6266case KnownElements.Vector3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames); break; 6267case KnownElements.Vector3DCollection: t = typeof(System.Windows.Media.Media3D.Vector3DCollection); break; 6268case KnownElements.Vector3DCollectionConverter: t = typeof(System.Windows.Media.Media3D.Vector3DCollectionConverter); break; 6269case KnownElements.Vector3DConverter: t = typeof(System.Windows.Media.Media3D.Vector3DConverter); break; 6270case KnownElements.Vector3DKeyFrame: t = typeof(System.Windows.Media.Animation.Vector3DKeyFrame); break; 6271case KnownElements.Vector3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Vector3DKeyFrameCollection); break; 6272case KnownElements.VectorAnimation: t = typeof(System.Windows.Media.Animation.VectorAnimation); break; 6273case KnownElements.VectorAnimationBase: t = typeof(System.Windows.Media.Animation.VectorAnimationBase); break; 6274case KnownElements.VectorAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.VectorAnimationUsingKeyFrames); break; 6275case KnownElements.VectorCollection: t = typeof(System.Windows.Media.VectorCollection); break; 6276case KnownElements.VectorCollectionConverter: t = typeof(System.Windows.Media.VectorCollectionConverter); break; 6277case KnownElements.VectorConverter: t = typeof(System.Windows.VectorConverter); break; 6278case KnownElements.VectorKeyFrame: t = typeof(System.Windows.Media.Animation.VectorKeyFrame); break; 6279case KnownElements.VectorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.VectorKeyFrameCollection); break; 6280case KnownElements.VideoDrawing: t = typeof(System.Windows.Media.VideoDrawing); break; 6281case KnownElements.ViewBase: t = typeof(System.Windows.Controls.ViewBase); break; 6282case KnownElements.Viewbox: t = typeof(System.Windows.Controls.Viewbox); break; 6283case KnownElements.Viewport3D: t = typeof(System.Windows.Controls.Viewport3D); break; 6284case KnownElements.Viewport3DVisual: t = typeof(System.Windows.Media.Media3D.Viewport3DVisual); break; 6285case KnownElements.VirtualizingPanel: t = typeof(System.Windows.Controls.VirtualizingPanel); break; 6286case KnownElements.VirtualizingStackPanel: t = typeof(System.Windows.Controls.VirtualizingStackPanel); break; 6287case KnownElements.Visual: t = typeof(System.Windows.Media.Visual); break; 6288case KnownElements.Visual3D: t = typeof(System.Windows.Media.Media3D.Visual3D); break; 6289case KnownElements.VisualBrush: t = typeof(System.Windows.Media.VisualBrush); break; 6290case KnownElements.VisualTarget: t = typeof(System.Windows.Media.VisualTarget); break; 6291case KnownElements.WeakEventManager: t = typeof(System.Windows.WeakEventManager); break; 6292case KnownElements.WhitespaceSignificantCollectionAttribute: t = typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute); break; 6293case KnownElements.Window: t = typeof(System.Windows.Window); break; 6294case KnownElements.WmpBitmapDecoder: t = typeof(System.Windows.Media.Imaging.WmpBitmapDecoder); break; 6295case KnownElements.WmpBitmapEncoder: t = typeof(System.Windows.Media.Imaging.WmpBitmapEncoder); break; 6296case KnownElements.WrapPanel: t = typeof(System.Windows.Controls.WrapPanel); break; 6297case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.WriteableBitmap); break; 6298case KnownElements.XamlBrushSerializer: t = typeof(System.Windows.Markup.XamlBrushSerializer); break; 6299case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.XamlInt32CollectionSerializer); break; 6300case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break; 6301case KnownElements.XamlPoint3DCollectionSerializer: t = typeof(System.Windows.Markup.XamlPoint3DCollectionSerializer); break; 6302case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.XamlPointCollectionSerializer); break; 6303case KnownElements.XamlReader: t = typeof(System.Windows.Markup.XamlReader); break; 6304case KnownElements.XamlStyleSerializer: t = typeof(System.Windows.Markup.XamlStyleSerializer); break; 6305case KnownElements.XamlTemplateSerializer: t = typeof(System.Windows.Markup.XamlTemplateSerializer); break; 6306case KnownElements.XamlVector3DCollectionSerializer: t = typeof(System.Windows.Markup.XamlVector3DCollectionSerializer); break; 6307case KnownElements.XamlWriter: t = typeof(System.Windows.Markup.XamlWriter); break; 6308case KnownElements.XmlDataProvider: t = typeof(System.Windows.Data.XmlDataProvider); break; 6309case KnownElements.XmlLangPropertyAttribute: t = typeof(System.Windows.Markup.XmlLangPropertyAttribute); break; 6310case KnownElements.XmlLanguage: t = typeof(System.Windows.Markup.XmlLanguage); break; 6311case KnownElements.XmlLanguageConverter: t = typeof(System.Windows.Markup.XmlLanguageConverter); break; 6312case KnownElements.XmlNamespaceMapping: t = typeof(System.Windows.Data.XmlNamespaceMapping); break; 6313case KnownElements.ZoomPercentageConverter: t = typeof(System.Windows.Documents.ZoomPercentageConverter); break;
System\Windows\Markup\KnownTypesHelper.cs (2)
22private static TypeIndexer _typeIndexer = new TypeIndexer((int)KnownElements.MaxElement); 60t = InitializeOneType((KnownElements)index);
System\Windows\Markup\MarkupExtensionParser.cs (21)
156private KnownElements GetKnownExtensionFromType(Type extensionType, out string propName) 158if (KnownTypes.Types[(int)KnownElements.TypeExtension] == extensionType) 161return KnownElements.TypeExtension; 163else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == extensionType) 166return KnownElements.StaticExtension; 168else if (KnownTypes.Types[(int)KnownElements.TemplateBindingExtension] == extensionType) 171return KnownElements.TemplateBindingExtension; 173else if (KnownTypes.Types[(int)KnownElements.DynamicResourceExtension] == extensionType) 176return KnownElements.DynamicResourceExtension; 178else if (KnownTypes.Types[(int)KnownElements.StaticResourceExtension] == extensionType) 181return KnownElements.StaticResourceExtension; 201if (KnownTypes.Types[(int)KnownElements.TypeExtension] == extensionType) 250KnownElements knownExtensionTypeId = GetKnownExtensionFromType(extensionType, out propName); 252if (knownExtensionTypeId != KnownElements.UnknownElement) 261case KnownElements.DynamicResourceExtension: 262case KnownElements.StaticResourceExtension: 516if (KnownTypes.Types[(int)KnownElements.TypeExtension] == targetType) 521extensionId = (short)KnownElements.TypeExtension; 523else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == targetType) 527extensionId = (short)KnownElements.StaticExtension; 600else if (!KnownTypes.Types[(int)KnownElements.MarkupExtension].IsAssignableFrom(targetType))
System\Windows\Markup\XamlTypeMapper.cs (21)
526if (converterTypeId < 0 && ((short)-converterTypeId == (short)KnownElements.StringConverter)) 1305Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 1464Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 1831if (KnownTypes.Types[(int)KnownElements.FrameworkElement].IsAssignableFrom(typeAndSerializer.ObjectType) || 1832KnownTypes.Types[(int)KnownElements.FrameworkContentElement].IsAssignableFrom(typeAndSerializer.ObjectType)) 1834typeAndSerializer.XmlLangProperty = (KnownTypes.Types[(int)KnownElements.FrameworkElement]).GetProperty("Language", 2677if (objectType == KnownTypes.Types[(int)KnownElements.Brush]) 2679return (int)KnownElements.XamlBrushSerializer; 2681else if (objectType == KnownTypes.Types[(int)KnownElements.Geometry] || 2682objectType == KnownTypes.Types[(int)KnownElements.StreamGeometry]) 2689return (int)KnownElements.XamlPathDataSerializer; 2691else if (objectType == KnownTypes.Types[(int)KnownElements.Point3DCollection]) 2693return (int)KnownElements.XamlPoint3DCollectionSerializer; 2695else if (objectType == KnownTypes.Types[(int)KnownElements.Vector3DCollection]) 2697return (int)KnownElements.XamlVector3DCollectionSerializer; 2699else if (objectType == KnownTypes.Types[(int)KnownElements.PointCollection]) 2701return (int)KnownElements.XamlPointCollectionSerializer; 2703else if (objectType == KnownTypes.Types[(int)KnownElements.Int32Collection]) 2705return (int)KnownElements.XamlInt32CollectionSerializer; 2718if (objectType == KnownTypes.Types[(int)KnownElements.Style]) 2722else if (KnownTypes.Types[(int)KnownElements.FrameworkTemplate].IsAssignableFrom(objectType))
System\Windows\SystemResourceKey.cs (3)
373if ((KnownTypes.Types[(int)KnownElements.MenuItem] == targetType) || 374(KnownTypes.Types[(int)KnownElements.ToolBar] == targetType) || 375(KnownTypes.Types[(int)KnownElements.StatusBar] == targetType))