2772 references to KnownElements
PresentationFramework (2772)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
812KnownElements knownElement = (KnownElements)(-id);
src\Framework\System\Windows\Markup\AttributeData.cs (2)
111return ExtensionTypeId == (short)KnownElements.TypeExtension; 119return ExtensionTypeId == (short)KnownElements.StaticExtension;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (3)
2068KnownElements typeConverterType = System.Windows.Markup.KnownTypes.GetKnownTypeConverterIdForProperty( 2069(KnownElements)(-1 * declaringTypeId), propertyName); 2070if (typeConverterType == KnownElements.UnknownElement)
src\Framework\System\Windows\Markup\BamlMapTable.cs (49)
108return KnownTypes.CreateKnownElement((KnownElements)(-id)); 139int high = (int)KnownElements.MaxElement - 1; 214internal static KnownElements GetKnownTypeConverterIdFromType(Type type) 216KnownElements tcId; 219tcId = KnownElements.NullableConverter; 223tcId = KnownElements.TypeTypeConverter; 231tcId = KnownTypes.GetKnownTypeConverterId((KnownElements)(-idNumber)); 235tcId = KnownElements.UnknownElement; 246KnownElements tcId = GetKnownTypeConverterIdFromType(type); 249if (tcId != KnownElements.UnknownElement) 266KnownElements typeId = GetKnownTypeConverterIdFromType(type); 273case KnownElements.EnumConverter: 278case KnownElements.NullableConverter: 283case KnownElements.UnknownElement: 330KnownElements id = (KnownElements)(-idNumber); 332KnownElements tcId = KnownTypes.GetKnownTypeConverterId(id); 333if (tcId == KnownElements.UnknownElement) 354KnownElements id = (KnownElements)(-idNumber); 356KnownElements converterId = KnownTypes.GetKnownTypeConverterIdForProperty(id, propName); 357if (converterId == KnownElements.UnknownElement) 455if (-id == (short)KnownElements.Style || 457-id == (short)KnownElements.FrameworkTemplate || 458-id == (short)KnownElements.ControlTemplate || 459-id == (short)KnownElements.DataTemplate || 460-id == (short)KnownElements.HierarchicalDataTemplate || 461-id == (short)KnownElements.ItemsPanelTemplate) 483if (-id == (short)KnownElements.Style) 487-(int) KnownElements.XamlStyleSerializer; 489KnownTypes.Types[(int)KnownElements.XamlStyleSerializer]; 492else if (-id == (short)KnownElements.ControlTemplate || 493-id == (short)KnownElements.DataTemplate || 494-id == (short)KnownElements.HierarchicalDataTemplate || 495-id == (short)KnownElements.ItemsPanelTemplate) 499-(int) KnownElements.XamlTemplateSerializer; 501KnownTypes.Types[(int)KnownElements.XamlTemplateSerializer]; 557switch((KnownElements)(-typeId)) 559case KnownElements.EnumConverter: 570case KnownElements.NullableConverter: 712KnownElements knownElement = KnownTypes.GetKnownElementFromKnownCommonProperty(knownId); 989propertyId = (short)-KnownTypes.GetKnownPropertyAttributeId((KnownElements)(-typeId), memberName); 1349short attributeId = (short)-KnownTypes.GetKnownPropertyAttributeId((KnownElements)(-typeId), fieldName); 1415converterOrSerializerTypeId = (short)KnownElements.EnumConverter; 1511case (short)KnownElements.StaticExtension: 1525case (short)KnownElements.TemplateBindingExtension: 1621index = (int)KnownElements.BooleanConverter; 1623else if (type == KnownTypes.Types[(int)KnownElements.DependencyProperty]) 1625index = (int)KnownElements.DependencyPropertyConverter;
src\Framework\System\Windows\Markup\BamlReader.cs (5)
1060if (sid == (short)KnownElements.DependencyPropertyConverter) 2566case (short)KnownElements.StaticExtension: 2570case (short)KnownElements.TemplateBindingExtension: 2575case (short)KnownElements.DynamicResourceExtension: 2580case (short)KnownElements.StaticResourceExtension:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (15)
1329contentProperty = KnownTypes.GetCollectionForCPA(parent, (KnownElements)(-elementId)); 1449case (short)KnownElements.TypeExtension: 1467case (short)KnownElements.StaticResourceExtension: 1475case (short)KnownElements.DynamicResourceExtension: 1483case (short)KnownElements.StaticExtension: 1492case (short)KnownElements.TemplateBindingExtension: 1545if (positiveElementTypeId == (short)KnownElements.RelativeSource) 2145Debug.Assert(serializerTypeId == (short)KnownElements.DependencyPropertyConverter); 2189if (sid == (short)KnownElements.DependencyPropertyConverter) 2429case (short)KnownElements.StaticExtension: 2433case (short)KnownElements.DynamicResourceExtension: 2438case (short)KnownElements.StaticResourceExtension: 2450case (short)KnownElements.StaticExtension: 2453case (short)KnownElements.DynamicResourceExtension: 2456case (short)KnownElements.StaticResourceExtension:
src\Framework\System\Windows\Markup\BamlRecords.cs (15)
484return (KnownTypes.Types[(int)KnownElements.IAddChildInternal].IsAssignableFrom( parentObjectType )); 994KnownElements elm = (KnownElements)(-typeId); 2568if (serializerTypeId == (short)KnownElements.DependencyPropertyConverter) 2823case (short)KnownElements.EnumConverter: 2857case (short)KnownElements.BooleanConverter: 2863case (short)KnownElements.XamlBrushSerializer: 2870case (short)KnownElements.XamlPathDataSerializer: 2875case (short)KnownElements.XamlPoint3DCollectionSerializer: 2880case (short)KnownElements.XamlVector3DCollectionSerializer: 2885case (short)KnownElements.XamlPointCollectionSerializer: 2890case (short)KnownElements.XamlInt32CollectionSerializer: 3822get { return (short)KnownElements.StaticResourceExtension; } 4953|| (KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(propertyMember.GetType())), 4996KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(PropertyMember.GetType( )) )
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (15)
308else if (CollectingValues && KnownTypes.Types[(int)KnownElements.StaticResourceExtension] == xamlElementNode.ElementType) 322else if (CollectingValues && KnownTypes.Types[(int)KnownElements.DynamicResourceExtension] == xamlElementNode.ElementType) 359KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlElementNode.ElementType) || 360KnownTypes.Types[(int)KnownElements.TypeExtension].IsAssignableFrom(xamlElementNode.ElementType)) 379else if (_deferLoadingSupport && KnownTypes.Types[(int)KnownElements.ResourceDictionary].IsAssignableFrom(xamlElementNode.ElementType)) 803!KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) && 804!KnownTypes.Types[(int)KnownElements.TypeExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) && 805!KnownTypes.Types[(int)KnownElements.ResourceKey].IsAssignableFrom(xamlKeyElementNode.ElementType)) 1014if (converterOrSerializerTypeId == (short)KnownElements.DependencyPropertyConverter) 1079Debug.Assert(extensionTypeId != (short)KnownElements.TypeExtension); 1083if ((extensionTypeId == (short)KnownElements.DynamicResourceExtension) || 1084(extensionTypeId == (short)KnownElements.StaticResourceExtension)) 1117(short)KnownElements.StaticExtension, 1154extensionTypeId == (short)KnownElements.StaticResourceExtension) 1686((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
src\Framework\System\Windows\Markup\KnownTypes.cs (2619)
1121internal static object CreateKnownElement(KnownElements knownElement) 1126case KnownElements.AccessText: o = new System.Windows.Controls.AccessText(); break; 1127case KnownElements.AdornedElementPlaceholder: o = new System.Windows.Controls.AdornedElementPlaceholder(); break; 1128case KnownElements.AdornerDecorator: o = new System.Windows.Documents.AdornerDecorator(); break; 1129case KnownElements.AmbientLight: o = new System.Windows.Media.Media3D.AmbientLight(); break; 1130case KnownElements.Application: o = new System.Windows.Application(); break; 1131case KnownElements.ArcSegment: o = new System.Windows.Media.ArcSegment(); break; 1132case KnownElements.ArrayExtension: o = new System.Windows.Markup.ArrayExtension(); break; 1133case KnownElements.AxisAngleRotation3D: o = new System.Windows.Media.Media3D.AxisAngleRotation3D(); break; 1134case KnownElements.BeginStoryboard: o = new System.Windows.Media.Animation.BeginStoryboard(); break; 1135case KnownElements.BevelBitmapEffect: o = new System.Windows.Media.Effects.BevelBitmapEffect(); break; 1136case KnownElements.BezierSegment: o = new System.Windows.Media.BezierSegment(); break; 1137case KnownElements.Binding: o = new System.Windows.Data.Binding(); break; 1138case KnownElements.BitmapEffectCollection: o = new System.Windows.Media.Effects.BitmapEffectCollection(); break; 1139case KnownElements.BitmapEffectGroup: o = new System.Windows.Media.Effects.BitmapEffectGroup(); break; 1140case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.BitmapEffectInput(); break; 1141case KnownElements.BitmapImage: o = new System.Windows.Media.Imaging.BitmapImage(); break; 1142case KnownElements.BlockUIContainer: o = new System.Windows.Documents.BlockUIContainer(); break; 1143case KnownElements.BlurBitmapEffect: o = new System.Windows.Media.Effects.BlurBitmapEffect(); break; 1144case KnownElements.BmpBitmapEncoder: o = new System.Windows.Media.Imaging.BmpBitmapEncoder(); break; 1145case KnownElements.Bold: o = new System.Windows.Documents.Bold(); break; 1146case KnownElements.BoolIListConverter: o = new System.Windows.Media.Converters.BoolIListConverter(); break; 1147case KnownElements.BooleanAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames(); break; 1148case KnownElements.BooleanConverter: o = new System.ComponentModel.BooleanConverter(); break; 1149case KnownElements.BooleanKeyFrameCollection: o = new System.Windows.Media.Animation.BooleanKeyFrameCollection(); break; 1150case KnownElements.BooleanToVisibilityConverter: o = new System.Windows.Controls.BooleanToVisibilityConverter(); break; 1151case KnownElements.Border: o = new System.Windows.Controls.Border(); break; 1152case KnownElements.BorderGapMaskConverter: o = new System.Windows.Controls.BorderGapMaskConverter(); break; 1153case KnownElements.BrushConverter: o = new System.Windows.Media.BrushConverter(); break; 1154case KnownElements.BulletDecorator: o = new System.Windows.Controls.Primitives.BulletDecorator(); break; 1155case KnownElements.Button: o = new System.Windows.Controls.Button(); break; 1156case KnownElements.ByteAnimation: o = new System.Windows.Media.Animation.ByteAnimation(); break; 1157case KnownElements.ByteAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames(); break; 1158case KnownElements.ByteConverter: o = new System.ComponentModel.ByteConverter(); break; 1159case KnownElements.ByteKeyFrameCollection: o = new System.Windows.Media.Animation.ByteKeyFrameCollection(); break; 1160case KnownElements.Canvas: o = new System.Windows.Controls.Canvas(); break; 1161case KnownElements.CharAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.CharAnimationUsingKeyFrames(); break; 1162case KnownElements.CharConverter: o = new System.ComponentModel.CharConverter(); break; 1163case KnownElements.CharIListConverter: o = new System.Windows.Media.Converters.CharIListConverter(); break; 1164case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break; 1165case KnownElements.CheckBox: o = new System.Windows.Controls.CheckBox(); break; 1166case KnownElements.CollectionContainer: o = new System.Windows.Data.CollectionContainer(); break; 1167case KnownElements.CollectionViewSource: o = new System.Windows.Data.CollectionViewSource(); break; 1168case KnownElements.Color: o = new System.Windows.Media.Color(); break; 1169case KnownElements.ColorAnimation: o = new System.Windows.Media.Animation.ColorAnimation(); break; 1170case KnownElements.ColorAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ColorAnimationUsingKeyFrames(); break; 1171case KnownElements.ColorConvertedBitmap: o = new System.Windows.Media.Imaging.ColorConvertedBitmap(); break; 1172case KnownElements.ColorConvertedBitmapExtension: o = new System.Windows.ColorConvertedBitmapExtension(); break; 1173case KnownElements.ColorConverter: o = new System.Windows.Media.ColorConverter(); break; 1174case KnownElements.ColorKeyFrameCollection: o = new System.Windows.Media.Animation.ColorKeyFrameCollection(); break; 1175case KnownElements.ColumnDefinition: o = new System.Windows.Controls.ColumnDefinition(); break; 1176case KnownElements.CombinedGeometry: o = new System.Windows.Media.CombinedGeometry(); break; 1177case KnownElements.ComboBox: o = new System.Windows.Controls.ComboBox(); break; 1178case KnownElements.ComboBoxItem: o = new System.Windows.Controls.ComboBoxItem(); break; 1179case KnownElements.CommandConverter: o = new System.Windows.Input.CommandConverter(); break; 1180case KnownElements.ComponentResourceKey: o = new System.Windows.ComponentResourceKey(); break; 1181case KnownElements.ComponentResourceKeyConverter: o = new System.Windows.Markup.ComponentResourceKeyConverter(); break; 1182case KnownElements.Condition: o = new System.Windows.Condition(); break; 1183case KnownElements.ContainerVisual: o = new System.Windows.Media.ContainerVisual(); break; 1184case KnownElements.ContentControl: o = new System.Windows.Controls.ContentControl(); break; 1185case KnownElements.ContentElement: o = new System.Windows.ContentElement(); break; 1186case KnownElements.ContentPresenter: o = new System.Windows.Controls.ContentPresenter(); break; 1187case KnownElements.ContextMenu: o = new System.Windows.Controls.ContextMenu(); break; 1188case KnownElements.Control: o = new System.Windows.Controls.Control(); break; 1189case KnownElements.ControlTemplate: o = new System.Windows.Controls.ControlTemplate(); break; 1190case KnownElements.CornerRadius: o = new System.Windows.CornerRadius(); break; 1191case KnownElements.CornerRadiusConverter: o = new System.Windows.CornerRadiusConverter(); break; 1192case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.CroppedBitmap(); break; 1193case KnownElements.CultureInfoConverter: o = new System.ComponentModel.CultureInfoConverter(); break; 1194case KnownElements.CultureInfoIetfLanguageTagConverter: o = new System.Windows.CultureInfoIetfLanguageTagConverter(); break; 1195case KnownElements.CursorConverter: o = new System.Windows.Input.CursorConverter(); break; 1196case KnownElements.DashStyle: o = new System.Windows.Media.DashStyle(); break; 1197case KnownElements.DataTemplate: o = new System.Windows.DataTemplate(); break; 1198case KnownElements.DataTemplateKey: o = new System.Windows.DataTemplateKey(); break; 1199case KnownElements.DataTrigger: o = new System.Windows.DataTrigger(); break; 1200case KnownElements.DateTimeConverter: o = new System.ComponentModel.DateTimeConverter(); break; 1201case KnownElements.DateTimeConverter2: o = new System.Windows.Markup.DateTimeConverter2(); break; 1202case KnownElements.DecimalAnimation: o = new System.Windows.Media.Animation.DecimalAnimation(); break; 1203case KnownElements.DecimalAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames(); break; 1204case KnownElements.DecimalConverter: o = new System.ComponentModel.DecimalConverter(); break; 1205case KnownElements.DecimalKeyFrameCollection: o = new System.Windows.Media.Animation.DecimalKeyFrameCollection(); break; 1206case KnownElements.Decorator: o = new System.Windows.Controls.Decorator(); break; 1207case KnownElements.DependencyObject: o = new System.Windows.DependencyObject(); break; 1208case KnownElements.DependencyPropertyConverter: o = new System.Windows.Markup.DependencyPropertyConverter(); break; 1209case KnownElements.DialogResultConverter: o = new System.Windows.DialogResultConverter(); break; 1210case KnownElements.DiffuseMaterial: o = new System.Windows.Media.Media3D.DiffuseMaterial(); break; 1211case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.DirectionalLight(); break; 1212case KnownElements.DiscreteBooleanKeyFrame: o = new System.Windows.Media.Animation.DiscreteBooleanKeyFrame(); break; 1213case KnownElements.DiscreteByteKeyFrame: o = new System.Windows.Media.Animation.DiscreteByteKeyFrame(); break; 1214case KnownElements.DiscreteCharKeyFrame: o = new System.Windows.Media.Animation.DiscreteCharKeyFrame(); break; 1215case KnownElements.DiscreteColorKeyFrame: o = new System.Windows.Media.Animation.DiscreteColorKeyFrame(); break; 1216case KnownElements.DiscreteDecimalKeyFrame: o = new System.Windows.Media.Animation.DiscreteDecimalKeyFrame(); break; 1217case KnownElements.DiscreteDoubleKeyFrame: o = new System.Windows.Media.Animation.DiscreteDoubleKeyFrame(); break; 1218case KnownElements.DiscreteInt16KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt16KeyFrame(); break; 1219case KnownElements.DiscreteInt32KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt32KeyFrame(); break; 1220case KnownElements.DiscreteInt64KeyFrame: o = new System.Windows.Media.Animation.DiscreteInt64KeyFrame(); break; 1221case KnownElements.DiscreteMatrixKeyFrame: o = new System.Windows.Media.Animation.DiscreteMatrixKeyFrame(); break; 1222case KnownElements.DiscreteObjectKeyFrame: o = new System.Windows.Media.Animation.DiscreteObjectKeyFrame(); break; 1223case KnownElements.DiscretePoint3DKeyFrame: o = new System.Windows.Media.Animation.DiscretePoint3DKeyFrame(); break; 1224case KnownElements.DiscretePointKeyFrame: o = new System.Windows.Media.Animation.DiscretePointKeyFrame(); break; 1225case KnownElements.DiscreteQuaternionKeyFrame: o = new System.Windows.Media.Animation.DiscreteQuaternionKeyFrame(); break; 1226case KnownElements.DiscreteRectKeyFrame: o = new System.Windows.Media.Animation.DiscreteRectKeyFrame(); break; 1227case KnownElements.DiscreteRotation3DKeyFrame: o = new System.Windows.Media.Animation.DiscreteRotation3DKeyFrame(); break; 1228case KnownElements.DiscreteSingleKeyFrame: o = new System.Windows.Media.Animation.DiscreteSingleKeyFrame(); break; 1229case KnownElements.DiscreteSizeKeyFrame: o = new System.Windows.Media.Animation.DiscreteSizeKeyFrame(); break; 1230case KnownElements.DiscreteStringKeyFrame: o = new System.Windows.Media.Animation.DiscreteStringKeyFrame(); break; 1231case KnownElements.DiscreteThicknessKeyFrame: o = new System.Windows.Media.Animation.DiscreteThicknessKeyFrame(); break; 1232case KnownElements.DiscreteVector3DKeyFrame: o = new System.Windows.Media.Animation.DiscreteVector3DKeyFrame(); break; 1233case KnownElements.DiscreteVectorKeyFrame: o = new System.Windows.Media.Animation.DiscreteVectorKeyFrame(); break; 1234case KnownElements.DockPanel: o = new System.Windows.Controls.DockPanel(); break; 1235case KnownElements.DocumentPageView: o = new System.Windows.Controls.Primitives.DocumentPageView(); break; 1236case KnownElements.DocumentReference: o = new System.Windows.Documents.DocumentReference(); break; 1237case KnownElements.DocumentViewer: o = new System.Windows.Controls.DocumentViewer(); break; 1238case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break; 1239case KnownElements.DoubleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); break; 1240case KnownElements.DoubleAnimationUsingPath: o = new System.Windows.Media.Animation.DoubleAnimationUsingPath(); break; 1241case KnownElements.DoubleCollection: o = new System.Windows.Media.DoubleCollection(); break; 1242case KnownElements.DoubleCollectionConverter: o = new System.Windows.Media.DoubleCollectionConverter(); break; 1243case KnownElements.DoubleConverter: o = new System.ComponentModel.DoubleConverter(); break; 1244case KnownElements.DoubleIListConverter: o = new System.Windows.Media.Converters.DoubleIListConverter(); break; 1245case KnownElements.DoubleKeyFrameCollection: o = new System.Windows.Media.Animation.DoubleKeyFrameCollection(); break; 1246case KnownElements.DrawingBrush: o = new System.Windows.Media.DrawingBrush(); break; 1247case KnownElements.DrawingCollection: o = new System.Windows.Media.DrawingCollection(); break; 1248case KnownElements.DrawingGroup: o = new System.Windows.Media.DrawingGroup(); break; 1249case KnownElements.DrawingImage: o = new System.Windows.Media.DrawingImage(); break; 1250case KnownElements.DrawingVisual: o = new System.Windows.Media.DrawingVisual(); break; 1251case KnownElements.DropShadowBitmapEffect: o = new System.Windows.Media.Effects.DropShadowBitmapEffect(); break; 1252case KnownElements.Duration: o = new System.Windows.Duration(); break; 1253case KnownElements.DurationConverter: o = new System.Windows.DurationConverter(); break; 1254case KnownElements.DynamicResourceExtension: o = new System.Windows.DynamicResourceExtension(); break; 1255case KnownElements.DynamicResourceExtensionConverter: o = new System.Windows.DynamicResourceExtensionConverter(); break; 1256case KnownElements.Ellipse: o = new System.Windows.Shapes.Ellipse(); break; 1257case KnownElements.EllipseGeometry: o = new System.Windows.Media.EllipseGeometry(); break; 1258case KnownElements.EmbossBitmapEffect: o = new System.Windows.Media.Effects.EmbossBitmapEffect(); break; 1259case KnownElements.EmissiveMaterial: o = new System.Windows.Media.Media3D.EmissiveMaterial(); break; 1260case KnownElements.EventSetter: o = new System.Windows.EventSetter(); break; 1261case KnownElements.EventTrigger: o = new System.Windows.EventTrigger(); break; 1262case KnownElements.Expander: o = new System.Windows.Controls.Expander(); break; 1263case KnownElements.ExpressionConverter: o = new System.Windows.ExpressionConverter(); break; 1264case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break; 1265case KnownElements.FigureLength: o = new System.Windows.FigureLength(); break; 1266case KnownElements.FigureLengthConverter: o = new System.Windows.FigureLengthConverter(); break; 1267case KnownElements.FixedDocument: o = new System.Windows.Documents.FixedDocument(); break; 1268case KnownElements.FixedDocumentSequence: o = new System.Windows.Documents.FixedDocumentSequence(); break; 1269case KnownElements.FixedPage: o = new System.Windows.Documents.FixedPage(); break; 1270case KnownElements.Floater: o = new System.Windows.Documents.Floater(); break; 1271case KnownElements.FlowDocument: o = new System.Windows.Documents.FlowDocument(); break; 1272case KnownElements.FlowDocumentPageViewer: o = new System.Windows.Controls.FlowDocumentPageViewer(); break; 1273case KnownElements.FlowDocumentReader: o = new System.Windows.Controls.FlowDocumentReader(); break; 1274case KnownElements.FlowDocumentScrollViewer: o = new System.Windows.Controls.FlowDocumentScrollViewer(); break; 1275case KnownElements.FontFamily: o = new System.Windows.Media.FontFamily(); break; 1276case KnownElements.FontFamilyConverter: o = new System.Windows.Media.FontFamilyConverter(); break; 1277case KnownElements.FontSizeConverter: o = new System.Windows.FontSizeConverter(); break; 1278case KnownElements.FontStretch: o = new System.Windows.FontStretch(); break; 1279case KnownElements.FontStretchConverter: o = new System.Windows.FontStretchConverter(); break; 1280case KnownElements.FontStyle: o = new System.Windows.FontStyle(); break; 1281case KnownElements.FontStyleConverter: o = new System.Windows.FontStyleConverter(); break; 1282case KnownElements.FontWeight: o = new System.Windows.FontWeight(); break; 1283case KnownElements.FontWeightConverter: o = new System.Windows.FontWeightConverter(); break; 1284case KnownElements.FormatConvertedBitmap: o = new System.Windows.Media.Imaging.FormatConvertedBitmap(); break; 1285case KnownElements.Frame: o = new System.Windows.Controls.Frame(); break; 1286case KnownElements.FrameworkContentElement: o = new System.Windows.FrameworkContentElement(); break; 1287case KnownElements.FrameworkElement: o = new System.Windows.FrameworkElement(); break; 1288case KnownElements.FrameworkElementFactory: o = new System.Windows.FrameworkElementFactory(); break; 1289case KnownElements.FrameworkPropertyMetadata: o = new System.Windows.FrameworkPropertyMetadata(); break; 1290case KnownElements.GeneralTransformCollection: o = new System.Windows.Media.GeneralTransformCollection(); break; 1291case KnownElements.GeneralTransformGroup: o = new System.Windows.Media.GeneralTransformGroup(); break; 1292case KnownElements.GeometryCollection: o = new System.Windows.Media.GeometryCollection(); break; 1293case KnownElements.GeometryConverter: o = new System.Windows.Media.GeometryConverter(); break; 1294case KnownElements.GeometryDrawing: o = new System.Windows.Media.GeometryDrawing(); break; 1295case KnownElements.GeometryGroup: o = new System.Windows.Media.GeometryGroup(); break; 1296case KnownElements.GeometryModel3D: o = new System.Windows.Media.Media3D.GeometryModel3D(); break; 1297case KnownElements.GestureRecognizer: o = new System.Windows.Ink.GestureRecognizer(); break; 1298case KnownElements.GifBitmapEncoder: o = new System.Windows.Media.Imaging.GifBitmapEncoder(); break; 1299case KnownElements.GlyphRun: o = new System.Windows.Media.GlyphRun(); break; 1300case KnownElements.GlyphRunDrawing: o = new System.Windows.Media.GlyphRunDrawing(); break; 1301case KnownElements.GlyphTypeface: o = new System.Windows.Media.GlyphTypeface(); break; 1302case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break; 1303case KnownElements.GradientStop: o = new System.Windows.Media.GradientStop(); break; 1304case KnownElements.GradientStopCollection: o = new System.Windows.Media.GradientStopCollection(); break; 1305case KnownElements.Grid: o = new System.Windows.Controls.Grid(); break; 1306case KnownElements.GridLength: o = new System.Windows.GridLength(); break; 1307case KnownElements.GridLengthConverter: o = new System.Windows.GridLengthConverter(); break; 1308case KnownElements.GridSplitter: o = new System.Windows.Controls.GridSplitter(); break; 1309case KnownElements.GridView: o = new System.Windows.Controls.GridView(); break; 1310case KnownElements.GridViewColumn: o = new System.Windows.Controls.GridViewColumn(); break; 1311case KnownElements.GridViewColumnHeader: o = new System.Windows.Controls.GridViewColumnHeader(); break; 1312case KnownElements.GridViewHeaderRowPresenter: o = new System.Windows.Controls.GridViewHeaderRowPresenter(); break; 1313case KnownElements.GridViewRowPresenter: o = new System.Windows.Controls.GridViewRowPresenter(); break; 1314case KnownElements.GroupBox: o = new System.Windows.Controls.GroupBox(); break; 1315case KnownElements.GroupItem: o = new System.Windows.Controls.GroupItem(); break; 1316case KnownElements.GuidConverter: o = new System.ComponentModel.GuidConverter(); break; 1317case KnownElements.GuidelineSet: o = new System.Windows.Media.GuidelineSet(); break; 1318case KnownElements.HeaderedContentControl: o = new System.Windows.Controls.HeaderedContentControl(); break; 1319case KnownElements.HeaderedItemsControl: o = new System.Windows.Controls.HeaderedItemsControl(); break; 1320case KnownElements.HierarchicalDataTemplate: o = new System.Windows.HierarchicalDataTemplate(); break; 1321case KnownElements.HostVisual: o = new System.Windows.Media.HostVisual(); break; 1322case KnownElements.Hyperlink: o = new System.Windows.Documents.Hyperlink(); break; 1323case KnownElements.Image: o = new System.Windows.Controls.Image(); break; 1324case KnownElements.ImageBrush: o = new System.Windows.Media.ImageBrush(); break; 1325case KnownElements.ImageDrawing: o = new System.Windows.Media.ImageDrawing(); break; 1326case KnownElements.ImageSourceConverter: o = new System.Windows.Media.ImageSourceConverter(); break; 1327case KnownElements.InkCanvas: o = new System.Windows.Controls.InkCanvas(); break; 1328case KnownElements.InkPresenter: o = new System.Windows.Controls.InkPresenter(); break; 1329case KnownElements.InlineUIContainer: o = new System.Windows.Documents.InlineUIContainer(); break; 1330case KnownElements.InputScope: o = new System.Windows.Input.InputScope(); break; 1331case KnownElements.InputScopeConverter: o = new System.Windows.Input.InputScopeConverter(); break; 1332case KnownElements.InputScopeName: o = new System.Windows.Input.InputScopeName(); break; 1333case KnownElements.InputScopeNameConverter: o = new System.Windows.Input.InputScopeNameConverter(); break; 1334case KnownElements.Int16Animation: o = new System.Windows.Media.Animation.Int16Animation(); break; 1335case KnownElements.Int16AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int16AnimationUsingKeyFrames(); break; 1336case KnownElements.Int16Converter: o = new System.ComponentModel.Int16Converter(); break; 1337case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break; 1338case KnownElements.Int32Animation: o = new System.Windows.Media.Animation.Int32Animation(); break; 1339case KnownElements.Int32AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int32AnimationUsingKeyFrames(); break; 1340case KnownElements.Int32Collection: o = new System.Windows.Media.Int32Collection(); break; 1341case KnownElements.Int32CollectionConverter: o = new System.Windows.Media.Int32CollectionConverter(); break; 1342case KnownElements.Int32Converter: o = new System.ComponentModel.Int32Converter(); break; 1343case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.Int32KeyFrameCollection(); break; 1344case KnownElements.Int32Rect: o = new System.Windows.Int32Rect(); break; 1345case KnownElements.Int32RectConverter: o = new System.Windows.Int32RectConverter(); break; 1346case KnownElements.Int64Animation: o = new System.Windows.Media.Animation.Int64Animation(); break; 1347case KnownElements.Int64AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int64AnimationUsingKeyFrames(); break; 1348case KnownElements.Int64Converter: o = new System.ComponentModel.Int64Converter(); break; 1349case KnownElements.Int64KeyFrameCollection: o = new System.Windows.Media.Animation.Int64KeyFrameCollection(); break; 1350case KnownElements.Italic: o = new System.Windows.Documents.Italic(); break; 1351case KnownElements.ItemsControl: o = new System.Windows.Controls.ItemsControl(); break; 1352case KnownElements.ItemsPanelTemplate: o = new System.Windows.Controls.ItemsPanelTemplate(); break; 1353case KnownElements.ItemsPresenter: o = new System.Windows.Controls.ItemsPresenter(); break; 1354case KnownElements.JournalEntryListConverter: o = new System.Windows.Navigation.JournalEntryListConverter(); break; 1355case KnownElements.JournalEntryUnifiedViewConverter: o = new System.Windows.Navigation.JournalEntryUnifiedViewConverter(); break; 1356case KnownElements.JpegBitmapEncoder: o = new System.Windows.Media.Imaging.JpegBitmapEncoder(); break; 1357case KnownElements.KeyBinding: o = new System.Windows.Input.KeyBinding(); break; 1358case KnownElements.KeyConverter: o = new System.Windows.Input.KeyConverter(); break; 1359case KnownElements.KeyGestureConverter: o = new System.Windows.Input.KeyGestureConverter(); break; 1360case KnownElements.KeySpline: o = new System.Windows.Media.Animation.KeySpline(); break; 1361case KnownElements.KeySplineConverter: o = new System.Windows.KeySplineConverter(); break; 1362case KnownElements.KeyTime: o = new System.Windows.Media.Animation.KeyTime(); break; 1363case KnownElements.KeyTimeConverter: o = new System.Windows.KeyTimeConverter(); break; 1364case KnownElements.Label: o = new System.Windows.Controls.Label(); break; 1365case KnownElements.LengthConverter: o = new System.Windows.LengthConverter(); break; 1366case KnownElements.Line: o = new System.Windows.Shapes.Line(); break; 1367case KnownElements.LineBreak: o = new System.Windows.Documents.LineBreak(); break; 1368case KnownElements.LineGeometry: o = new System.Windows.Media.LineGeometry(); break; 1369case KnownElements.LineSegment: o = new System.Windows.Media.LineSegment(); break; 1370case KnownElements.LinearByteKeyFrame: o = new System.Windows.Media.Animation.LinearByteKeyFrame(); break; 1371case KnownElements.LinearColorKeyFrame: o = new System.Windows.Media.Animation.LinearColorKeyFrame(); break; 1372case KnownElements.LinearDecimalKeyFrame: o = new System.Windows.Media.Animation.LinearDecimalKeyFrame(); break; 1373case KnownElements.LinearDoubleKeyFrame: o = new System.Windows.Media.Animation.LinearDoubleKeyFrame(); break; 1374case KnownElements.LinearGradientBrush: o = new System.Windows.Media.LinearGradientBrush(); break; 1375case KnownElements.LinearInt16KeyFrame: o = new System.Windows.Media.Animation.LinearInt16KeyFrame(); break; 1376case KnownElements.LinearInt32KeyFrame: o = new System.Windows.Media.Animation.LinearInt32KeyFrame(); break; 1377case KnownElements.LinearInt64KeyFrame: o = new System.Windows.Media.Animation.LinearInt64KeyFrame(); break; 1378case KnownElements.LinearPoint3DKeyFrame: o = new System.Windows.Media.Animation.LinearPoint3DKeyFrame(); break; 1379case KnownElements.LinearPointKeyFrame: o = new System.Windows.Media.Animation.LinearPointKeyFrame(); break; 1380case KnownElements.LinearQuaternionKeyFrame: o = new System.Windows.Media.Animation.LinearQuaternionKeyFrame(); break; 1381case KnownElements.LinearRectKeyFrame: o = new System.Windows.Media.Animation.LinearRectKeyFrame(); break; 1382case KnownElements.LinearRotation3DKeyFrame: o = new System.Windows.Media.Animation.LinearRotation3DKeyFrame(); break; 1383case KnownElements.LinearSingleKeyFrame: o = new System.Windows.Media.Animation.LinearSingleKeyFrame(); break; 1384case KnownElements.LinearSizeKeyFrame: o = new System.Windows.Media.Animation.LinearSizeKeyFrame(); break; 1385case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.LinearThicknessKeyFrame(); break; 1386case KnownElements.LinearVector3DKeyFrame: o = new System.Windows.Media.Animation.LinearVector3DKeyFrame(); break; 1387case KnownElements.LinearVectorKeyFrame: o = new System.Windows.Media.Animation.LinearVectorKeyFrame(); break; 1388case KnownElements.List: o = new System.Windows.Documents.List(); break; 1389case KnownElements.ListBox: o = new System.Windows.Controls.ListBox(); break; 1390case KnownElements.ListBoxItem: o = new System.Windows.Controls.ListBoxItem(); break; 1391case KnownElements.ListItem: o = new System.Windows.Documents.ListItem(); break; 1392case KnownElements.ListView: o = new System.Windows.Controls.ListView(); break; 1393case KnownElements.ListViewItem: o = new System.Windows.Controls.ListViewItem(); break; 1394case KnownElements.MaterialCollection: o = new System.Windows.Media.Media3D.MaterialCollection(); break; 1395case KnownElements.MaterialGroup: o = new System.Windows.Media.Media3D.MaterialGroup(); break; 1396case KnownElements.Matrix: o = new System.Windows.Media.Matrix(); break; 1397case KnownElements.Matrix3D: o = new System.Windows.Media.Media3D.Matrix3D(); break; 1398case KnownElements.Matrix3DConverter: o = new System.Windows.Media.Media3D.Matrix3DConverter(); break; 1399case KnownElements.MatrixAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames(); break; 1400case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.MatrixAnimationUsingPath(); break; 1401case KnownElements.MatrixCamera: o = new System.Windows.Media.Media3D.MatrixCamera(); break; 1402case KnownElements.MatrixConverter: o = new System.Windows.Media.MatrixConverter(); break; 1403case KnownElements.MatrixKeyFrameCollection: o = new System.Windows.Media.Animation.MatrixKeyFrameCollection(); break; 1404case KnownElements.MatrixTransform: o = new System.Windows.Media.MatrixTransform(); break; 1405case KnownElements.MatrixTransform3D: o = new System.Windows.Media.Media3D.MatrixTransform3D(); break; 1406case KnownElements.MediaElement: o = new System.Windows.Controls.MediaElement(); break; 1407case KnownElements.MediaPlayer: o = new System.Windows.Media.MediaPlayer(); break; 1408case KnownElements.MediaTimeline: o = new System.Windows.Media.MediaTimeline(); break; 1409case KnownElements.Menu: o = new System.Windows.Controls.Menu(); break; 1410case KnownElements.MenuItem: o = new System.Windows.Controls.MenuItem(); break; 1411case KnownElements.MenuScrollingVisibilityConverter: o = new System.Windows.Controls.MenuScrollingVisibilityConverter(); break; 1412case KnownElements.MeshGeometry3D: o = new System.Windows.Media.Media3D.MeshGeometry3D(); break; 1413case KnownElements.Model3DCollection: o = new System.Windows.Media.Media3D.Model3DCollection(); break; 1414case KnownElements.Model3DGroup: o = new System.Windows.Media.Media3D.Model3DGroup(); break; 1415case KnownElements.ModelVisual3D: o = new System.Windows.Media.Media3D.ModelVisual3D(); break; 1416case KnownElements.ModifierKeysConverter: o = new System.Windows.Input.ModifierKeysConverter(); break; 1417case KnownElements.MouseActionConverter: o = new System.Windows.Input.MouseActionConverter(); break; 1418case KnownElements.MouseBinding: o = new System.Windows.Input.MouseBinding(); break; 1419case KnownElements.MouseGesture: o = new System.Windows.Input.MouseGesture(); break; 1420case KnownElements.MouseGestureConverter: o = new System.Windows.Input.MouseGestureConverter(); break; 1421case KnownElements.MultiBinding: o = new System.Windows.Data.MultiBinding(); break; 1422case KnownElements.MultiDataTrigger: o = new System.Windows.MultiDataTrigger(); break; 1423case KnownElements.MultiTrigger: o = new System.Windows.MultiTrigger(); break; 1424case KnownElements.NameScope: o = new System.Windows.NameScope(); break; 1425case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break; 1426case KnownElements.NullExtension: o = new System.Windows.Markup.NullExtension(); break; 1427case KnownElements.NullableBoolConverter: o = new System.Windows.NullableBoolConverter(); break; 1428case KnownElements.NumberSubstitution: o = new System.Windows.Media.NumberSubstitution(); break; 1429case KnownElements.Object: o = new System.Object(); break; 1430case KnownElements.ObjectAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames(); break; 1431case KnownElements.ObjectDataProvider: o = new System.Windows.Data.ObjectDataProvider(); break; 1432case KnownElements.ObjectKeyFrameCollection: o = new System.Windows.Media.Animation.ObjectKeyFrameCollection(); break; 1433case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.OrthographicCamera(); break; 1434case KnownElements.OuterGlowBitmapEffect: o = new System.Windows.Media.Effects.OuterGlowBitmapEffect(); break; 1435case KnownElements.Page: o = new System.Windows.Controls.Page(); break; 1436case KnownElements.PageContent: o = new System.Windows.Documents.PageContent(); break; 1437case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 1438case KnownElements.ParallelTimeline: o = new System.Windows.Media.Animation.ParallelTimeline(); break; 1439case KnownElements.ParserContext: o = new System.Windows.Markup.ParserContext(); break; 1440case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break; 1441case KnownElements.Path: o = new System.Windows.Shapes.Path(); break; 1442case KnownElements.PathFigure: o = new System.Windows.Media.PathFigure(); break; 1443case KnownElements.PathFigureCollection: o = new System.Windows.Media.PathFigureCollection(); break; 1444case KnownElements.PathFigureCollectionConverter: o = new System.Windows.Media.PathFigureCollectionConverter(); break; 1445case KnownElements.PathGeometry: o = new System.Windows.Media.PathGeometry(); break; 1446case KnownElements.PathSegmentCollection: o = new System.Windows.Media.PathSegmentCollection(); break; 1447case KnownElements.PauseStoryboard: o = new System.Windows.Media.Animation.PauseStoryboard(); break; 1448case KnownElements.Pen: o = new System.Windows.Media.Pen(); break; 1449case KnownElements.PerspectiveCamera: o = new System.Windows.Media.Media3D.PerspectiveCamera(); break; 1450case KnownElements.PixelFormat: o = new System.Windows.Media.PixelFormat(); break; 1451case KnownElements.PixelFormatConverter: o = new System.Windows.Media.PixelFormatConverter(); break; 1452case KnownElements.PngBitmapEncoder: o = new System.Windows.Media.Imaging.PngBitmapEncoder(); break; 1453case KnownElements.Point: o = new System.Windows.Point(); break; 1454case KnownElements.Point3D: o = new System.Windows.Media.Media3D.Point3D(); break; 1455case KnownElements.Point3DAnimation: o = new System.Windows.Media.Animation.Point3DAnimation(); break; 1456case KnownElements.Point3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames(); break; 1457case KnownElements.Point3DCollection: o = new System.Windows.Media.Media3D.Point3DCollection(); break; 1458case KnownElements.Point3DCollectionConverter: o = new System.Windows.Media.Media3D.Point3DCollectionConverter(); break; 1459case KnownElements.Point3DConverter: o = new System.Windows.Media.Media3D.Point3DConverter(); break; 1460case KnownElements.Point3DKeyFrameCollection: o = new System.Windows.Media.Animation.Point3DKeyFrameCollection(); break; 1461case KnownElements.Point4D: o = new System.Windows.Media.Media3D.Point4D(); break; 1462case KnownElements.Point4DConverter: o = new System.Windows.Media.Media3D.Point4DConverter(); break; 1463case KnownElements.PointAnimation: o = new System.Windows.Media.Animation.PointAnimation(); break; 1464case KnownElements.PointAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.PointAnimationUsingKeyFrames(); break; 1465case KnownElements.PointAnimationUsingPath: o = new System.Windows.Media.Animation.PointAnimationUsingPath(); break; 1466case KnownElements.PointCollection: o = new System.Windows.Media.PointCollection(); break; 1467case KnownElements.PointCollectionConverter: o = new System.Windows.Media.PointCollectionConverter(); break; 1468case KnownElements.PointConverter: o = new System.Windows.PointConverter(); break; 1469case KnownElements.PointIListConverter: o = new System.Windows.Media.Converters.PointIListConverter(); break; 1470case KnownElements.PointKeyFrameCollection: o = new System.Windows.Media.Animation.PointKeyFrameCollection(); break; 1471case KnownElements.PointLight: o = new System.Windows.Media.Media3D.PointLight(); break; 1472case KnownElements.PolyBezierSegment: o = new System.Windows.Media.PolyBezierSegment(); break; 1473case KnownElements.PolyLineSegment: o = new System.Windows.Media.PolyLineSegment(); break; 1474case KnownElements.PolyQuadraticBezierSegment: o = new System.Windows.Media.PolyQuadraticBezierSegment(); break; 1475case KnownElements.Polygon: o = new System.Windows.Shapes.Polygon(); break; 1476case KnownElements.Polyline: o = new System.Windows.Shapes.Polyline(); break; 1477case KnownElements.Popup: o = new System.Windows.Controls.Primitives.Popup(); break; 1478case KnownElements.PriorityBinding: o = new System.Windows.Data.PriorityBinding(); break; 1479case KnownElements.ProgressBar: o = new System.Windows.Controls.ProgressBar(); break; 1480case KnownElements.PropertyPathConverter: o = new System.Windows.PropertyPathConverter(); break; 1481case KnownElements.QuadraticBezierSegment: o = new System.Windows.Media.QuadraticBezierSegment(); break; 1482case KnownElements.Quaternion: o = new System.Windows.Media.Media3D.Quaternion(); break; 1483case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break; 1484case KnownElements.QuaternionAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames(); break; 1485case KnownElements.QuaternionConverter: o = new System.Windows.Media.Media3D.QuaternionConverter(); break; 1486case KnownElements.QuaternionKeyFrameCollection: o = new System.Windows.Media.Animation.QuaternionKeyFrameCollection(); break; 1487case KnownElements.QuaternionRotation3D: o = new System.Windows.Media.Media3D.QuaternionRotation3D(); break; 1488case KnownElements.RadialGradientBrush: o = new System.Windows.Media.RadialGradientBrush(); break; 1489case KnownElements.RadioButton: o = new System.Windows.Controls.RadioButton(); break; 1490case KnownElements.Rect: o = new System.Windows.Rect(); break; 1491case KnownElements.Rect3D: o = new System.Windows.Media.Media3D.Rect3D(); break; 1492case KnownElements.Rect3DConverter: o = new System.Windows.Media.Media3D.Rect3DConverter(); break; 1493case KnownElements.RectAnimation: o = new System.Windows.Media.Animation.RectAnimation(); break; 1494case KnownElements.RectAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.RectAnimationUsingKeyFrames(); break; 1495case KnownElements.RectConverter: o = new System.Windows.RectConverter(); break; 1496case KnownElements.RectKeyFrameCollection: o = new System.Windows.Media.Animation.RectKeyFrameCollection(); break; 1497case KnownElements.Rectangle: o = new System.Windows.Shapes.Rectangle(); break; 1498case KnownElements.RectangleGeometry: o = new System.Windows.Media.RectangleGeometry(); break; 1499case KnownElements.RelativeSource: o = new System.Windows.Data.RelativeSource(); break; 1500case KnownElements.RemoveStoryboard: o = new System.Windows.Media.Animation.RemoveStoryboard(); break; 1501case KnownElements.RepeatBehavior: o = new System.Windows.Media.Animation.RepeatBehavior(); break; 1502case KnownElements.RepeatBehaviorConverter: o = new System.Windows.Media.Animation.RepeatBehaviorConverter(); break; 1503case KnownElements.RepeatButton: o = new System.Windows.Controls.Primitives.RepeatButton(); break; 1504case KnownElements.ResizeGrip: o = new System.Windows.Controls.Primitives.ResizeGrip(); break; 1505case KnownElements.ResourceDictionary: o = new System.Windows.ResourceDictionary(); break; 1506case KnownElements.ResumeStoryboard: o = new System.Windows.Media.Animation.ResumeStoryboard(); break; 1507case KnownElements.RichTextBox: o = new System.Windows.Controls.RichTextBox(); break; 1508case KnownElements.RotateTransform: o = new System.Windows.Media.RotateTransform(); break; 1509case KnownElements.RotateTransform3D: o = new System.Windows.Media.Media3D.RotateTransform3D(); break; 1510case KnownElements.Rotation3DAnimation: o = new System.Windows.Media.Animation.Rotation3DAnimation(); break; 1511case KnownElements.Rotation3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames(); break; 1512case KnownElements.Rotation3DKeyFrameCollection: o = new System.Windows.Media.Animation.Rotation3DKeyFrameCollection(); break; 1513case KnownElements.RoutedCommand: o = new System.Windows.Input.RoutedCommand(); break; 1514case KnownElements.RoutedEventConverter: o = new System.Windows.Markup.RoutedEventConverter(); break; 1515case KnownElements.RoutedUICommand: o = new System.Windows.Input.RoutedUICommand(); break; 1516case KnownElements.RowDefinition: o = new System.Windows.Controls.RowDefinition(); break; 1517case KnownElements.Run: o = new System.Windows.Documents.Run(); break; 1518case KnownElements.SByteConverter: o = new System.ComponentModel.SByteConverter(); break; 1519case KnownElements.ScaleTransform: o = new System.Windows.Media.ScaleTransform(); break; 1520case KnownElements.ScaleTransform3D: o = new System.Windows.Media.Media3D.ScaleTransform3D(); break; 1521case KnownElements.ScrollBar: o = new System.Windows.Controls.Primitives.ScrollBar(); break; 1522case KnownElements.ScrollContentPresenter: o = new System.Windows.Controls.ScrollContentPresenter(); break; 1523case KnownElements.ScrollViewer: o = new System.Windows.Controls.ScrollViewer(); break; 1524case KnownElements.Section: o = new System.Windows.Documents.Section(); break; 1525case KnownElements.SeekStoryboard: o = new System.Windows.Media.Animation.SeekStoryboard(); break; 1526case KnownElements.Separator: o = new System.Windows.Controls.Separator(); break; 1527case KnownElements.SetStoryboardSpeedRatio: o = new System.Windows.Media.Animation.SetStoryboardSpeedRatio(); break; 1528case KnownElements.Setter: o = new System.Windows.Setter(); break; 1529case KnownElements.SingleAnimation: o = new System.Windows.Media.Animation.SingleAnimation(); break; 1530case KnownElements.SingleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.SingleAnimationUsingKeyFrames(); break; 1531case KnownElements.SingleConverter: o = new System.ComponentModel.SingleConverter(); break; 1532case KnownElements.SingleKeyFrameCollection: o = new System.Windows.Media.Animation.SingleKeyFrameCollection(); break; 1533case KnownElements.Size: o = new System.Windows.Size(); break; 1534case KnownElements.Size3D: o = new System.Windows.Media.Media3D.Size3D(); break; 1535case KnownElements.Size3DConverter: o = new System.Windows.Media.Media3D.Size3DConverter(); break; 1536case KnownElements.SizeAnimation: o = new System.Windows.Media.Animation.SizeAnimation(); break; 1537case KnownElements.SizeAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.SizeAnimationUsingKeyFrames(); break; 1538case KnownElements.SizeConverter: o = new System.Windows.SizeConverter(); break; 1539case KnownElements.SizeKeyFrameCollection: o = new System.Windows.Media.Animation.SizeKeyFrameCollection(); break; 1540case KnownElements.SkewTransform: o = new System.Windows.Media.SkewTransform(); break; 1541case KnownElements.SkipStoryboardToFill: o = new System.Windows.Media.Animation.SkipStoryboardToFill(); break; 1542case KnownElements.Slider: o = new System.Windows.Controls.Slider(); break; 1543case KnownElements.SolidColorBrush: o = new System.Windows.Media.SolidColorBrush(); break; 1544case KnownElements.SoundPlayerAction: o = new System.Windows.Controls.SoundPlayerAction(); break; 1545case KnownElements.Span: o = new System.Windows.Documents.Span(); break; 1546case KnownElements.SpecularMaterial: o = new System.Windows.Media.Media3D.SpecularMaterial(); break; 1547case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.SplineByteKeyFrame(); break; 1548case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.SplineColorKeyFrame(); break; 1549case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.SplineDecimalKeyFrame(); break; 1550case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.SplineDoubleKeyFrame(); break; 1551case KnownElements.SplineInt16KeyFrame: o = new System.Windows.Media.Animation.SplineInt16KeyFrame(); break; 1552case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.SplineInt32KeyFrame(); break; 1553case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.SplineInt64KeyFrame(); break; 1554case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); break; 1555case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.SplinePointKeyFrame(); break; 1556case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break; 1557case KnownElements.SplineRectKeyFrame: o = new System.Windows.Media.Animation.SplineRectKeyFrame(); break; 1558case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); break; 1559case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.SplineSingleKeyFrame(); break; 1560case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.SplineSizeKeyFrame(); break; 1561case KnownElements.SplineThicknessKeyFrame: o = new System.Windows.Media.Animation.SplineThicknessKeyFrame(); break; 1562case KnownElements.SplineVector3DKeyFrame: o = new System.Windows.Media.Animation.SplineVector3DKeyFrame(); break; 1563case KnownElements.SplineVectorKeyFrame: o = new System.Windows.Media.Animation.SplineVectorKeyFrame(); break; 1564case KnownElements.SpotLight: o = new System.Windows.Media.Media3D.SpotLight(); break; 1565case KnownElements.StackPanel: o = new System.Windows.Controls.StackPanel(); break; 1566case KnownElements.StaticExtension: o = new System.Windows.Markup.StaticExtension(); break; 1567case KnownElements.StaticResourceExtension: o = new System.Windows.StaticResourceExtension(); break; 1568case KnownElements.StatusBar: o = new System.Windows.Controls.Primitives.StatusBar(); break; 1569case KnownElements.StatusBarItem: o = new System.Windows.Controls.Primitives.StatusBarItem(); break; 1570case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.StopStoryboard(); break; 1571case KnownElements.Storyboard: o = new System.Windows.Media.Animation.Storyboard(); break; 1572case KnownElements.StreamGeometry: o = new System.Windows.Media.StreamGeometry(); break; 1573case KnownElements.StreamResourceInfo: o = new System.Windows.Resources.StreamResourceInfo(); break; 1574case KnownElements.StringAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.StringAnimationUsingKeyFrames(); break; 1575case KnownElements.StringConverter: o = new System.ComponentModel.StringConverter(); break; 1576case KnownElements.StringKeyFrameCollection: o = new System.Windows.Media.Animation.StringKeyFrameCollection(); break; 1577case KnownElements.StrokeCollection: o = new System.Windows.Ink.StrokeCollection(); break; 1578case KnownElements.StrokeCollectionConverter: o = new System.Windows.StrokeCollectionConverter(); break; 1579case KnownElements.Style: o = new System.Windows.Style(); break; 1580case KnownElements.TabControl: o = new System.Windows.Controls.TabControl(); break; 1581case KnownElements.TabItem: o = new System.Windows.Controls.TabItem(); break; 1582case KnownElements.TabPanel: o = new System.Windows.Controls.Primitives.TabPanel(); break; 1583case KnownElements.Table: o = new System.Windows.Documents.Table(); break; 1584case KnownElements.TableCell: o = new System.Windows.Documents.TableCell(); break; 1585case KnownElements.TableColumn: o = new System.Windows.Documents.TableColumn(); break; 1586case KnownElements.TableRow: o = new System.Windows.Documents.TableRow(); break; 1587case KnownElements.TableRowGroup: o = new System.Windows.Documents.TableRowGroup(); break; 1588case KnownElements.TemplateBindingExpressionConverter: o = new System.Windows.TemplateBindingExpressionConverter(); break; 1589case KnownElements.TemplateBindingExtension: o = new System.Windows.TemplateBindingExtension(); break; 1590case KnownElements.TemplateBindingExtensionConverter: o = new System.Windows.TemplateBindingExtensionConverter(); break; 1591case KnownElements.TemplateKeyConverter: o = new System.Windows.Markup.TemplateKeyConverter(); break; 1592case KnownElements.TextBlock: o = new System.Windows.Controls.TextBlock(); break; 1593case KnownElements.TextBox: o = new System.Windows.Controls.TextBox(); break; 1594case KnownElements.TextDecoration: o = new System.Windows.TextDecoration(); break; 1595case KnownElements.TextDecorationCollection: o = new System.Windows.TextDecorationCollection(); break; 1596case KnownElements.TextDecorationCollectionConverter: o = new System.Windows.TextDecorationCollectionConverter(); break; 1597case KnownElements.TextEffect: o = new System.Windows.Media.TextEffect(); break; 1598case KnownElements.TextEffectCollection: o = new System.Windows.Media.TextEffectCollection(); break; 1599case KnownElements.ThemeDictionaryExtension: o = new System.Windows.ThemeDictionaryExtension(); break; 1600case KnownElements.Thickness: o = new System.Windows.Thickness(); break; 1601case KnownElements.ThicknessAnimation: o = new System.Windows.Media.Animation.ThicknessAnimation(); break; 1602case KnownElements.ThicknessAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames(); break; 1603case KnownElements.ThicknessConverter: o = new System.Windows.ThicknessConverter(); break; 1604case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); break; 1605case KnownElements.Thumb: o = new System.Windows.Controls.Primitives.Thumb(); break; 1606case KnownElements.TickBar: o = new System.Windows.Controls.Primitives.TickBar(); break; 1607case KnownElements.TiffBitmapEncoder: o = new System.Windows.Media.Imaging.TiffBitmapEncoder(); break; 1608case KnownElements.TimeSpanConverter: o = new System.ComponentModel.TimeSpanConverter(); break; 1609case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break; 1610case KnownElements.ToggleButton: o = new System.Windows.Controls.Primitives.ToggleButton(); break; 1611case KnownElements.ToolBar: o = new System.Windows.Controls.ToolBar(); break; 1612case KnownElements.ToolBarOverflowPanel: o = new System.Windows.Controls.Primitives.ToolBarOverflowPanel(); break; 1613case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.ToolBarPanel(); break; 1614case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break; 1615case KnownElements.ToolTip: o = new System.Windows.Controls.ToolTip(); break; 1616case KnownElements.Track: o = new System.Windows.Controls.Primitives.Track(); break; 1617case KnownElements.Transform3DCollection: o = new System.Windows.Media.Media3D.Transform3DCollection(); break; 1618case KnownElements.Transform3DGroup: o = new System.Windows.Media.Media3D.Transform3DGroup(); break; 1619case KnownElements.TransformCollection: o = new System.Windows.Media.TransformCollection(); break; 1620case KnownElements.TransformConverter: o = new System.Windows.Media.TransformConverter(); break; 1621case KnownElements.TransformGroup: o = new System.Windows.Media.TransformGroup(); break; 1622case KnownElements.TransformedBitmap: o = new System.Windows.Media.Imaging.TransformedBitmap(); break; 1623case KnownElements.TranslateTransform: o = new System.Windows.Media.TranslateTransform(); break; 1624case KnownElements.TranslateTransform3D: o = new System.Windows.Media.Media3D.TranslateTransform3D(); break; 1625case KnownElements.TreeView: o = new System.Windows.Controls.TreeView(); break; 1626case KnownElements.TreeViewItem: o = new System.Windows.Controls.TreeViewItem(); break; 1627case KnownElements.Trigger: o = new System.Windows.Trigger(); break; 1628case KnownElements.TypeExtension: o = new System.Windows.Markup.TypeExtension(); break; 1629case KnownElements.TypeTypeConverter: o = new System.Windows.Markup.TypeTypeConverter(); break; 1630case KnownElements.UIElement: o = new System.Windows.UIElement(); break; 1631case KnownElements.UInt16Converter: o = new System.ComponentModel.UInt16Converter(); break; 1632case KnownElements.UInt32Converter: o = new System.ComponentModel.UInt32Converter(); break; 1633case KnownElements.UInt64Converter: o = new System.ComponentModel.UInt64Converter(); break; 1634case KnownElements.UShortIListConverter: o = new System.Windows.Media.Converters.UShortIListConverter(); break; 1635case KnownElements.Underline: o = new System.Windows.Documents.Underline(); break; 1636case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.UniformGrid(); break; 1637case KnownElements.UriTypeConverter: o = new System.UriTypeConverter(); break; 1638case KnownElements.UserControl: o = new System.Windows.Controls.UserControl(); break; 1639case KnownElements.Vector: o = new System.Windows.Vector(); break; 1640case KnownElements.Vector3D: o = new System.Windows.Media.Media3D.Vector3D(); break; 1641case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.Vector3DAnimation(); break; 1642case KnownElements.Vector3DAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames(); break; 1643case KnownElements.Vector3DCollection: o = new System.Windows.Media.Media3D.Vector3DCollection(); break; 1644case KnownElements.Vector3DCollectionConverter: o = new System.Windows.Media.Media3D.Vector3DCollectionConverter(); break; 1645case KnownElements.Vector3DConverter: o = new System.Windows.Media.Media3D.Vector3DConverter(); break; 1646case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.Vector3DKeyFrameCollection(); break; 1647case KnownElements.VectorAnimation: o = new System.Windows.Media.Animation.VectorAnimation(); break; 1648case KnownElements.VectorAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.VectorAnimationUsingKeyFrames(); break; 1649case KnownElements.VectorCollection: o = new System.Windows.Media.VectorCollection(); break; 1650case KnownElements.VectorCollectionConverter: o = new System.Windows.Media.VectorCollectionConverter(); break; 1651case KnownElements.VectorConverter: o = new System.Windows.VectorConverter(); break; 1652case KnownElements.VectorKeyFrameCollection: o = new System.Windows.Media.Animation.VectorKeyFrameCollection(); break; 1653case KnownElements.VideoDrawing: o = new System.Windows.Media.VideoDrawing(); break; 1654case KnownElements.Viewbox: o = new System.Windows.Controls.Viewbox(); break; 1655case KnownElements.Viewport3D: o = new System.Windows.Controls.Viewport3D(); break; 1656case KnownElements.Viewport3DVisual: o = new System.Windows.Media.Media3D.Viewport3DVisual(); break; 1657case KnownElements.VirtualizingStackPanel: o = new System.Windows.Controls.VirtualizingStackPanel(); break; 1658case KnownElements.VisualBrush: o = new System.Windows.Media.VisualBrush(); break; 1659case KnownElements.Window: o = new System.Windows.Window(); break; 1660case KnownElements.WmpBitmapEncoder: o = new System.Windows.Media.Imaging.WmpBitmapEncoder(); break; 1661case KnownElements.WrapPanel: o = new System.Windows.Controls.WrapPanel(); break; 1662case KnownElements.XamlBrushSerializer: o = new System.Windows.Markup.XamlBrushSerializer(); break; 1663case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break; 1664case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break; 1665case KnownElements.XamlPoint3DCollectionSerializer: o = new System.Windows.Markup.XamlPoint3DCollectionSerializer(); break; 1666case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.XamlPointCollectionSerializer(); break; 1667case KnownElements.XamlStyleSerializer: o = new System.Windows.Markup.XamlStyleSerializer(); break; 1668case KnownElements.XamlTemplateSerializer: o = new System.Windows.Markup.XamlTemplateSerializer(); break; 1669case KnownElements.XamlVector3DCollectionSerializer: o = new System.Windows.Markup.XamlVector3DCollectionSerializer(); break; 1670case KnownElements.XmlDataProvider: o = new System.Windows.Data.XmlDataProvider(); break; 1671case KnownElements.XmlLanguageConverter: o = new System.Windows.Markup.XmlLanguageConverter(); break; 1672case KnownElements.XmlNamespaceMapping: o = new System.Windows.Data.XmlNamespaceMapping(); break; 1673case KnownElements.ZoomPercentageConverter: o = new System.Windows.Documents.ZoomPercentageConverter(); break; 1960internal static KnownElements GetKnownElementFromKnownCommonProperty(KnownProperties knownProperty) 1965return KnownElements.AccessText; 1967return KnownElements.AdornedElementPlaceholder; 1969return KnownElements.AdornerDecorator; 1971return KnownElements.AnchoredBlock; 1973return KnownElements.ArrayExtension; 1975return KnownElements.BeginStoryboard; 1977return KnownElements.BitmapEffectGroup; 1979return KnownElements.BlockUIContainer; 1981return KnownElements.Bold; 1983return KnownElements.BooleanAnimationUsingKeyFrames; 1988return KnownElements.Border; 1990return KnownElements.BulletDecorator; 1992return KnownElements.Button; 1998return KnownElements.ButtonBase; 2000return KnownElements.ByteAnimationUsingKeyFrames; 2002return KnownElements.Canvas; 2004return KnownElements.CharAnimationUsingKeyFrames; 2006return KnownElements.CheckBox; 2008return KnownElements.ColorAnimationUsingKeyFrames; 2012return KnownElements.ColumnDefinition; 2014return KnownElements.ComboBox; 2016return KnownElements.ComboBoxItem; 2021return KnownElements.ContentControl; 2023return KnownElements.ContentElement; 2029return KnownElements.ContentPresenter; 2031return KnownElements.ContextMenu; 2047return KnownElements.Control; 2049return KnownElements.ControlTemplate; 2051return KnownElements.DataTemplate; 2053return KnownElements.DataTrigger; 2055return KnownElements.DecimalAnimationUsingKeyFrames; 2057return KnownElements.Decorator; 2061return KnownElements.DockPanel; 2063return KnownElements.DocumentViewer; 2065return KnownElements.DocumentViewerBase; 2067return KnownElements.DoubleAnimationUsingKeyFrames; 2069return KnownElements.DrawingGroup; 2071return KnownElements.EventTrigger; 2073return KnownElements.Expander; 2075return KnownElements.Figure; 2077return KnownElements.FixedDocument; 2079return KnownElements.FixedDocumentSequence; 2081return KnownElements.FixedPage; 2083return KnownElements.Floater; 2085return KnownElements.FlowDocument; 2087return KnownElements.FlowDocumentPageViewer; 2089return KnownElements.FlowDocumentReader; 2091return KnownElements.FlowDocumentScrollViewer; 2093return KnownElements.FrameworkContentElement; 2106return KnownElements.FrameworkElement; 2108return KnownElements.FrameworkTemplate; 2110return KnownElements.GeneralTransformGroup; 2112return KnownElements.GeometryGroup; 2114return KnownElements.GradientBrush; 2120return KnownElements.Grid; 2122return KnownElements.GridView; 2124return KnownElements.GridViewColumn; 2126return KnownElements.GridViewColumnHeader; 2128return KnownElements.GroupBox; 2130return KnownElements.GroupItem; 2136return KnownElements.HeaderedContentControl; 2142return KnownElements.HeaderedItemsControl; 2144return KnownElements.HierarchicalDataTemplate; 2147return KnownElements.Hyperlink; 2150return KnownElements.Image; 2152return KnownElements.InkCanvas; 2154return KnownElements.InkPresenter; 2156return KnownElements.InlineUIContainer; 2158return KnownElements.InputScopeName; 2160return KnownElements.Int16AnimationUsingKeyFrames; 2162return KnownElements.Int32AnimationUsingKeyFrames; 2164return KnownElements.Int64AnimationUsingKeyFrames; 2166return KnownElements.Italic; 2174return KnownElements.ItemsControl; 2176return KnownElements.ItemsPanelTemplate; 2178return KnownElements.Label; 2180return KnownElements.LinearGradientBrush; 2182return KnownElements.List; 2184return KnownElements.ListBox; 2186return KnownElements.ListBoxItem; 2188return KnownElements.ListItem; 2190return KnownElements.ListView; 2192return KnownElements.ListViewItem; 2194return KnownElements.MaterialGroup; 2196return KnownElements.MatrixAnimationUsingKeyFrames; 2198return KnownElements.Menu; 2200return KnownElements.MenuBase; 2202return KnownElements.MenuItem; 2204return KnownElements.Model3DGroup; 2206return KnownElements.ModelVisual3D; 2208return KnownElements.MultiBinding; 2210return KnownElements.MultiDataTrigger; 2212return KnownElements.MultiTrigger; 2214return KnownElements.ObjectAnimationUsingKeyFrames; 2216return KnownElements.Page; 2218return KnownElements.PageContent; 2220return KnownElements.PageFunctionBase; 2223return KnownElements.Panel; 2225return KnownElements.Paragraph; 2227return KnownElements.ParallelTimeline; 2229return KnownElements.Path; 2231return KnownElements.PathFigure; 2233return KnownElements.PathGeometry; 2235return KnownElements.Point3DAnimationUsingKeyFrames; 2237return KnownElements.PointAnimationUsingKeyFrames; 2242return KnownElements.Popup; 2244return KnownElements.PriorityBinding; 2246return KnownElements.QuaternionAnimationUsingKeyFrames; 2248return KnownElements.RadialGradientBrush; 2250return KnownElements.RadioButton; 2252return KnownElements.RectAnimationUsingKeyFrames; 2254return KnownElements.RepeatButton; 2256return KnownElements.RichTextBox; 2258return KnownElements.Rotation3DAnimationUsingKeyFrames; 2262return KnownElements.RowDefinition; 2264return KnownElements.Run; 2269return KnownElements.ScrollViewer; 2271return KnownElements.Section; 2273return KnownElements.Selector; 2277return KnownElements.Shape; 2279return KnownElements.SingleAnimationUsingKeyFrames; 2281return KnownElements.SizeAnimationUsingKeyFrames; 2283return KnownElements.Span; 2285return KnownElements.StackPanel; 2287return KnownElements.StatusBar; 2289return KnownElements.StatusBarItem; 2291return KnownElements.Storyboard; 2293return KnownElements.StringAnimationUsingKeyFrames; 2295return KnownElements.Style; 2297return KnownElements.TabControl; 2299return KnownElements.TabItem; 2301return KnownElements.TabPanel; 2303return KnownElements.Table; 2305return KnownElements.TableCell; 2307return KnownElements.TableRow; 2309return KnownElements.TableRowGroup; 2322return KnownElements.TextBlock; 2324return KnownElements.TextBox; 2332return KnownElements.TextElement; 2334return KnownElements.ThicknessAnimationUsingKeyFrames; 2336return KnownElements.TimelineGroup; 2338return KnownElements.ToggleButton; 2340return KnownElements.ToolBar; 2342return KnownElements.ToolBarOverflowPanel; 2344return KnownElements.ToolBarPanel; 2346return KnownElements.ToolBarTray; 2348return KnownElements.ToolTip; 2355return KnownElements.Track; 2357return KnownElements.Transform3DGroup; 2359return KnownElements.TransformGroup; 2361return KnownElements.TreeView; 2363return KnownElements.TreeViewItem; 2365return KnownElements.Trigger; 2371return KnownElements.UIElement; 2373return KnownElements.Underline; 2375return KnownElements.UniformGrid; 2377return KnownElements.UserControl; 2379return KnownElements.Vector3DAnimationUsingKeyFrames; 2381return KnownElements.VectorAnimationUsingKeyFrames; 2383return KnownElements.Viewbox; 2385return KnownElements.Viewport3D; 2387return KnownElements.Viewport3DVisual; 2389return KnownElements.VirtualizingPanel; 2391return KnownElements.VirtualizingStackPanel; 2393return KnownElements.Window; 2395return KnownElements.WrapPanel; 2397return KnownElements.XmlDataProvider; 2399return KnownElements.UnknownElement; 2407KnownElements knownElement = GetKnownElementFromKnownCommonProperty(knownProperty); 2414internal static IList GetCollectionForCPA(object o, KnownElements knownElement) 2420case KnownElements.Canvas: 2421case KnownElements.DockPanel: 2422case KnownElements.Grid: 2423case KnownElements.Panel: 2424case KnownElements.StackPanel: 2425case KnownElements.TabPanel: 2426case KnownElements.ToolBarOverflowPanel: 2427case KnownElements.ToolBarPanel: 2428case KnownElements.UniformGrid: 2429case KnownElements.VirtualizingPanel: 2430case KnownElements.VirtualizingStackPanel: 2431case KnownElements.WrapPanel: 2435case KnownElements.ComboBox: 2436case KnownElements.ContextMenu: 2437case KnownElements.HeaderedItemsControl: 2438case KnownElements.ItemsControl: 2439case KnownElements.ListBox: 2440case KnownElements.ListView: 2441case KnownElements.Menu: 2442case KnownElements.MenuBase: 2443case KnownElements.MenuItem: 2444case KnownElements.Selector: 2445case KnownElements.StatusBar: 2446case KnownElements.TabControl: 2447case KnownElements.ToolBar: 2448case KnownElements.TreeView: 2449case KnownElements.TreeViewItem: 2453case KnownElements.Bold: 2454case KnownElements.Hyperlink: 2455case KnownElements.Italic: 2456case KnownElements.Span: 2457case KnownElements.Underline: 2461case KnownElements.AnchoredBlock: 2462case KnownElements.Figure: 2463case KnownElements.Floater: 2467case KnownElements.GradientBrush: 2468case KnownElements.LinearGradientBrush: 2469case KnownElements.RadialGradientBrush: 2473case KnownElements.ParallelTimeline: 2474case KnownElements.Storyboard: 2475case KnownElements.TimelineGroup: 2479case KnownElements.BitmapEffectGroup: return (o as System.Windows.Media.Effects.BitmapEffectGroup).Children; 2480case KnownElements.BooleanAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames).KeyFrames; 2481case KnownElements.ByteAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ByteAnimationUsingKeyFrames).KeyFrames; 2482case KnownElements.CharAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.CharAnimationUsingKeyFrames).KeyFrames; 2483case KnownElements.ColorAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ColorAnimationUsingKeyFrames).KeyFrames; 2484case KnownElements.DataTrigger: return (o as System.Windows.DataTrigger).Setters; 2485case KnownElements.DecimalAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames).KeyFrames; 2486case KnownElements.DoubleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames).KeyFrames; 2487case KnownElements.DrawingGroup: return (o as System.Windows.Media.DrawingGroup).Children; 2488case KnownElements.EventTrigger: return (o as System.Windows.EventTrigger).Actions; 2489case KnownElements.FixedPage: return (o as System.Windows.Documents.FixedPage).Children; 2490case KnownElements.FlowDocument: return (o as System.Windows.Documents.FlowDocument).Blocks; 2491case KnownElements.GeneralTransformGroup: return (o as System.Windows.Media.GeneralTransformGroup).Children; 2492case KnownElements.GeometryGroup: return (o as System.Windows.Media.GeometryGroup).Children; 2493case KnownElements.GridView: return (o as System.Windows.Controls.GridView).Columns; 2494case KnownElements.InkCanvas: return (o as System.Windows.Controls.InkCanvas).Children; 2495case KnownElements.Int16AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int16AnimationUsingKeyFrames).KeyFrames; 2496case KnownElements.Int32AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int32AnimationUsingKeyFrames).KeyFrames; 2497case KnownElements.Int64AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int64AnimationUsingKeyFrames).KeyFrames; 2498case KnownElements.List: return (o as System.Windows.Documents.List).ListItems; 2499case KnownElements.ListItem: return (o as System.Windows.Documents.ListItem).Blocks; 2500case KnownElements.MaterialGroup: return (o as System.Windows.Media.Media3D.MaterialGroup).Children; 2501case KnownElements.MatrixAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames).KeyFrames; 2502case KnownElements.Model3DGroup: return (o as System.Windows.Media.Media3D.Model3DGroup).Children; 2503case KnownElements.ModelVisual3D: return (o as System.Windows.Media.Media3D.ModelVisual3D).Children; 2504case KnownElements.MultiBinding: return (o as System.Windows.Data.MultiBinding).Bindings; 2505case KnownElements.MultiDataTrigger: return (o as System.Windows.MultiDataTrigger).Setters; 2506case KnownElements.MultiTrigger: return (o as System.Windows.MultiTrigger).Setters; 2507case KnownElements.ObjectAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames).KeyFrames; 2508case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2509case KnownElements.PathFigure: return (o as System.Windows.Media.PathFigure).Segments; 2510case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures; 2511case KnownElements.Point3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames).KeyFrames; 2512case KnownElements.PointAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.PointAnimationUsingKeyFrames).KeyFrames; 2513case KnownElements.PriorityBinding: return (o as System.Windows.Data.PriorityBinding).Bindings; 2514case KnownElements.QuaternionAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames).KeyFrames; 2515case KnownElements.RectAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.RectAnimationUsingKeyFrames).KeyFrames; 2516case KnownElements.Rotation3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames).KeyFrames; 2517case KnownElements.Section: return (o as System.Windows.Documents.Section).Blocks; 2518case KnownElements.SingleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.SingleAnimationUsingKeyFrames).KeyFrames; 2519case KnownElements.SizeAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.SizeAnimationUsingKeyFrames).KeyFrames; 2520case KnownElements.StringAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.StringAnimationUsingKeyFrames).KeyFrames; 2521case KnownElements.Style: return (o as System.Windows.Style).Setters; 2522case KnownElements.Table: return (o as System.Windows.Documents.Table).RowGroups; 2523case KnownElements.TableCell: return (o as System.Windows.Documents.TableCell).Blocks; 2524case KnownElements.TableRow: return (o as System.Windows.Documents.TableRow).Cells; 2525case KnownElements.TableRowGroup: return (o as System.Windows.Documents.TableRowGroup).Rows; 2526case KnownElements.TextBlock: return (o as System.Windows.Controls.TextBlock).Inlines; 2527case KnownElements.ThicknessAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames).KeyFrames; 2528case KnownElements.ToolBarTray: return (o as System.Windows.Controls.ToolBarTray).ToolBars; 2529case KnownElements.Transform3DGroup: return (o as System.Windows.Media.Media3D.Transform3DGroup).Children; 2530case KnownElements.TransformGroup: return (o as System.Windows.Media.TransformGroup).Children; 2531case KnownElements.Trigger: return (o as System.Windows.Trigger).Setters; 2532case KnownElements.Vector3DAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames).KeyFrames; 2533case KnownElements.VectorAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.VectorAnimationUsingKeyFrames).KeyFrames; 2534case KnownElements.Viewport3D: return (o as System.Windows.Controls.Viewport3D).Children; 2535case KnownElements.Viewport3DVisual: return (o as System.Windows.Media.Media3D.Viewport3DVisual).Children; 2545internal static bool CanCollectionTypeAcceptStrings(KnownElements knownElement) 2550case KnownElements.BitmapEffectCollection: 2551case KnownElements.DoubleCollection: 2552case KnownElements.DrawingCollection: 2553case KnownElements.GeneralTransformCollection: 2554case KnownElements.GeometryCollection: 2555case KnownElements.GradientStopCollection: 2556case KnownElements.Int32Collection: 2557case KnownElements.MaterialCollection: 2558case KnownElements.Model3DCollection: 2559case KnownElements.PathFigureCollection: 2560case KnownElements.PathSegmentCollection: 2561case KnownElements.Point3DCollection: 2562case KnownElements.PointCollection: 2563case KnownElements.StrokeCollection: 2564case KnownElements.TextDecorationCollection: 2565case KnownElements.TextEffectCollection: 2566case KnownElements.TimelineCollection: 2567case KnownElements.Transform3DCollection: 2568case KnownElements.TransformCollection: 2569case KnownElements.Vector3DCollection: 2570case KnownElements.VectorCollection: 2577internal static string GetContentPropertyName(KnownElements knownElement) 2583case KnownElements.EventTrigger: 2586case KnownElements.MultiBinding: 2587case KnownElements.PriorityBinding: 2590case KnownElements.AnchoredBlock: 2591case KnownElements.Figure: 2592case KnownElements.Floater: 2593case KnownElements.FlowDocument: 2594case KnownElements.ListItem: 2595case KnownElements.Section: 2596case KnownElements.TableCell: 2599case KnownElements.TableRow: 2602case KnownElements.AdornedElementPlaceholder: 2603case KnownElements.AdornerDecorator: 2604case KnownElements.BlockUIContainer: 2605case KnownElements.Border: 2606case KnownElements.BulletDecorator: 2607case KnownElements.Decorator: 2608case KnownElements.InkPresenter: 2609case KnownElements.InlineUIContainer: 2610case KnownElements.PageContent: 2611case KnownElements.Popup: 2612case KnownElements.Viewbox: 2615case KnownElements.BitmapEffectGroup: 2616case KnownElements.Canvas: 2617case KnownElements.DockPanel: 2618case KnownElements.DrawingGroup: 2619case KnownElements.FixedPage: 2620case KnownElements.GeneralTransformGroup: 2621case KnownElements.GeometryGroup: 2622case KnownElements.Grid: 2623case KnownElements.InkCanvas: 2624case KnownElements.MaterialGroup: 2625case KnownElements.Model3DGroup: 2626case KnownElements.ModelVisual3D: 2627case KnownElements.Panel: 2628case KnownElements.ParallelTimeline: 2629case KnownElements.StackPanel: 2630case KnownElements.Storyboard: 2631case KnownElements.TabPanel: 2632case KnownElements.TimelineGroup: 2633case KnownElements.ToolBarOverflowPanel: 2634case KnownElements.ToolBarPanel: 2635case KnownElements.Transform3DGroup: 2636case KnownElements.TransformGroup: 2637case KnownElements.UniformGrid: 2638case KnownElements.Viewport3D: 2639case KnownElements.Viewport3DVisual: 2640case KnownElements.VirtualizingPanel: 2641case KnownElements.VirtualizingStackPanel: 2642case KnownElements.WrapPanel: 2645case KnownElements.GridView: 2648case KnownElements.Button: 2649case KnownElements.ButtonBase: 2650case KnownElements.CheckBox: 2651case KnownElements.ComboBoxItem: 2652case KnownElements.ContentControl: 2653case KnownElements.Expander: 2654case KnownElements.GridViewColumnHeader: 2655case KnownElements.GroupBox: 2656case KnownElements.GroupItem: 2657case KnownElements.HeaderedContentControl: 2658case KnownElements.Label: 2659case KnownElements.ListBoxItem: 2660case KnownElements.ListViewItem: 2661case KnownElements.Page: 2662case KnownElements.PageFunctionBase: 2663case KnownElements.RadioButton: 2664case KnownElements.RepeatButton: 2665case KnownElements.ScrollViewer: 2666case KnownElements.StatusBarItem: 2667case KnownElements.TabItem: 2668case KnownElements.ToggleButton: 2669case KnownElements.ToolTip: 2670case KnownElements.UserControl: 2671case KnownElements.Window: 2674case KnownElements.DocumentViewer: 2675case KnownElements.DocumentViewerBase: 2676case KnownElements.FlowDocumentPageViewer: 2677case KnownElements.FlowDocumentReader: 2678case KnownElements.FlowDocumentScrollViewer: 2679case KnownElements.RichTextBox: 2682case KnownElements.PathGeometry: 2685case KnownElements.GradientBrush: 2686case KnownElements.LinearGradientBrush: 2687case KnownElements.RadialGradientBrush: 2690case KnownElements.GridViewColumn: 2693case KnownElements.Bold: 2694case KnownElements.Hyperlink: 2695case KnownElements.Italic: 2696case KnownElements.Paragraph: 2697case KnownElements.Span: 2698case KnownElements.TextBlock: 2699case KnownElements.Underline: 2702case KnownElements.ArrayExtension: 2703case KnownElements.ComboBox: 2704case KnownElements.ContextMenu: 2705case KnownElements.HeaderedItemsControl: 2706case KnownElements.ItemsControl: 2707case KnownElements.ListBox: 2708case KnownElements.ListView: 2709case KnownElements.Menu: 2710case KnownElements.MenuBase: 2711case KnownElements.MenuItem: 2712case KnownElements.Selector: 2713case KnownElements.StatusBar: 2714case KnownElements.TabControl: 2715case KnownElements.ToolBar: 2716case KnownElements.TreeView: 2717case KnownElements.TreeViewItem: 2720case KnownElements.BooleanAnimationUsingKeyFrames: 2721case KnownElements.ByteAnimationUsingKeyFrames: 2722case KnownElements.CharAnimationUsingKeyFrames: 2723case KnownElements.ColorAnimationUsingKeyFrames: 2724case KnownElements.DecimalAnimationUsingKeyFrames: 2725case KnownElements.DoubleAnimationUsingKeyFrames: 2726case KnownElements.Int16AnimationUsingKeyFrames: 2727case KnownElements.Int32AnimationUsingKeyFrames: 2728case KnownElements.Int64AnimationUsingKeyFrames: 2729case KnownElements.MatrixAnimationUsingKeyFrames: 2730case KnownElements.ObjectAnimationUsingKeyFrames: 2731case KnownElements.Point3DAnimationUsingKeyFrames: 2732case KnownElements.PointAnimationUsingKeyFrames: 2733case KnownElements.QuaternionAnimationUsingKeyFrames: 2734case KnownElements.RectAnimationUsingKeyFrames: 2735case KnownElements.Rotation3DAnimationUsingKeyFrames: 2736case KnownElements.SingleAnimationUsingKeyFrames: 2737case KnownElements.SizeAnimationUsingKeyFrames: 2738case KnownElements.StringAnimationUsingKeyFrames: 2739case KnownElements.ThicknessAnimationUsingKeyFrames: 2740case KnownElements.Vector3DAnimationUsingKeyFrames: 2741case KnownElements.VectorAnimationUsingKeyFrames: 2744case KnownElements.List: 2747case KnownElements.InputScopeName: 2750case KnownElements.FixedDocument: 2753case KnownElements.FixedDocumentSequence: 2756case KnownElements.Table: 2759case KnownElements.TableRowGroup: 2762case KnownElements.PathFigure: 2765case KnownElements.DataTrigger: 2766case KnownElements.MultiDataTrigger: 2767case KnownElements.MultiTrigger: 2768case KnownElements.Style: 2769case KnownElements.Trigger: 2772case KnownElements.BeginStoryboard: 2775case KnownElements.AccessText: 2776case KnownElements.Run: 2777case KnownElements.TextBox: 2780case KnownElements.ToolBarTray: 2783case KnownElements.ControlTemplate: 2784case KnownElements.DataTemplate: 2785case KnownElements.FrameworkTemplate: 2786case KnownElements.HierarchicalDataTemplate: 2787case KnownElements.ItemsPanelTemplate: 2790case KnownElements.XmlDataProvider: 2797internal static short GetKnownPropertyAttributeId(KnownElements typeID, string fieldName) 2801case KnownElements.AccessText: 2805case KnownElements.AdornedElementPlaceholder: 2809case KnownElements.AdornerDecorator: 2813case KnownElements.AnchoredBlock: 2817case KnownElements.ArrayExtension: 2821case KnownElements.BeginStoryboard: 2825case KnownElements.BitmapEffectGroup: 2829case KnownElements.BlockUIContainer: 2833case KnownElements.Bold: 2837case KnownElements.BooleanAnimationUsingKeyFrames: 2841case KnownElements.Border: 2851case KnownElements.BulletDecorator: 2855case KnownElements.Button: 2859case KnownElements.ButtonBase: 2871case KnownElements.ByteAnimationUsingKeyFrames: 2875case KnownElements.Canvas: 2879case KnownElements.CharAnimationUsingKeyFrames: 2883case KnownElements.CheckBox: 2887case KnownElements.ColorAnimationUsingKeyFrames: 2891case KnownElements.ColumnDefinition: 2899case KnownElements.ComboBox: 2903case KnownElements.ComboBoxItem: 2907case KnownElements.ContentControl: 2917case KnownElements.ContentElement: 2921case KnownElements.ContentPresenter: 2933case KnownElements.ContextMenu: 2937case KnownElements.Control: 2969case KnownElements.ControlTemplate: 2973case KnownElements.DataTemplate: 2977case KnownElements.DataTrigger: 2981case KnownElements.DecimalAnimationUsingKeyFrames: 2985case KnownElements.Decorator: 2989case KnownElements.DockPanel: 2997case KnownElements.DocumentViewer: 3001case KnownElements.DocumentViewerBase: 3005case KnownElements.DoubleAnimationUsingKeyFrames: 3009case KnownElements.DrawingGroup: 3013case KnownElements.EventTrigger: 3017case KnownElements.Expander: 3021case KnownElements.Figure: 3025case KnownElements.FixedDocument: 3029case KnownElements.FixedDocumentSequence: 3033case KnownElements.FixedPage: 3037case KnownElements.Floater: 3041case KnownElements.FlowDocument: 3045case KnownElements.FlowDocumentPageViewer: 3049case KnownElements.FlowDocumentReader: 3053case KnownElements.FlowDocumentScrollViewer: 3057case KnownElements.FrameworkContentElement: 3061case KnownElements.FrameworkElement: 3087case KnownElements.FrameworkTemplate: 3091case KnownElements.GeneralTransformGroup: 3095case KnownElements.GeometryGroup: 3099case KnownElements.GradientBrush: 3103case KnownElements.Grid: 3115case KnownElements.GridView: 3119case KnownElements.GridViewColumn: 3123case KnownElements.GridViewColumnHeader: 3127case KnownElements.GroupBox: 3131case KnownElements.GroupItem: 3135case KnownElements.HeaderedContentControl: 3147case KnownElements.HeaderedItemsControl: 3159case KnownElements.HierarchicalDataTemplate: 3163case KnownElements.Hyperlink: 3169case KnownElements.Image: 3175case KnownElements.InkCanvas: 3179case KnownElements.InkPresenter: 3183case KnownElements.InlineUIContainer: 3187case KnownElements.InputScopeName: 3191case KnownElements.Int16AnimationUsingKeyFrames: 3195case KnownElements.Int32AnimationUsingKeyFrames: 3199case KnownElements.Int64AnimationUsingKeyFrames: 3203case KnownElements.Italic: 3207case KnownElements.ItemsControl: 3223case KnownElements.ItemsPanelTemplate: 3227case KnownElements.Label: 3231case KnownElements.LinearGradientBrush: 3235case KnownElements.List: 3239case KnownElements.ListBox: 3243case KnownElements.ListBoxItem: 3247case KnownElements.ListItem: 3251case KnownElements.ListView: 3255case KnownElements.ListViewItem: 3259case KnownElements.MaterialGroup: 3263case KnownElements.MatrixAnimationUsingKeyFrames: 3267case KnownElements.Menu: 3271case KnownElements.MenuBase: 3275case KnownElements.MenuItem: 3279case KnownElements.Model3DGroup: 3283case KnownElements.ModelVisual3D: 3287case KnownElements.MultiBinding: 3291case KnownElements.MultiDataTrigger: 3295case KnownElements.MultiTrigger: 3299case KnownElements.ObjectAnimationUsingKeyFrames: 3303case KnownElements.Page: 3307case KnownElements.PageContent: 3311case KnownElements.PageFunctionBase: 3315case KnownElements.Panel: 3321case KnownElements.Paragraph: 3325case KnownElements.ParallelTimeline: 3329case KnownElements.Path: 3333case KnownElements.PathFigure: 3337case KnownElements.PathGeometry: 3341case KnownElements.Point3DAnimationUsingKeyFrames: 3345case KnownElements.PointAnimationUsingKeyFrames: 3349case KnownElements.Popup: 3359case KnownElements.PriorityBinding: 3363case KnownElements.QuaternionAnimationUsingKeyFrames: 3367case KnownElements.RadialGradientBrush: 3371case KnownElements.RadioButton: 3375case KnownElements.RectAnimationUsingKeyFrames: 3379case KnownElements.RepeatButton: 3383case KnownElements.RichTextBox: 3387case KnownElements.Rotation3DAnimationUsingKeyFrames: 3391case KnownElements.RowDefinition: 3399case KnownElements.Run: 3403case KnownElements.ScrollViewer: 3413case KnownElements.Section: 3417case KnownElements.Selector: 3421case KnownElements.Shape: 3429case KnownElements.SingleAnimationUsingKeyFrames: 3433case KnownElements.SizeAnimationUsingKeyFrames: 3437case KnownElements.Span: 3441case KnownElements.StackPanel: 3445case KnownElements.StatusBar: 3449case KnownElements.StatusBarItem: 3453case KnownElements.Storyboard: 3457case KnownElements.StringAnimationUsingKeyFrames: 3461case KnownElements.Style: 3465case KnownElements.TabControl: 3469case KnownElements.TabItem: 3473case KnownElements.TabPanel: 3477case KnownElements.Table: 3481case KnownElements.TableCell: 3485case KnownElements.TableRow: 3489case KnownElements.TableRowGroup: 3493case KnownElements.TextBlock: 3519case KnownElements.TextBox: 3523case KnownElements.TextElement: 3539case KnownElements.ThicknessAnimationUsingKeyFrames: 3543case KnownElements.TimelineGroup: 3547case KnownElements.ToggleButton: 3551case KnownElements.ToolBar: 3555case KnownElements.ToolBarOverflowPanel: 3559case KnownElements.ToolBarPanel: 3563case KnownElements.ToolBarTray: 3567case KnownElements.ToolTip: 3571case KnownElements.Track: 3585case KnownElements.Transform3DGroup: 3589case KnownElements.TransformGroup: 3593case KnownElements.TreeView: 3597case KnownElements.TreeViewItem: 3601case KnownElements.Trigger: 3605case KnownElements.UIElement: 3617case KnownElements.Underline: 3621case KnownElements.UniformGrid: 3625case KnownElements.UserControl: 3629case KnownElements.Vector3DAnimationUsingKeyFrames: 3633case KnownElements.VectorAnimationUsingKeyFrames: 3637case KnownElements.Viewbox: 3641case KnownElements.Viewport3D: 3645case KnownElements.Viewport3DVisual: 3649case KnownElements.VirtualizingPanel: 3653case KnownElements.VirtualizingStackPanel: 3657case KnownElements.Window: 3661case KnownElements.WrapPanel: 3665case KnownElements.XmlDataProvider: 3685internal static KnownElements GetKnownTypeConverterId(KnownElements knownElement) 3687KnownElements converterId = KnownElements.UnknownElement; 3690case KnownElements.ComponentResourceKey: converterId = KnownElements.ComponentResourceKeyConverter; break; 3691case KnownElements.CornerRadius: converterId = KnownElements.CornerRadiusConverter; break; 3692case KnownElements.BindingExpressionBase: converterId = KnownElements.ExpressionConverter; break; 3693case KnownElements.BindingExpression: converterId = KnownElements.ExpressionConverter; break; 3694case KnownElements.MultiBindingExpression: converterId = KnownElements.ExpressionConverter; break; 3695case KnownElements.PriorityBindingExpression: converterId = KnownElements.ExpressionConverter; break; 3696case KnownElements.TemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 3697case KnownElements.DataTemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 3698case KnownElements.DynamicResourceExtension: converterId = KnownElements.DynamicResourceExtensionConverter; break; 3699case KnownElements.FigureLength: converterId = KnownElements.FigureLengthConverter; break; 3700case KnownElements.GridLength: converterId = KnownElements.GridLengthConverter; break; 3701case KnownElements.PropertyPath: converterId = KnownElements.PropertyPathConverter; break; 3702case KnownElements.TemplateBindingExpression: converterId = KnownElements.TemplateBindingExpressionConverter; break; 3703case KnownElements.TemplateBindingExtension: converterId = KnownElements.TemplateBindingExtensionConverter; break; 3704case KnownElements.Thickness: converterId = KnownElements.ThicknessConverter; break; 3705case KnownElements.Duration: converterId = KnownElements.DurationConverter; break; 3706case KnownElements.FontStyle: converterId = KnownElements.FontStyleConverter; break; 3707case KnownElements.FontStretch: converterId = KnownElements.FontStretchConverter; break; 3708case KnownElements.FontWeight: converterId = KnownElements.FontWeightConverter; break; 3709case KnownElements.RoutedEvent: converterId = KnownElements.RoutedEventConverter; break; 3710case KnownElements.TextDecorationCollection: converterId = KnownElements.TextDecorationCollectionConverter; break; 3711case KnownElements.StrokeCollection: converterId = KnownElements.StrokeCollectionConverter; break; 3712case KnownElements.ICommand: converterId = KnownElements.CommandConverter; break; 3713case KnownElements.KeyGesture: converterId = KnownElements.KeyGestureConverter; break; 3714case KnownElements.MouseGesture: converterId = KnownElements.MouseGestureConverter; break; 3715case KnownElements.RoutedCommand: converterId = KnownElements.CommandConverter; break; 3716case KnownElements.RoutedUICommand: converterId = KnownElements.CommandConverter; break; 3717case KnownElements.Cursor: converterId = KnownElements.CursorConverter; break; 3718case KnownElements.InputScope: converterId = KnownElements.InputScopeConverter; break; 3719case KnownElements.InputScopeName: converterId = KnownElements.InputScopeNameConverter; break; 3720case KnownElements.KeySpline: converterId = KnownElements.KeySplineConverter; break; 3721case KnownElements.KeyTime: converterId = KnownElements.KeyTimeConverter; break; 3722case KnownElements.RepeatBehavior: converterId = KnownElements.RepeatBehaviorConverter; break; 3723case KnownElements.Brush: converterId = KnownElements.BrushConverter; break; 3724case KnownElements.Color: converterId = KnownElements.ColorConverter; break; 3725case KnownElements.Geometry: converterId = KnownElements.GeometryConverter; break; 3726case KnownElements.CombinedGeometry: converterId = KnownElements.GeometryConverter; break; 3727case KnownElements.TileBrush: converterId = KnownElements.BrushConverter; break; 3728case KnownElements.DrawingBrush: converterId = KnownElements.BrushConverter; break; 3729case KnownElements.ImageSource: converterId = KnownElements.ImageSourceConverter; break; 3730case KnownElements.DrawingImage: converterId = KnownElements.ImageSourceConverter; break; 3731case KnownElements.EllipseGeometry: converterId = KnownElements.GeometryConverter; break; 3732case KnownElements.FontFamily: converterId = KnownElements.FontFamilyConverter; break; 3733case KnownElements.DoubleCollection: converterId = KnownElements.DoubleCollectionConverter; break; 3734case KnownElements.GeometryGroup: converterId = KnownElements.GeometryConverter; break; 3735case KnownElements.GradientBrush: converterId = KnownElements.BrushConverter; break; 3736case KnownElements.ImageBrush: converterId = KnownElements.BrushConverter; break; 3737case KnownElements.Int32Collection: converterId = KnownElements.Int32CollectionConverter; break; 3738case KnownElements.LinearGradientBrush: converterId = KnownElements.BrushConverter; break; 3739case KnownElements.LineGeometry: converterId = KnownElements.GeometryConverter; break; 3740case KnownElements.Transform: converterId = KnownElements.TransformConverter; break; 3741case KnownElements.MatrixTransform: converterId = KnownElements.TransformConverter; break; 3742case KnownElements.PathFigureCollection: converterId = KnownElements.PathFigureCollectionConverter; break; 3743case KnownElements.PathGeometry: converterId = KnownElements.GeometryConverter; break; 3744case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 3745case KnownElements.RadialGradientBrush: converterId = KnownElements.BrushConverter; break; 3746case KnownElements.RectangleGeometry: converterId = KnownElements.GeometryConverter; break; 3747case KnownElements.RotateTransform: converterId = KnownElements.TransformConverter; break; 3748case KnownElements.ScaleTransform: converterId = KnownElements.TransformConverter; break; 3749case KnownElements.SkewTransform: converterId = KnownElements.TransformConverter; break; 3750case KnownElements.SolidColorBrush: converterId = KnownElements.BrushConverter; break; 3751case KnownElements.StreamGeometry: converterId = KnownElements.GeometryConverter; break; 3752case KnownElements.TransformGroup: converterId = KnownElements.TransformConverter; break; 3753case KnownElements.TranslateTransform: converterId = KnownElements.TransformConverter; break; 3754case KnownElements.VectorCollection: converterId = KnownElements.VectorCollectionConverter; break; 3755case KnownElements.VisualBrush: converterId = KnownElements.BrushConverter; break; 3756case KnownElements.BitmapSource: converterId = KnownElements.ImageSourceConverter; break; 3757case KnownElements.BitmapFrame: converterId = KnownElements.ImageSourceConverter; break; 3758case KnownElements.BitmapImage: converterId = KnownElements.ImageSourceConverter; break; 3759case KnownElements.CachedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3760case KnownElements.ColorConvertedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3761case KnownElements.CroppedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3762case KnownElements.FormatConvertedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3763case KnownElements.RenderTargetBitmap: converterId = KnownElements.ImageSourceConverter; break; 3764case KnownElements.TransformedBitmap: converterId = KnownElements.ImageSourceConverter; break; 3765case KnownElements.WriteableBitmap: converterId = KnownElements.ImageSourceConverter; break; 3766case KnownElements.PixelFormat: converterId = KnownElements.PixelFormatConverter; break; 3767case KnownElements.Matrix3D: converterId = KnownElements.Matrix3DConverter; break; 3768case KnownElements.Point3D: converterId = KnownElements.Point3DConverter; break; 3769case KnownElements.Point3DCollection: converterId = KnownElements.Point3DCollectionConverter; break; 3770case KnownElements.Vector3DCollection: converterId = KnownElements.Vector3DCollectionConverter; break; 3771case KnownElements.Point4D: converterId = KnownElements.Point4DConverter; break; 3772case KnownElements.Quaternion: converterId = KnownElements.QuaternionConverter; break; 3773case KnownElements.Rect3D: converterId = KnownElements.Rect3DConverter; break; 3774case KnownElements.Size3D: converterId = KnownElements.Size3DConverter; break; 3775case KnownElements.Vector3D: converterId = KnownElements.Vector3DConverter; break; 3776case KnownElements.XmlLanguage: converterId = KnownElements.XmlLanguageConverter; break; 3777case KnownElements.Point: converterId = KnownElements.PointConverter; break; 3778case KnownElements.Size: converterId = KnownElements.SizeConverter; break; 3779case KnownElements.Vector: converterId = KnownElements.VectorConverter; break; 3780case KnownElements.Rect: converterId = KnownElements.RectConverter; break; 3781case KnownElements.Matrix: converterId = KnownElements.MatrixConverter; break; 3782case KnownElements.DependencyProperty: converterId = KnownElements.DependencyPropertyConverter; break; 3783case KnownElements.Expression: converterId = KnownElements.ExpressionConverter; break; 3784case KnownElements.Int32Rect: converterId = KnownElements.Int32RectConverter; break; 3785case KnownElements.Boolean: converterId = KnownElements.BooleanConverter; break; 3786case KnownElements.Int16: converterId = KnownElements.Int16Converter; break; 3787case KnownElements.Int32: converterId = KnownElements.Int32Converter; break; 3788case KnownElements.Int64: converterId = KnownElements.Int64Converter; break; 3789case KnownElements.UInt16: converterId = KnownElements.UInt16Converter; break; 3790case KnownElements.UInt32: converterId = KnownElements.UInt32Converter; break; 3791case KnownElements.UInt64: converterId = KnownElements.UInt64Converter; break; 3792case KnownElements.Single: converterId = KnownElements.SingleConverter; break; 3793case KnownElements.Double: converterId = KnownElements.DoubleConverter; break; 3794case KnownElements.Object: converterId = KnownElements.StringConverter; break; 3795case KnownElements.String: converterId = KnownElements.StringConverter; break; 3796case KnownElements.Byte: converterId = KnownElements.ByteConverter; break; 3797case KnownElements.SByte: converterId = KnownElements.SByteConverter; break; 3798case KnownElements.Char: converterId = KnownElements.CharConverter; break; 3799case KnownElements.Decimal: converterId = KnownElements.DecimalConverter; break; 3800case KnownElements.TimeSpan: converterId = KnownElements.TimeSpanConverter; break; 3801case KnownElements.Guid: converterId = KnownElements.GuidConverter; break; 3802case KnownElements.DateTime: converterId = KnownElements.DateTimeConverter2; break; 3803case KnownElements.Uri: converterId = KnownElements.UriTypeConverter; break; 3804case KnownElements.CultureInfo: converterId = KnownElements.CultureInfoConverter; break; 3811internal static KnownElements GetKnownTypeConverterIdForProperty( 3812KnownElements id, 3815KnownElements converterId = KnownElements.UnknownElement; 3818case KnownElements.ColumnDefinition: 3820converterId = KnownElements.LengthConverter; 3822converterId = KnownElements.LengthConverter; 3824case KnownElements.RowDefinition: 3826converterId = KnownElements.LengthConverter; 3828converterId = KnownElements.LengthConverter; 3830case KnownElements.FrameworkElement: 3832converterId = KnownElements.LengthConverter; 3834case KnownElements.Adorner: 3836converterId = KnownElements.LengthConverter; 3838case KnownElements.Shape: 3840converterId = KnownElements.LengthConverter; 3842converterId = KnownElements.LengthConverter; 3844case KnownElements.Panel: 3846converterId = KnownElements.LengthConverter; 3848case KnownElements.Canvas: 3850converterId = KnownElements.LengthConverter; 3852converterId = KnownElements.LengthConverter; 3854converterId = KnownElements.LengthConverter; 3856converterId = KnownElements.LengthConverter; 3858converterId = KnownElements.LengthConverter; 3860case KnownElements.Control: 3862converterId = KnownElements.LengthConverter; 3864converterId = KnownElements.FontSizeConverter; 3866case KnownElements.ContentControl: 3868converterId = KnownElements.LengthConverter; 3870converterId = KnownElements.FontSizeConverter; 3872case KnownElements.Window: 3874converterId = KnownElements.LengthConverter; 3876converterId = KnownElements.LengthConverter; 3878converterId = KnownElements.LengthConverter; 3880converterId = KnownElements.DialogResultConverter; 3882converterId = KnownElements.FontSizeConverter; 3884case KnownElements.NavigationWindow: 3886converterId = KnownElements.LengthConverter; 3888converterId = KnownElements.LengthConverter; 3890converterId = KnownElements.LengthConverter; 3892converterId = KnownElements.DialogResultConverter; 3894converterId = KnownElements.FontSizeConverter; 3896case KnownElements.CollectionView: 3898converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 3900case KnownElements.StickyNoteControl: 3902converterId = KnownElements.LengthConverter; 3904converterId = KnownElements.FontSizeConverter; 3906case KnownElements.ItemsControl: 3908converterId = KnownElements.LengthConverter; 3910converterId = KnownElements.FontSizeConverter; 3912case KnownElements.MenuBase: 3914converterId = KnownElements.LengthConverter; 3916converterId = KnownElements.FontSizeConverter; 3918case KnownElements.ContextMenu: 3920converterId = KnownElements.LengthConverter; 3922converterId = KnownElements.LengthConverter; 3924converterId = KnownElements.LengthConverter; 3926converterId = KnownElements.FontSizeConverter; 3928case KnownElements.HeaderedItemsControl: 3930converterId = KnownElements.LengthConverter; 3932converterId = KnownElements.FontSizeConverter; 3934case KnownElements.MenuItem: 3936converterId = KnownElements.LengthConverter; 3938converterId = KnownElements.FontSizeConverter; 3940case KnownElements.FlowDocumentScrollViewer: 3942converterId = KnownElements.LengthConverter; 3944converterId = KnownElements.FontSizeConverter; 3946case KnownElements.DocumentViewerBase: 3948converterId = KnownElements.LengthConverter; 3950converterId = KnownElements.FontSizeConverter; 3952case KnownElements.FlowDocumentPageViewer: 3954converterId = KnownElements.LengthConverter; 3956converterId = KnownElements.FontSizeConverter; 3958case KnownElements.AccessText: 3960converterId = KnownElements.LengthConverter; 3962converterId = KnownElements.FontSizeConverter; 3964converterId = KnownElements.LengthConverter; 3966case KnownElements.AdornedElementPlaceholder: 3968converterId = KnownElements.LengthConverter; 3970case KnownElements.Decorator: 3972converterId = KnownElements.LengthConverter; 3974case KnownElements.Border: 3976converterId = KnownElements.LengthConverter; 3978case KnownElements.ButtonBase: 3980converterId = KnownElements.LengthConverter; 3982converterId = KnownElements.FontSizeConverter; 3984case KnownElements.Button: 3986converterId = KnownElements.LengthConverter; 3988converterId = KnownElements.FontSizeConverter; 3990case KnownElements.ToggleButton: 3992converterId = KnownElements.LengthConverter; 3994converterId = KnownElements.NullableBoolConverter; 3996converterId = KnownElements.FontSizeConverter; 3998case KnownElements.CheckBox: 4000converterId = KnownElements.LengthConverter; 4002converterId = KnownElements.NullableBoolConverter; 4004converterId = KnownElements.FontSizeConverter; 4006case KnownElements.Selector: 4008converterId = KnownElements.LengthConverter; 4010converterId = KnownElements.NullableBoolConverter; 4012converterId = KnownElements.FontSizeConverter; 4014case KnownElements.ComboBox: 4016converterId = KnownElements.LengthConverter; 4018converterId = KnownElements.LengthConverter; 4020converterId = KnownElements.NullableBoolConverter; 4022converterId = KnownElements.FontSizeConverter; 4024case KnownElements.ListBoxItem: 4026converterId = KnownElements.LengthConverter; 4028converterId = KnownElements.FontSizeConverter; 4030case KnownElements.ComboBoxItem: 4032converterId = KnownElements.LengthConverter; 4034converterId = KnownElements.FontSizeConverter; 4036case KnownElements.ContentPresenter: 4038converterId = KnownElements.LengthConverter; 4040case KnownElements.ContextMenuService: 4042converterId = KnownElements.LengthConverter; 4044converterId = KnownElements.LengthConverter; 4046case KnownElements.DockPanel: 4048converterId = KnownElements.LengthConverter; 4050case KnownElements.DocumentViewer: 4052converterId = KnownElements.LengthConverter; 4054converterId = KnownElements.FontSizeConverter; 4056case KnownElements.HeaderedContentControl: 4058converterId = KnownElements.LengthConverter; 4060converterId = KnownElements.FontSizeConverter; 4062case KnownElements.Expander: 4064converterId = KnownElements.LengthConverter; 4066converterId = KnownElements.FontSizeConverter; 4068case KnownElements.FlowDocumentReader: 4070converterId = KnownElements.LengthConverter; 4072converterId = KnownElements.FontSizeConverter; 4074case KnownElements.Frame: 4076converterId = KnownElements.LengthConverter; 4078converterId = KnownElements.FontSizeConverter; 4080case KnownElements.Grid: 4082converterId = KnownElements.LengthConverter; 4084case KnownElements.GridViewColumn: 4086converterId = KnownElements.LengthConverter; 4088case KnownElements.GridViewColumnHeader: 4090converterId = KnownElements.LengthConverter; 4092converterId = KnownElements.FontSizeConverter; 4094case KnownElements.GridViewRowPresenterBase: 4096converterId = KnownElements.LengthConverter; 4098case KnownElements.GridViewHeaderRowPresenter: 4100converterId = KnownElements.LengthConverter; 4102case KnownElements.GridViewRowPresenter: 4104converterId = KnownElements.LengthConverter; 4106case KnownElements.Thumb: 4108converterId = KnownElements.LengthConverter; 4110converterId = KnownElements.FontSizeConverter; 4112case KnownElements.GridSplitter: 4114converterId = KnownElements.LengthConverter; 4116converterId = KnownElements.FontSizeConverter; 4118case KnownElements.GroupBox: 4120converterId = KnownElements.LengthConverter; 4122converterId = KnownElements.FontSizeConverter; 4124case KnownElements.GroupItem: 4126converterId = KnownElements.LengthConverter; 4128converterId = KnownElements.FontSizeConverter; 4130case KnownElements.Image: 4132converterId = KnownElements.LengthConverter; 4134case KnownElements.InkCanvas: 4136converterId = KnownElements.LengthConverter; 4138converterId = KnownElements.LengthConverter; 4140converterId = KnownElements.LengthConverter; 4142converterId = KnownElements.LengthConverter; 4144converterId = KnownElements.LengthConverter; 4146case KnownElements.InkPresenter: 4148converterId = KnownElements.LengthConverter; 4150case KnownElements.ItemCollection: 4152converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4154case KnownElements.ItemsPresenter: 4156converterId = KnownElements.LengthConverter; 4158case KnownElements.Label: 4160converterId = KnownElements.LengthConverter; 4162converterId = KnownElements.FontSizeConverter; 4164case KnownElements.ListBox: 4166converterId = KnownElements.LengthConverter; 4168converterId = KnownElements.NullableBoolConverter; 4170converterId = KnownElements.FontSizeConverter; 4172case KnownElements.ListView: 4174converterId = KnownElements.LengthConverter; 4176converterId = KnownElements.NullableBoolConverter; 4178converterId = KnownElements.FontSizeConverter; 4180case KnownElements.ListViewItem: 4182converterId = KnownElements.LengthConverter; 4184converterId = KnownElements.FontSizeConverter; 4186case KnownElements.MediaElement: 4188converterId = KnownElements.LengthConverter; 4190case KnownElements.Menu: 4192converterId = KnownElements.LengthConverter; 4194converterId = KnownElements.FontSizeConverter; 4196case KnownElements.Page: 4198converterId = KnownElements.LengthConverter; 4200converterId = KnownElements.FontSizeConverter; 4202case KnownElements.PasswordBox: 4204converterId = KnownElements.LengthConverter; 4206converterId = KnownElements.FontSizeConverter; 4208case KnownElements.BulletDecorator: 4210converterId = KnownElements.LengthConverter; 4212case KnownElements.DocumentPageView: 4214converterId = KnownElements.LengthConverter; 4216case KnownElements.Popup: 4218converterId = KnownElements.LengthConverter; 4220converterId = KnownElements.LengthConverter; 4222converterId = KnownElements.LengthConverter; 4224case KnownElements.RangeBase: 4226converterId = KnownElements.LengthConverter; 4228converterId = KnownElements.FontSizeConverter; 4230case KnownElements.RepeatButton: 4232converterId = KnownElements.LengthConverter; 4234converterId = KnownElements.FontSizeConverter; 4236case KnownElements.ResizeGrip: 4238converterId = KnownElements.LengthConverter; 4240converterId = KnownElements.FontSizeConverter; 4242case KnownElements.ScrollBar: 4244converterId = KnownElements.LengthConverter; 4246converterId = KnownElements.FontSizeConverter; 4248case KnownElements.ScrollContentPresenter: 4250converterId = KnownElements.LengthConverter; 4252case KnownElements.StatusBar: 4254converterId = KnownElements.LengthConverter; 4256converterId = KnownElements.FontSizeConverter; 4258case KnownElements.StatusBarItem: 4260converterId = KnownElements.LengthConverter; 4262converterId = KnownElements.FontSizeConverter; 4264case KnownElements.TabPanel: 4266converterId = KnownElements.LengthConverter; 4268case KnownElements.TextBoxBase: 4270converterId = KnownElements.LengthConverter; 4272converterId = KnownElements.FontSizeConverter; 4274case KnownElements.TickBar: 4276converterId = KnownElements.LengthConverter; 4278case KnownElements.ToolBarOverflowPanel: 4280converterId = KnownElements.LengthConverter; 4282case KnownElements.StackPanel: 4284converterId = KnownElements.LengthConverter; 4286case KnownElements.ToolBarPanel: 4288converterId = KnownElements.LengthConverter; 4290case KnownElements.Track: 4292converterId = KnownElements.LengthConverter; 4294case KnownElements.UniformGrid: 4296converterId = KnownElements.LengthConverter; 4298case KnownElements.ProgressBar: 4300converterId = KnownElements.LengthConverter; 4302converterId = KnownElements.FontSizeConverter; 4304case KnownElements.RadioButton: 4306converterId = KnownElements.LengthConverter; 4308converterId = KnownElements.NullableBoolConverter; 4310converterId = KnownElements.FontSizeConverter; 4312case KnownElements.RichTextBox: 4314converterId = KnownElements.LengthConverter; 4316converterId = KnownElements.FontSizeConverter; 4318case KnownElements.ScrollViewer: 4320converterId = KnownElements.LengthConverter; 4322converterId = KnownElements.FontSizeConverter; 4324case KnownElements.Separator: 4326converterId = KnownElements.LengthConverter; 4328converterId = KnownElements.FontSizeConverter; 4330case KnownElements.Slider: 4332converterId = KnownElements.LengthConverter; 4334converterId = KnownElements.FontSizeConverter; 4336case KnownElements.TabControl: 4338converterId = KnownElements.LengthConverter; 4340converterId = KnownElements.NullableBoolConverter; 4342converterId = KnownElements.FontSizeConverter; 4344case KnownElements.TabItem: 4346converterId = KnownElements.LengthConverter; 4348converterId = KnownElements.FontSizeConverter; 4350case KnownElements.TextBlock: 4352converterId = KnownElements.LengthConverter; 4354converterId = KnownElements.FontSizeConverter; 4356converterId = KnownElements.LengthConverter; 4358case KnownElements.TextBox: 4360converterId = KnownElements.LengthConverter; 4362converterId = KnownElements.FontSizeConverter; 4364case KnownElements.ToolBar: 4366converterId = KnownElements.LengthConverter; 4368converterId = KnownElements.FontSizeConverter; 4370case KnownElements.ToolBarTray: 4372converterId = KnownElements.LengthConverter; 4374case KnownElements.ToolTip: 4376converterId = KnownElements.LengthConverter; 4378converterId = KnownElements.LengthConverter; 4380converterId = KnownElements.LengthConverter; 4382converterId = KnownElements.FontSizeConverter; 4384case KnownElements.ToolTipService: 4386converterId = KnownElements.LengthConverter; 4388converterId = KnownElements.LengthConverter; 4390case KnownElements.TreeView: 4392converterId = KnownElements.LengthConverter; 4394converterId = KnownElements.FontSizeConverter; 4396case KnownElements.TreeViewItem: 4398converterId = KnownElements.LengthConverter; 4400converterId = KnownElements.FontSizeConverter; 4402case KnownElements.UserControl: 4404converterId = KnownElements.LengthConverter; 4406converterId = KnownElements.FontSizeConverter; 4408case KnownElements.Viewbox: 4410converterId = KnownElements.LengthConverter; 4412case KnownElements.Viewport3D: 4414converterId = KnownElements.LengthConverter; 4416case KnownElements.VirtualizingPanel: 4418converterId = KnownElements.LengthConverter; 4420case KnownElements.VirtualizingStackPanel: 4422converterId = KnownElements.LengthConverter; 4424case KnownElements.WrapPanel: 4426converterId = KnownElements.LengthConverter; 4428converterId = KnownElements.LengthConverter; 4430converterId = KnownElements.LengthConverter; 4432case KnownElements.Binding: 4434converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4436case KnownElements.BindingListCollectionView: 4438converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4440case KnownElements.CollectionViewSource: 4442converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4444case KnownElements.ListCollectionView: 4446converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4448case KnownElements.MultiBinding: 4450converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4452case KnownElements.AdornerDecorator: 4454converterId = KnownElements.LengthConverter; 4456case KnownElements.AdornerLayer: 4458converterId = KnownElements.LengthConverter; 4460case KnownElements.TextElement: 4462converterId = KnownElements.FontSizeConverter; 4464case KnownElements.Inline: 4466converterId = KnownElements.FontSizeConverter; 4468case KnownElements.AnchoredBlock: 4470converterId = KnownElements.LengthConverter; 4472converterId = KnownElements.FontSizeConverter; 4474case KnownElements.Block: 4476converterId = KnownElements.LengthConverter; 4478converterId = KnownElements.FontSizeConverter; 4480case KnownElements.BlockUIContainer: 4482converterId = KnownElements.LengthConverter; 4484converterId = KnownElements.FontSizeConverter; 4486case KnownElements.Span: 4488converterId = KnownElements.FontSizeConverter; 4490case KnownElements.Bold: 4492converterId = KnownElements.FontSizeConverter; 4494case KnownElements.DocumentReference: 4496converterId = KnownElements.LengthConverter; 4498case KnownElements.Figure: 4500converterId = KnownElements.LengthConverter; 4502converterId = KnownElements.LengthConverter; 4504converterId = KnownElements.LengthConverter; 4506converterId = KnownElements.FontSizeConverter; 4508case KnownElements.FixedPage: 4510converterId = KnownElements.LengthConverter; 4512converterId = KnownElements.LengthConverter; 4514converterId = KnownElements.LengthConverter; 4516converterId = KnownElements.LengthConverter; 4518converterId = KnownElements.LengthConverter; 4520case KnownElements.Floater: 4522converterId = KnownElements.LengthConverter; 4524converterId = KnownElements.LengthConverter; 4526converterId = KnownElements.FontSizeConverter; 4528case KnownElements.FlowDocument: 4530converterId = KnownElements.FontSizeConverter; 4532converterId = KnownElements.LengthConverter; 4534converterId = KnownElements.LengthConverter; 4536converterId = KnownElements.LengthConverter; 4538converterId = KnownElements.LengthConverter; 4540converterId = KnownElements.LengthConverter; 4542converterId = KnownElements.LengthConverter; 4544converterId = KnownElements.LengthConverter; 4546converterId = KnownElements.LengthConverter; 4548converterId = KnownElements.LengthConverter; 4550converterId = KnownElements.LengthConverter; 4552case KnownElements.Glyphs: 4554converterId = KnownElements.LengthConverter; 4556converterId = KnownElements.FontSizeConverter; 4558converterId = KnownElements.LengthConverter; 4560converterId = KnownElements.LengthConverter; 4562case KnownElements.Hyperlink: 4564converterId = KnownElements.FontSizeConverter; 4566case KnownElements.InlineUIContainer: 4568converterId = KnownElements.FontSizeConverter; 4570case KnownElements.Italic: 4572converterId = KnownElements.FontSizeConverter; 4574case KnownElements.LineBreak: 4576converterId = KnownElements.FontSizeConverter; 4578case KnownElements.List: 4580converterId = KnownElements.LengthConverter; 4582converterId = KnownElements.LengthConverter; 4584converterId = KnownElements.FontSizeConverter; 4586case KnownElements.ListItem: 4588converterId = KnownElements.LengthConverter; 4590converterId = KnownElements.FontSizeConverter; 4592case KnownElements.PageContent: 4594converterId = KnownElements.LengthConverter; 4596case KnownElements.Paragraph: 4598converterId = KnownElements.LengthConverter; 4600converterId = KnownElements.LengthConverter; 4602converterId = KnownElements.FontSizeConverter; 4604case KnownElements.Run: 4606converterId = KnownElements.FontSizeConverter; 4608case KnownElements.Section: 4610converterId = KnownElements.LengthConverter; 4612converterId = KnownElements.FontSizeConverter; 4614case KnownElements.Table: 4616converterId = KnownElements.LengthConverter; 4618converterId = KnownElements.LengthConverter; 4620converterId = KnownElements.FontSizeConverter; 4622case KnownElements.TableCell: 4624converterId = KnownElements.LengthConverter; 4626converterId = KnownElements.FontSizeConverter; 4628case KnownElements.TableRow: 4630converterId = KnownElements.FontSizeConverter; 4632case KnownElements.TableRowGroup: 4634converterId = KnownElements.FontSizeConverter; 4636case KnownElements.Underline: 4638converterId = KnownElements.FontSizeConverter; 4640case KnownElements.PageFunctionBase: 4642converterId = KnownElements.LengthConverter; 4644converterId = KnownElements.FontSizeConverter; 4646case KnownElements.Ellipse: 4648converterId = KnownElements.LengthConverter; 4650converterId = KnownElements.LengthConverter; 4652case KnownElements.Line: 4654converterId = KnownElements.LengthConverter; 4656converterId = KnownElements.LengthConverter; 4658converterId = KnownElements.LengthConverter; 4660converterId = KnownElements.LengthConverter; 4662converterId = KnownElements.LengthConverter; 4664converterId = KnownElements.LengthConverter; 4666case KnownElements.Path: 4668converterId = KnownElements.LengthConverter; 4670converterId = KnownElements.LengthConverter; 4672case KnownElements.Polygon: 4674converterId = KnownElements.LengthConverter; 4676converterId = KnownElements.LengthConverter; 4678case KnownElements.Polyline: 4680converterId = KnownElements.LengthConverter; 4682converterId = KnownElements.LengthConverter; 4684case KnownElements.Rectangle: 4686converterId = KnownElements.LengthConverter; 4688converterId = KnownElements.LengthConverter; 4690converterId = KnownElements.LengthConverter; 4692converterId = KnownElements.LengthConverter; 4694case KnownElements.InputBinding: 4696converterId = KnownElements.CommandConverter; 4698case KnownElements.KeyBinding: 4700converterId = KnownElements.KeyGestureConverter; 4702converterId = KnownElements.CommandConverter; 4704case KnownElements.MouseBinding: 4706converterId = KnownElements.MouseGestureConverter; 4708converterId = KnownElements.CommandConverter; 4710case KnownElements.InputLanguageManager: 4712converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4714converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 4716case KnownElements.GlyphRun: 4718converterId = KnownElements.BoolIListConverter; 4720converterId = KnownElements.UShortIListConverter; 4722converterId = KnownElements.CharIListConverter; 4724converterId = KnownElements.UShortIListConverter; 4726converterId = KnownElements.DoubleIListConverter; 4728converterId = KnownElements.PointIListConverter; 4730case KnownElements.NumberSubstitution: 4732converterId = KnownElements.CultureInfoIetfLanguageTagConverter; 5540private Type InitializeOneType(KnownElements knownElement) 5545case KnownElements.AccessText: t = typeof(System.Windows.Controls.AccessText); break; 5546case KnownElements.AdornedElementPlaceholder: t = typeof(System.Windows.Controls.AdornedElementPlaceholder); break; 5547case KnownElements.Adorner: t = typeof(System.Windows.Documents.Adorner); break; 5548case KnownElements.AdornerDecorator: t = typeof(System.Windows.Documents.AdornerDecorator); break; 5549case KnownElements.AdornerLayer: t = typeof(System.Windows.Documents.AdornerLayer); break; 5550case KnownElements.AffineTransform3D: t = typeof(System.Windows.Media.Media3D.AffineTransform3D); break; 5551case KnownElements.AmbientLight: t = typeof(System.Windows.Media.Media3D.AmbientLight); break; 5552case KnownElements.AnchoredBlock: t = typeof(System.Windows.Documents.AnchoredBlock); break; 5553case KnownElements.Animatable: t = typeof(System.Windows.Media.Animation.Animatable); break; 5554case KnownElements.AnimationClock: t = typeof(System.Windows.Media.Animation.AnimationClock); break; 5555case KnownElements.AnimationTimeline: t = typeof(System.Windows.Media.Animation.AnimationTimeline); break; 5556case KnownElements.Application: t = typeof(System.Windows.Application); break; 5557case KnownElements.ArcSegment: t = typeof(System.Windows.Media.ArcSegment); break; 5558case KnownElements.ArrayExtension: t = typeof(System.Windows.Markup.ArrayExtension); break; 5559case KnownElements.AxisAngleRotation3D: t = typeof(System.Windows.Media.Media3D.AxisAngleRotation3D); break; 5560case KnownElements.BaseIListConverter: t = typeof(System.Windows.Media.Converters.BaseIListConverter); break; 5561case KnownElements.BeginStoryboard: t = typeof(System.Windows.Media.Animation.BeginStoryboard); break; 5562case KnownElements.BevelBitmapEffect: t = typeof(System.Windows.Media.Effects.BevelBitmapEffect); break; 5563case KnownElements.BezierSegment: t = typeof(System.Windows.Media.BezierSegment); break; 5564case KnownElements.Binding: t = typeof(System.Windows.Data.Binding); break; 5565case KnownElements.BindingBase: t = typeof(System.Windows.Data.BindingBase); break; 5566case KnownElements.BindingExpression: t = typeof(System.Windows.Data.BindingExpression); break; 5567case KnownElements.BindingExpressionBase: t = typeof(System.Windows.Data.BindingExpressionBase); break; 5568case KnownElements.BindingListCollectionView: t = typeof(System.Windows.Data.BindingListCollectionView); break; 5569case KnownElements.BitmapDecoder: t = typeof(System.Windows.Media.Imaging.BitmapDecoder); break; 5570case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.BitmapEffect); break; 5571case KnownElements.BitmapEffectCollection: t = typeof(System.Windows.Media.Effects.BitmapEffectCollection); break; 5572case KnownElements.BitmapEffectGroup: t = typeof(System.Windows.Media.Effects.BitmapEffectGroup); break; 5573case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.BitmapEffectInput); break; 5574case KnownElements.BitmapEncoder: t = typeof(System.Windows.Media.Imaging.BitmapEncoder); break; 5575case KnownElements.BitmapFrame: t = typeof(System.Windows.Media.Imaging.BitmapFrame); break; 5576case KnownElements.BitmapImage: t = typeof(System.Windows.Media.Imaging.BitmapImage); break; 5577case KnownElements.BitmapMetadata: t = typeof(System.Windows.Media.Imaging.BitmapMetadata); break; 5578case KnownElements.BitmapPalette: t = typeof(System.Windows.Media.Imaging.BitmapPalette); break; 5579case KnownElements.BitmapSource: t = typeof(System.Windows.Media.Imaging.BitmapSource); break; 5580case KnownElements.Block: t = typeof(System.Windows.Documents.Block); break; 5581case KnownElements.BlockUIContainer: t = typeof(System.Windows.Documents.BlockUIContainer); break; 5582case KnownElements.BlurBitmapEffect: t = typeof(System.Windows.Media.Effects.BlurBitmapEffect); break; 5583case KnownElements.BmpBitmapDecoder: t = typeof(System.Windows.Media.Imaging.BmpBitmapDecoder); break; 5584case KnownElements.BmpBitmapEncoder: t = typeof(System.Windows.Media.Imaging.BmpBitmapEncoder); break; 5585case KnownElements.Bold: t = typeof(System.Windows.Documents.Bold); break; 5586case KnownElements.BoolIListConverter: t = typeof(System.Windows.Media.Converters.BoolIListConverter); break; 5587case KnownElements.Boolean: t = typeof(System.Boolean); break; 5588case KnownElements.BooleanAnimationBase: t = typeof(System.Windows.Media.Animation.BooleanAnimationBase); break; 5589case KnownElements.BooleanAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.BooleanAnimationUsingKeyFrames); break; 5590case KnownElements.BooleanConverter: t = typeof(System.ComponentModel.BooleanConverter); break; 5591case KnownElements.BooleanKeyFrame: t = typeof(System.Windows.Media.Animation.BooleanKeyFrame); break; 5592case KnownElements.BooleanKeyFrameCollection: t = typeof(System.Windows.Media.Animation.BooleanKeyFrameCollection); break; 5593case KnownElements.BooleanToVisibilityConverter: t = typeof(System.Windows.Controls.BooleanToVisibilityConverter); break; 5594case KnownElements.Border: t = typeof(System.Windows.Controls.Border); break; 5595case KnownElements.BorderGapMaskConverter: t = typeof(System.Windows.Controls.BorderGapMaskConverter); break; 5596case KnownElements.Brush: t = typeof(System.Windows.Media.Brush); break; 5597case KnownElements.BrushConverter: t = typeof(System.Windows.Media.BrushConverter); break; 5598case KnownElements.BulletDecorator: t = typeof(System.Windows.Controls.Primitives.BulletDecorator); break; 5599case KnownElements.Button: t = typeof(System.Windows.Controls.Button); break; 5600case KnownElements.ButtonBase: t = typeof(System.Windows.Controls.Primitives.ButtonBase); break; 5601case KnownElements.Byte: t = typeof(System.Byte); break; 5602case KnownElements.ByteAnimation: t = typeof(System.Windows.Media.Animation.ByteAnimation); break; 5603case KnownElements.ByteAnimationBase: t = typeof(System.Windows.Media.Animation.ByteAnimationBase); break; 5604case KnownElements.ByteAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ByteAnimationUsingKeyFrames); break; 5605case KnownElements.ByteConverter: t = typeof(System.ComponentModel.ByteConverter); break; 5606case KnownElements.ByteKeyFrame: t = typeof(System.Windows.Media.Animation.ByteKeyFrame); break; 5607case KnownElements.ByteKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ByteKeyFrameCollection); break; 5608case KnownElements.CachedBitmap: t = typeof(System.Windows.Media.Imaging.CachedBitmap); break; 5609case KnownElements.Camera: t = typeof(System.Windows.Media.Media3D.Camera); break; 5610case KnownElements.Canvas: t = typeof(System.Windows.Controls.Canvas); break; 5611case KnownElements.Char: t = typeof(System.Char); break; 5612case KnownElements.CharAnimationBase: t = typeof(System.Windows.Media.Animation.CharAnimationBase); break; 5613case KnownElements.CharAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.CharAnimationUsingKeyFrames); break; 5614case KnownElements.CharConverter: t = typeof(System.ComponentModel.CharConverter); break; 5615case KnownElements.CharIListConverter: t = typeof(System.Windows.Media.Converters.CharIListConverter); break; 5616case KnownElements.CharKeyFrame: t = typeof(System.Windows.Media.Animation.CharKeyFrame); break; 5617case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break; 5618case KnownElements.CheckBox: t = typeof(System.Windows.Controls.CheckBox); break; 5619case KnownElements.Clock: t = typeof(System.Windows.Media.Animation.Clock); break; 5620case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break; 5621case KnownElements.ClockGroup: t = typeof(System.Windows.Media.Animation.ClockGroup); break; 5622case KnownElements.CollectionContainer: t = typeof(System.Windows.Data.CollectionContainer); break; 5623case KnownElements.CollectionView: t = typeof(System.Windows.Data.CollectionView); break; 5624case KnownElements.CollectionViewSource: t = typeof(System.Windows.Data.CollectionViewSource); break; 5625case KnownElements.Color: t = typeof(System.Windows.Media.Color); break; 5626case KnownElements.ColorAnimation: t = typeof(System.Windows.Media.Animation.ColorAnimation); break; 5627case KnownElements.ColorAnimationBase: t = typeof(System.Windows.Media.Animation.ColorAnimationBase); break; 5628case KnownElements.ColorAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ColorAnimationUsingKeyFrames); break; 5629case KnownElements.ColorConvertedBitmap: t = typeof(System.Windows.Media.Imaging.ColorConvertedBitmap); break; 5630case KnownElements.ColorConvertedBitmapExtension: t = typeof(System.Windows.ColorConvertedBitmapExtension); break; 5631case KnownElements.ColorConverter: t = typeof(System.Windows.Media.ColorConverter); break; 5632case KnownElements.ColorKeyFrame: t = typeof(System.Windows.Media.Animation.ColorKeyFrame); break; 5633case KnownElements.ColorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ColorKeyFrameCollection); break; 5634case KnownElements.ColumnDefinition: t = typeof(System.Windows.Controls.ColumnDefinition); break; 5635case KnownElements.CombinedGeometry: t = typeof(System.Windows.Media.CombinedGeometry); break; 5636case KnownElements.ComboBox: t = typeof(System.Windows.Controls.ComboBox); break; 5637case KnownElements.ComboBoxItem: t = typeof(System.Windows.Controls.ComboBoxItem); break; 5638case KnownElements.CommandConverter: t = typeof(System.Windows.Input.CommandConverter); break; 5639case KnownElements.ComponentResourceKey: t = typeof(System.Windows.ComponentResourceKey); break; 5640case KnownElements.ComponentResourceKeyConverter: t = typeof(System.Windows.Markup.ComponentResourceKeyConverter); break; 5641case KnownElements.CompositionTarget: t = typeof(System.Windows.Media.CompositionTarget); break; 5642case KnownElements.Condition: t = typeof(System.Windows.Condition); break; 5643case KnownElements.ContainerVisual: t = typeof(System.Windows.Media.ContainerVisual); break; 5644case KnownElements.ContentControl: t = typeof(System.Windows.Controls.ContentControl); break; 5645case KnownElements.ContentElement: t = typeof(System.Windows.ContentElement); break; 5646case KnownElements.ContentPresenter: t = typeof(System.Windows.Controls.ContentPresenter); break; 5647case KnownElements.ContentPropertyAttribute: t = typeof(System.Windows.Markup.ContentPropertyAttribute); break; 5648case KnownElements.ContentWrapperAttribute: t = typeof(System.Windows.Markup.ContentWrapperAttribute); break; 5649case KnownElements.ContextMenu: t = typeof(System.Windows.Controls.ContextMenu); break; 5650case KnownElements.ContextMenuService: t = typeof(System.Windows.Controls.ContextMenuService); break; 5651case KnownElements.Control: t = typeof(System.Windows.Controls.Control); break; 5652case KnownElements.ControlTemplate: t = typeof(System.Windows.Controls.ControlTemplate); break; 5653case KnownElements.ControllableStoryboardAction: t = typeof(System.Windows.Media.Animation.ControllableStoryboardAction); break; 5654case KnownElements.CornerRadius: t = typeof(System.Windows.CornerRadius); break; 5655case KnownElements.CornerRadiusConverter: t = typeof(System.Windows.CornerRadiusConverter); break; 5656case KnownElements.CroppedBitmap: t = typeof(System.Windows.Media.Imaging.CroppedBitmap); break; 5657case KnownElements.CultureInfo: t = typeof(System.Globalization.CultureInfo); break; 5658case KnownElements.CultureInfoConverter: t = typeof(System.ComponentModel.CultureInfoConverter); break; 5659case KnownElements.CultureInfoIetfLanguageTagConverter: t = typeof(System.Windows.CultureInfoIetfLanguageTagConverter); break; 5660case KnownElements.Cursor: t = typeof(System.Windows.Input.Cursor); break; 5661case KnownElements.CursorConverter: t = typeof(System.Windows.Input.CursorConverter); break; 5662case KnownElements.DashStyle: t = typeof(System.Windows.Media.DashStyle); break; 5663case KnownElements.DataChangedEventManager: t = typeof(System.Windows.Data.DataChangedEventManager); break; 5664case KnownElements.DataTemplate: t = typeof(System.Windows.DataTemplate); break; 5665case KnownElements.DataTemplateKey: t = typeof(System.Windows.DataTemplateKey); break; 5666case KnownElements.DataTrigger: t = typeof(System.Windows.DataTrigger); break; 5667case KnownElements.DateTime: t = typeof(System.DateTime); break; 5668case KnownElements.DateTimeConverter: t = typeof(System.ComponentModel.DateTimeConverter); break; 5669case KnownElements.DateTimeConverter2: t = typeof(System.Windows.Markup.DateTimeConverter2); break; 5670case KnownElements.Decimal: t = typeof(System.Decimal); break; 5671case KnownElements.DecimalAnimation: t = typeof(System.Windows.Media.Animation.DecimalAnimation); break; 5672case KnownElements.DecimalAnimationBase: t = typeof(System.Windows.Media.Animation.DecimalAnimationBase); break; 5673case KnownElements.DecimalAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames); break; 5674case KnownElements.DecimalConverter: t = typeof(System.ComponentModel.DecimalConverter); break; 5675case KnownElements.DecimalKeyFrame: t = typeof(System.Windows.Media.Animation.DecimalKeyFrame); break; 5676case KnownElements.DecimalKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DecimalKeyFrameCollection); break; 5677case KnownElements.Decorator: t = typeof(System.Windows.Controls.Decorator); break; 5678case KnownElements.DefinitionBase: t = typeof(System.Windows.Controls.DefinitionBase); break; 5679case KnownElements.DependencyObject: t = typeof(System.Windows.DependencyObject); break; 5680case KnownElements.DependencyProperty: t = typeof(System.Windows.DependencyProperty); break; 5681case KnownElements.DependencyPropertyConverter: t = typeof(System.Windows.Markup.DependencyPropertyConverter); break; 5682case KnownElements.DialogResultConverter: t = typeof(System.Windows.DialogResultConverter); break; 5683case KnownElements.DiffuseMaterial: t = typeof(System.Windows.Media.Media3D.DiffuseMaterial); break; 5684case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.DirectionalLight); break; 5685case KnownElements.DiscreteBooleanKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteBooleanKeyFrame); break; 5686case KnownElements.DiscreteByteKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteByteKeyFrame); break; 5687case KnownElements.DiscreteCharKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteCharKeyFrame); break; 5688case KnownElements.DiscreteColorKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteColorKeyFrame); break; 5689case KnownElements.DiscreteDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteDecimalKeyFrame); break; 5690case KnownElements.DiscreteDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteDoubleKeyFrame); break; 5691case KnownElements.DiscreteInt16KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt16KeyFrame); break; 5692case KnownElements.DiscreteInt32KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt32KeyFrame); break; 5693case KnownElements.DiscreteInt64KeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteInt64KeyFrame); break; 5694case KnownElements.DiscreteMatrixKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteMatrixKeyFrame); break; 5695case KnownElements.DiscreteObjectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteObjectKeyFrame); break; 5696case KnownElements.DiscretePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscretePoint3DKeyFrame); break; 5697case KnownElements.DiscretePointKeyFrame: t = typeof(System.Windows.Media.Animation.DiscretePointKeyFrame); break; 5698case KnownElements.DiscreteQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteQuaternionKeyFrame); break; 5699case KnownElements.DiscreteRectKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteRectKeyFrame); break; 5700case KnownElements.DiscreteRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteRotation3DKeyFrame); break; 5701case KnownElements.DiscreteSingleKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteSingleKeyFrame); break; 5702case KnownElements.DiscreteSizeKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteSizeKeyFrame); break; 5703case KnownElements.DiscreteStringKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteStringKeyFrame); break; 5704case KnownElements.DiscreteThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteThicknessKeyFrame); break; 5705case KnownElements.DiscreteVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteVector3DKeyFrame); break; 5706case KnownElements.DiscreteVectorKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteVectorKeyFrame); break; 5707case KnownElements.DockPanel: t = typeof(System.Windows.Controls.DockPanel); break; 5708case KnownElements.DocumentPageView: t = typeof(System.Windows.Controls.Primitives.DocumentPageView); break; 5709case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.DocumentReference); break; 5710case KnownElements.DocumentViewer: t = typeof(System.Windows.Controls.DocumentViewer); break; 5711case KnownElements.DocumentViewerBase: t = typeof(System.Windows.Controls.Primitives.DocumentViewerBase); break; 5712case KnownElements.Double: t = typeof(System.Double); break; 5713case KnownElements.DoubleAnimation: t = typeof(System.Windows.Media.Animation.DoubleAnimation); break; 5714case KnownElements.DoubleAnimationBase: t = typeof(System.Windows.Media.Animation.DoubleAnimationBase); break; 5715case KnownElements.DoubleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); break; 5716case KnownElements.DoubleAnimationUsingPath: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingPath); break; 5717case KnownElements.DoubleCollection: t = typeof(System.Windows.Media.DoubleCollection); break; 5718case KnownElements.DoubleCollectionConverter: t = typeof(System.Windows.Media.DoubleCollectionConverter); break; 5719case KnownElements.DoubleConverter: t = typeof(System.ComponentModel.DoubleConverter); break; 5720case KnownElements.DoubleIListConverter: t = typeof(System.Windows.Media.Converters.DoubleIListConverter); break; 5721case KnownElements.DoubleKeyFrame: t = typeof(System.Windows.Media.Animation.DoubleKeyFrame); break; 5722case KnownElements.DoubleKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DoubleKeyFrameCollection); break; 5723case KnownElements.Drawing: t = typeof(System.Windows.Media.Drawing); break; 5724case KnownElements.DrawingBrush: t = typeof(System.Windows.Media.DrawingBrush); break; 5725case KnownElements.DrawingCollection: t = typeof(System.Windows.Media.DrawingCollection); break; 5726case KnownElements.DrawingContext: t = typeof(System.Windows.Media.DrawingContext); break; 5727case KnownElements.DrawingGroup: t = typeof(System.Windows.Media.DrawingGroup); break; 5728case KnownElements.DrawingImage: t = typeof(System.Windows.Media.DrawingImage); break; 5729case KnownElements.DrawingVisual: t = typeof(System.Windows.Media.DrawingVisual); break; 5730case KnownElements.DropShadowBitmapEffect: t = typeof(System.Windows.Media.Effects.DropShadowBitmapEffect); break; 5731case KnownElements.Duration: t = typeof(System.Windows.Duration); break; 5732case KnownElements.DurationConverter: t = typeof(System.Windows.DurationConverter); break; 5733case KnownElements.DynamicResourceExtension: t = typeof(System.Windows.DynamicResourceExtension); break; 5734case KnownElements.DynamicResourceExtensionConverter: t = typeof(System.Windows.DynamicResourceExtensionConverter); break; 5735case KnownElements.Ellipse: t = typeof(System.Windows.Shapes.Ellipse); break; 5736case KnownElements.EllipseGeometry: t = typeof(System.Windows.Media.EllipseGeometry); break; 5737case KnownElements.EmbossBitmapEffect: t = typeof(System.Windows.Media.Effects.EmbossBitmapEffect); break; 5738case KnownElements.EmissiveMaterial: t = typeof(System.Windows.Media.Media3D.EmissiveMaterial); break; 5739case KnownElements.EnumConverter: t = typeof(System.ComponentModel.EnumConverter); break; 5740case KnownElements.EventManager: t = typeof(System.Windows.EventManager); break; 5741case KnownElements.EventSetter: t = typeof(System.Windows.EventSetter); break; 5742case KnownElements.EventTrigger: t = typeof(System.Windows.EventTrigger); break; 5743case KnownElements.Expander: t = typeof(System.Windows.Controls.Expander); break; 5744case KnownElements.Expression: t = typeof(System.Windows.Expression); break; 5745case KnownElements.ExpressionConverter: t = typeof(System.Windows.ExpressionConverter); break; 5746case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break; 5747case KnownElements.FigureLength: t = typeof(System.Windows.FigureLength); break; 5748case KnownElements.FigureLengthConverter: t = typeof(System.Windows.FigureLengthConverter); break; 5749case KnownElements.FixedDocument: t = typeof(System.Windows.Documents.FixedDocument); break; 5750case KnownElements.FixedDocumentSequence: t = typeof(System.Windows.Documents.FixedDocumentSequence); break; 5751case KnownElements.FixedPage: t = typeof(System.Windows.Documents.FixedPage); break; 5752case KnownElements.Floater: t = typeof(System.Windows.Documents.Floater); break; 5753case KnownElements.FlowDocument: t = typeof(System.Windows.Documents.FlowDocument); break; 5754case KnownElements.FlowDocumentPageViewer: t = typeof(System.Windows.Controls.FlowDocumentPageViewer); break; 5755case KnownElements.FlowDocumentReader: t = typeof(System.Windows.Controls.FlowDocumentReader); break; 5756case KnownElements.FlowDocumentScrollViewer: t = typeof(System.Windows.Controls.FlowDocumentScrollViewer); break; 5757case KnownElements.FocusManager: t = typeof(System.Windows.Input.FocusManager); break; 5758case KnownElements.FontFamily: t = typeof(System.Windows.Media.FontFamily); break; 5759case KnownElements.FontFamilyConverter: t = typeof(System.Windows.Media.FontFamilyConverter); break; 5760case KnownElements.FontSizeConverter: t = typeof(System.Windows.FontSizeConverter); break; 5761case KnownElements.FontStretch: t = typeof(System.Windows.FontStretch); break; 5762case KnownElements.FontStretchConverter: t = typeof(System.Windows.FontStretchConverter); break; 5763case KnownElements.FontStyle: t = typeof(System.Windows.FontStyle); break; 5764case KnownElements.FontStyleConverter: t = typeof(System.Windows.FontStyleConverter); break; 5765case KnownElements.FontWeight: t = typeof(System.Windows.FontWeight); break; 5766case KnownElements.FontWeightConverter: t = typeof(System.Windows.FontWeightConverter); break; 5767case KnownElements.FormatConvertedBitmap: t = typeof(System.Windows.Media.Imaging.FormatConvertedBitmap); break; 5768case KnownElements.Frame: t = typeof(System.Windows.Controls.Frame); break; 5769case KnownElements.FrameworkContentElement: t = typeof(System.Windows.FrameworkContentElement); break; 5770case KnownElements.FrameworkElement: t = typeof(System.Windows.FrameworkElement); break; 5771case KnownElements.FrameworkElementFactory: t = typeof(System.Windows.FrameworkElementFactory); break; 5772case KnownElements.FrameworkPropertyMetadata: t = typeof(System.Windows.FrameworkPropertyMetadata); break; 5773case KnownElements.FrameworkPropertyMetadataOptions: t = typeof(System.Windows.FrameworkPropertyMetadataOptions); break; 5774case KnownElements.FrameworkRichTextComposition: t = typeof(System.Windows.Documents.FrameworkRichTextComposition); break; 5775case KnownElements.FrameworkTemplate: t = typeof(System.Windows.FrameworkTemplate); break; 5776case KnownElements.FrameworkTextComposition: t = typeof(System.Windows.Documents.FrameworkTextComposition); break; 5777case KnownElements.Freezable: t = typeof(System.Windows.Freezable); break; 5778case KnownElements.GeneralTransform: t = typeof(System.Windows.Media.GeneralTransform); break; 5779case KnownElements.GeneralTransformCollection: t = typeof(System.Windows.Media.GeneralTransformCollection); break; 5780case KnownElements.GeneralTransformGroup: t = typeof(System.Windows.Media.GeneralTransformGroup); break; 5781case KnownElements.Geometry: t = typeof(System.Windows.Media.Geometry); break; 5782case KnownElements.Geometry3D: t = typeof(System.Windows.Media.Media3D.Geometry3D); break; 5783case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break; 5784case KnownElements.GeometryConverter: t = typeof(System.Windows.Media.GeometryConverter); break; 5785case KnownElements.GeometryDrawing: t = typeof(System.Windows.Media.GeometryDrawing); break; 5786case KnownElements.GeometryGroup: t = typeof(System.Windows.Media.GeometryGroup); break; 5787case KnownElements.GeometryModel3D: t = typeof(System.Windows.Media.Media3D.GeometryModel3D); break; 5788case KnownElements.GestureRecognizer: t = typeof(System.Windows.Ink.GestureRecognizer); break; 5789case KnownElements.GifBitmapDecoder: t = typeof(System.Windows.Media.Imaging.GifBitmapDecoder); break; 5790case KnownElements.GifBitmapEncoder: t = typeof(System.Windows.Media.Imaging.GifBitmapEncoder); break; 5791case KnownElements.GlyphRun: t = typeof(System.Windows.Media.GlyphRun); break; 5792case KnownElements.GlyphRunDrawing: t = typeof(System.Windows.Media.GlyphRunDrawing); break; 5793case KnownElements.GlyphTypeface: t = typeof(System.Windows.Media.GlyphTypeface); break; 5794case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break; 5795case KnownElements.GradientBrush: t = typeof(System.Windows.Media.GradientBrush); break; 5796case KnownElements.GradientStop: t = typeof(System.Windows.Media.GradientStop); break; 5797case KnownElements.GradientStopCollection: t = typeof(System.Windows.Media.GradientStopCollection); break; 5798case KnownElements.Grid: t = typeof(System.Windows.Controls.Grid); break; 5799case KnownElements.GridLength: t = typeof(System.Windows.GridLength); break; 5800case KnownElements.GridLengthConverter: t = typeof(System.Windows.GridLengthConverter); break; 5801case KnownElements.GridSplitter: t = typeof(System.Windows.Controls.GridSplitter); break; 5802case KnownElements.GridView: t = typeof(System.Windows.Controls.GridView); break; 5803case KnownElements.GridViewColumn: t = typeof(System.Windows.Controls.GridViewColumn); break; 5804case KnownElements.GridViewColumnHeader: t = typeof(System.Windows.Controls.GridViewColumnHeader); break; 5805case KnownElements.GridViewHeaderRowPresenter: t = typeof(System.Windows.Controls.GridViewHeaderRowPresenter); break; 5806case KnownElements.GridViewRowPresenter: t = typeof(System.Windows.Controls.GridViewRowPresenter); break; 5807case KnownElements.GridViewRowPresenterBase: t = typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase); break; 5808case KnownElements.GroupBox: t = typeof(System.Windows.Controls.GroupBox); break; 5809case KnownElements.GroupItem: t = typeof(System.Windows.Controls.GroupItem); break; 5810case KnownElements.Guid: t = typeof(System.Guid); break; 5811case KnownElements.GuidConverter: t = typeof(System.ComponentModel.GuidConverter); break; 5812case KnownElements.GuidelineSet: t = typeof(System.Windows.Media.GuidelineSet); break; 5813case KnownElements.HeaderedContentControl: t = typeof(System.Windows.Controls.HeaderedContentControl); break; 5814case KnownElements.HeaderedItemsControl: t = typeof(System.Windows.Controls.HeaderedItemsControl); break; 5815case KnownElements.HierarchicalDataTemplate: t = typeof(System.Windows.HierarchicalDataTemplate); break; 5816case KnownElements.HostVisual: t = typeof(System.Windows.Media.HostVisual); break; 5817case KnownElements.Hyperlink: t = typeof(System.Windows.Documents.Hyperlink); break; 5818case KnownElements.IAddChild: t = typeof(System.Windows.Markup.IAddChild); break; 5819case KnownElements.IAddChildInternal: t = typeof(System.Windows.Markup.IAddChildInternal); break; 5820case KnownElements.ICommand: t = typeof(System.Windows.Input.ICommand); break; 5821case KnownElements.IComponentConnector: t = typeof(System.Windows.Markup.IComponentConnector); break; 5822case KnownElements.INameScope: t = typeof(System.Windows.Markup.INameScope); break; 5823case KnownElements.IStyleConnector: t = typeof(System.Windows.Markup.IStyleConnector); break; 5824case KnownElements.IconBitmapDecoder: t = typeof(System.Windows.Media.Imaging.IconBitmapDecoder); break; 5825case KnownElements.Image: t = typeof(System.Windows.Controls.Image); break; 5826case KnownElements.ImageBrush: t = typeof(System.Windows.Media.ImageBrush); break; 5827case KnownElements.ImageDrawing: t = typeof(System.Windows.Media.ImageDrawing); break; 5828case KnownElements.ImageMetadata: t = typeof(System.Windows.Media.ImageMetadata); break; 5829case KnownElements.ImageSource: t = typeof(System.Windows.Media.ImageSource); break; 5830case KnownElements.ImageSourceConverter: t = typeof(System.Windows.Media.ImageSourceConverter); break; 5831case KnownElements.InPlaceBitmapMetadataWriter: t = typeof(System.Windows.Media.Imaging.InPlaceBitmapMetadataWriter); break; 5832case KnownElements.InkCanvas: t = typeof(System.Windows.Controls.InkCanvas); break; 5833case KnownElements.InkPresenter: t = typeof(System.Windows.Controls.InkPresenter); break; 5834case KnownElements.Inline: t = typeof(System.Windows.Documents.Inline); break; 5835case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break; 5836case KnownElements.InlineUIContainer: t = typeof(System.Windows.Documents.InlineUIContainer); break; 5837case KnownElements.InputBinding: t = typeof(System.Windows.Input.InputBinding); break; 5838case KnownElements.InputDevice: t = typeof(System.Windows.Input.InputDevice); break; 5839case KnownElements.InputLanguageManager: t = typeof(System.Windows.Input.InputLanguageManager); break; 5840case KnownElements.InputManager: t = typeof(System.Windows.Input.InputManager); break; 5841case KnownElements.InputMethod: t = typeof(System.Windows.Input.InputMethod); break; 5842case KnownElements.InputScope: t = typeof(System.Windows.Input.InputScope); break; 5843case KnownElements.InputScopeConverter: t = typeof(System.Windows.Input.InputScopeConverter); break; 5844case KnownElements.InputScopeName: t = typeof(System.Windows.Input.InputScopeName); break; 5845case KnownElements.InputScopeNameConverter: t = typeof(System.Windows.Input.InputScopeNameConverter); break; 5846case KnownElements.Int16: t = typeof(System.Int16); break; 5847case KnownElements.Int16Animation: t = typeof(System.Windows.Media.Animation.Int16Animation); break; 5848case KnownElements.Int16AnimationBase: t = typeof(System.Windows.Media.Animation.Int16AnimationBase); break; 5849case KnownElements.Int16AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int16AnimationUsingKeyFrames); break; 5850case KnownElements.Int16Converter: t = typeof(System.ComponentModel.Int16Converter); break; 5851case KnownElements.Int16KeyFrame: t = typeof(System.Windows.Media.Animation.Int16KeyFrame); break; 5852case KnownElements.Int16KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int16KeyFrameCollection); break; 5853case KnownElements.Int32: t = typeof(System.Int32); break; 5854case KnownElements.Int32Animation: t = typeof(System.Windows.Media.Animation.Int32Animation); break; 5855case KnownElements.Int32AnimationBase: t = typeof(System.Windows.Media.Animation.Int32AnimationBase); break; 5856case KnownElements.Int32AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int32AnimationUsingKeyFrames); break; 5857case KnownElements.Int32Collection: t = typeof(System.Windows.Media.Int32Collection); break; 5858case KnownElements.Int32CollectionConverter: t = typeof(System.Windows.Media.Int32CollectionConverter); break; 5859case KnownElements.Int32Converter: t = typeof(System.ComponentModel.Int32Converter); break; 5860case KnownElements.Int32KeyFrame: t = typeof(System.Windows.Media.Animation.Int32KeyFrame); break; 5861case KnownElements.Int32KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int32KeyFrameCollection); break; 5862case KnownElements.Int32Rect: t = typeof(System.Windows.Int32Rect); break; 5863case KnownElements.Int32RectConverter: t = typeof(System.Windows.Int32RectConverter); break; 5864case KnownElements.Int64: t = typeof(System.Int64); break; 5865case KnownElements.Int64Animation: t = typeof(System.Windows.Media.Animation.Int64Animation); break; 5866case KnownElements.Int64AnimationBase: t = typeof(System.Windows.Media.Animation.Int64AnimationBase); break; 5867case KnownElements.Int64AnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Int64AnimationUsingKeyFrames); break; 5868case KnownElements.Int64Converter: t = typeof(System.ComponentModel.Int64Converter); break; 5869case KnownElements.Int64KeyFrame: t = typeof(System.Windows.Media.Animation.Int64KeyFrame); break; 5870case KnownElements.Int64KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int64KeyFrameCollection); break; 5871case KnownElements.Italic: t = typeof(System.Windows.Documents.Italic); break; 5872case KnownElements.ItemCollection: t = typeof(System.Windows.Controls.ItemCollection); break; 5873case KnownElements.ItemsControl: t = typeof(System.Windows.Controls.ItemsControl); break; 5874case KnownElements.ItemsPanelTemplate: t = typeof(System.Windows.Controls.ItemsPanelTemplate); break; 5875case KnownElements.ItemsPresenter: t = typeof(System.Windows.Controls.ItemsPresenter); break; 5876case KnownElements.JournalEntry: t = typeof(System.Windows.Navigation.JournalEntry); break; 5877case KnownElements.JournalEntryListConverter: t = typeof(System.Windows.Navigation.JournalEntryListConverter); break; 5878case KnownElements.JournalEntryUnifiedViewConverter: t = typeof(System.Windows.Navigation.JournalEntryUnifiedViewConverter); break; 5879case KnownElements.JpegBitmapDecoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapDecoder); break; 5880case KnownElements.JpegBitmapEncoder: t = typeof(System.Windows.Media.Imaging.JpegBitmapEncoder); break; 5881case KnownElements.KeyBinding: t = typeof(System.Windows.Input.KeyBinding); break; 5882case KnownElements.KeyConverter: t = typeof(System.Windows.Input.KeyConverter); break; 5883case KnownElements.KeyGesture: t = typeof(System.Windows.Input.KeyGesture); break; 5884case KnownElements.KeyGestureConverter: t = typeof(System.Windows.Input.KeyGestureConverter); break; 5885case KnownElements.KeySpline: t = typeof(System.Windows.Media.Animation.KeySpline); break; 5886case KnownElements.KeySplineConverter: t = typeof(System.Windows.KeySplineConverter); break; 5887case KnownElements.KeyTime: t = typeof(System.Windows.Media.Animation.KeyTime); break; 5888case KnownElements.KeyTimeConverter: t = typeof(System.Windows.KeyTimeConverter); break; 5889case KnownElements.KeyboardDevice: t = typeof(System.Windows.Input.KeyboardDevice); break; 5890case KnownElements.Label: t = typeof(System.Windows.Controls.Label); break; 5891case KnownElements.LateBoundBitmapDecoder: t = typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder); break; 5892case KnownElements.LengthConverter: t = typeof(System.Windows.LengthConverter); break; 5893case KnownElements.Light: t = typeof(System.Windows.Media.Media3D.Light); break; 5894case KnownElements.Line: t = typeof(System.Windows.Shapes.Line); break; 5895case KnownElements.LineBreak: t = typeof(System.Windows.Documents.LineBreak); break; 5896case KnownElements.LineGeometry: t = typeof(System.Windows.Media.LineGeometry); break; 5897case KnownElements.LineSegment: t = typeof(System.Windows.Media.LineSegment); break; 5898case KnownElements.LinearByteKeyFrame: t = typeof(System.Windows.Media.Animation.LinearByteKeyFrame); break; 5899case KnownElements.LinearColorKeyFrame: t = typeof(System.Windows.Media.Animation.LinearColorKeyFrame); break; 5900case KnownElements.LinearDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame); break; 5901case KnownElements.LinearDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDoubleKeyFrame); break; 5902case KnownElements.LinearGradientBrush: t = typeof(System.Windows.Media.LinearGradientBrush); break; 5903case KnownElements.LinearInt16KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt16KeyFrame); break; 5904case KnownElements.LinearInt32KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt32KeyFrame); break; 5905case KnownElements.LinearInt64KeyFrame: t = typeof(System.Windows.Media.Animation.LinearInt64KeyFrame); break; 5906case KnownElements.LinearPoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearPoint3DKeyFrame); break; 5907case KnownElements.LinearPointKeyFrame: t = typeof(System.Windows.Media.Animation.LinearPointKeyFrame); break; 5908case KnownElements.LinearQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.LinearQuaternionKeyFrame); break; 5909case KnownElements.LinearRectKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRectKeyFrame); break; 5910case KnownElements.LinearRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRotation3DKeyFrame); break; 5911case KnownElements.LinearSingleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearSingleKeyFrame); break; 5912case KnownElements.LinearSizeKeyFrame: t = typeof(System.Windows.Media.Animation.LinearSizeKeyFrame); break; 5913case KnownElements.LinearThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.LinearThicknessKeyFrame); break; 5914case KnownElements.LinearVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.LinearVector3DKeyFrame); break; 5915case KnownElements.LinearVectorKeyFrame: t = typeof(System.Windows.Media.Animation.LinearVectorKeyFrame); break; 5916case KnownElements.List: t = typeof(System.Windows.Documents.List); break; 5917case KnownElements.ListBox: t = typeof(System.Windows.Controls.ListBox); break; 5918case KnownElements.ListBoxItem: t = typeof(System.Windows.Controls.ListBoxItem); break; 5919case KnownElements.ListCollectionView: t = typeof(System.Windows.Data.ListCollectionView); break; 5920case KnownElements.ListItem: t = typeof(System.Windows.Documents.ListItem); break; 5921case KnownElements.ListView: t = typeof(System.Windows.Controls.ListView); break; 5922case KnownElements.ListViewItem: t = typeof(System.Windows.Controls.ListViewItem); break; 5923case KnownElements.Localization: t = typeof(System.Windows.Localization); break; 5924case KnownElements.LostFocusEventManager: t = typeof(System.Windows.LostFocusEventManager); break; 5925case KnownElements.MarkupExtension: t = typeof(System.Windows.Markup.MarkupExtension); break; 5926case KnownElements.Material: t = typeof(System.Windows.Media.Media3D.Material); break; 5927case KnownElements.MaterialCollection: t = typeof(System.Windows.Media.Media3D.MaterialCollection); break; 5928case KnownElements.MaterialGroup: t = typeof(System.Windows.Media.Media3D.MaterialGroup); break; 5929case KnownElements.Matrix: t = typeof(System.Windows.Media.Matrix); break; 5930case KnownElements.Matrix3D: t = typeof(System.Windows.Media.Media3D.Matrix3D); break; 5931case KnownElements.Matrix3DConverter: t = typeof(System.Windows.Media.Media3D.Matrix3DConverter); break; 5932case KnownElements.MatrixAnimationBase: t = typeof(System.Windows.Media.Animation.MatrixAnimationBase); break; 5933case KnownElements.MatrixAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingKeyFrames); break; 5934case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.MatrixAnimationUsingPath); break; 5935case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break; 5936case KnownElements.MatrixConverter: t = typeof(System.Windows.Media.MatrixConverter); break; 5937case KnownElements.MatrixKeyFrame: t = typeof(System.Windows.Media.Animation.MatrixKeyFrame); break; 5938case KnownElements.MatrixKeyFrameCollection: t = typeof(System.Windows.Media.Animation.MatrixKeyFrameCollection); break; 5939case KnownElements.MatrixTransform: t = typeof(System.Windows.Media.MatrixTransform); break; 5940case KnownElements.MatrixTransform3D: t = typeof(System.Windows.Media.Media3D.MatrixTransform3D); break; 5941case KnownElements.MediaClock: t = typeof(System.Windows.Media.MediaClock); break; 5942case KnownElements.MediaElement: t = typeof(System.Windows.Controls.MediaElement); break; 5943case KnownElements.MediaPlayer: t = typeof(System.Windows.Media.MediaPlayer); break; 5944case KnownElements.MediaTimeline: t = typeof(System.Windows.Media.MediaTimeline); break; 5945case KnownElements.Menu: t = typeof(System.Windows.Controls.Menu); break; 5946case KnownElements.MenuBase: t = typeof(System.Windows.Controls.Primitives.MenuBase); break; 5947case KnownElements.MenuItem: t = typeof(System.Windows.Controls.MenuItem); break; 5948case KnownElements.MenuScrollingVisibilityConverter: t = typeof(System.Windows.Controls.MenuScrollingVisibilityConverter); break; 5949case KnownElements.MeshGeometry3D: t = typeof(System.Windows.Media.Media3D.MeshGeometry3D); break; 5950case KnownElements.Model3D: t = typeof(System.Windows.Media.Media3D.Model3D); break; 5951case KnownElements.Model3DCollection: t = typeof(System.Windows.Media.Media3D.Model3DCollection); break; 5952case KnownElements.Model3DGroup: t = typeof(System.Windows.Media.Media3D.Model3DGroup); break; 5953case KnownElements.ModelVisual3D: t = typeof(System.Windows.Media.Media3D.ModelVisual3D); break; 5954case KnownElements.ModifierKeysConverter: t = typeof(System.Windows.Input.ModifierKeysConverter); break; 5955case KnownElements.MouseActionConverter: t = typeof(System.Windows.Input.MouseActionConverter); break; 5956case KnownElements.MouseBinding: t = typeof(System.Windows.Input.MouseBinding); break; 5957case KnownElements.MouseDevice: t = typeof(System.Windows.Input.MouseDevice); break; 5958case KnownElements.MouseGesture: t = typeof(System.Windows.Input.MouseGesture); break; 5959case KnownElements.MouseGestureConverter: t = typeof(System.Windows.Input.MouseGestureConverter); break; 5960case KnownElements.MultiBinding: t = typeof(System.Windows.Data.MultiBinding); break; 5961case KnownElements.MultiBindingExpression: t = typeof(System.Windows.Data.MultiBindingExpression); break; 5962case KnownElements.MultiDataTrigger: t = typeof(System.Windows.MultiDataTrigger); break; 5963case KnownElements.MultiTrigger: t = typeof(System.Windows.MultiTrigger); break; 5964case KnownElements.NameScope: t = typeof(System.Windows.NameScope); break; 5965case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break; 5966case KnownElements.NullExtension: t = typeof(System.Windows.Markup.NullExtension); break; 5967case KnownElements.NullableBoolConverter: t = typeof(System.Windows.NullableBoolConverter); break; 5968case KnownElements.NullableConverter: t = typeof(System.ComponentModel.NullableConverter); break; 5969case KnownElements.NumberSubstitution: t = typeof(System.Windows.Media.NumberSubstitution); break; 5970case KnownElements.Object: t = typeof(System.Object); break; 5971case KnownElements.ObjectAnimationBase: t = typeof(System.Windows.Media.Animation.ObjectAnimationBase); break; 5972case KnownElements.ObjectAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames); break; 5973case KnownElements.ObjectDataProvider: t = typeof(System.Windows.Data.ObjectDataProvider); break; 5974case KnownElements.ObjectKeyFrame: t = typeof(System.Windows.Media.Animation.ObjectKeyFrame); break; 5975case KnownElements.ObjectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ObjectKeyFrameCollection); break; 5976case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.OrthographicCamera); break; 5977case KnownElements.OuterGlowBitmapEffect: t = typeof(System.Windows.Media.Effects.OuterGlowBitmapEffect); break; 5978case KnownElements.Page: t = typeof(System.Windows.Controls.Page); break; 5979case KnownElements.PageContent: t = typeof(System.Windows.Documents.PageContent); break; 5980case KnownElements.PageFunctionBase: t = typeof(System.Windows.Navigation.PageFunctionBase); break; 5981case KnownElements.Panel: t = typeof(System.Windows.Controls.Panel); break; 5982case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break; 5983case KnownElements.ParallelTimeline: t = typeof(System.Windows.Media.Animation.ParallelTimeline); break; 5984case KnownElements.ParserContext: t = typeof(System.Windows.Markup.ParserContext); break; 5985case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break; 5986case KnownElements.Path: t = typeof(System.Windows.Shapes.Path); break; 5987case KnownElements.PathFigure: t = typeof(System.Windows.Media.PathFigure); break; 5988case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.PathFigureCollection); break; 5989case KnownElements.PathFigureCollectionConverter: t = typeof(System.Windows.Media.PathFigureCollectionConverter); break; 5990case KnownElements.PathGeometry: t = typeof(System.Windows.Media.PathGeometry); break; 5991case KnownElements.PathSegment: t = typeof(System.Windows.Media.PathSegment); break; 5992case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.PathSegmentCollection); break; 5993case KnownElements.PauseStoryboard: t = typeof(System.Windows.Media.Animation.PauseStoryboard); break; 5994case KnownElements.Pen: t = typeof(System.Windows.Media.Pen); break; 5995case KnownElements.PerspectiveCamera: t = typeof(System.Windows.Media.Media3D.PerspectiveCamera); break; 5996case KnownElements.PixelFormat: t = typeof(System.Windows.Media.PixelFormat); break; 5997case KnownElements.PixelFormatConverter: t = typeof(System.Windows.Media.PixelFormatConverter); break; 5998case KnownElements.PngBitmapDecoder: t = typeof(System.Windows.Media.Imaging.PngBitmapDecoder); break; 5999case KnownElements.PngBitmapEncoder: t = typeof(System.Windows.Media.Imaging.PngBitmapEncoder); break; 6000case KnownElements.Point: t = typeof(System.Windows.Point); break; 6001case KnownElements.Point3D: t = typeof(System.Windows.Media.Media3D.Point3D); break; 6002case KnownElements.Point3DAnimation: t = typeof(System.Windows.Media.Animation.Point3DAnimation); break; 6003case KnownElements.Point3DAnimationBase: t = typeof(System.Windows.Media.Animation.Point3DAnimationBase); break; 6004case KnownElements.Point3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames); break; 6005case KnownElements.Point3DCollection: t = typeof(System.Windows.Media.Media3D.Point3DCollection); break; 6006case KnownElements.Point3DCollectionConverter: t = typeof(System.Windows.Media.Media3D.Point3DCollectionConverter); break; 6007case KnownElements.Point3DConverter: t = typeof(System.Windows.Media.Media3D.Point3DConverter); break; 6008case KnownElements.Point3DKeyFrame: t = typeof(System.Windows.Media.Animation.Point3DKeyFrame); break; 6009case KnownElements.Point3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Point3DKeyFrameCollection); break; 6010case KnownElements.Point4D: t = typeof(System.Windows.Media.Media3D.Point4D); break; 6011case KnownElements.Point4DConverter: t = typeof(System.Windows.Media.Media3D.Point4DConverter); break; 6012case KnownElements.PointAnimation: t = typeof(System.Windows.Media.Animation.PointAnimation); break; 6013case KnownElements.PointAnimationBase: t = typeof(System.Windows.Media.Animation.PointAnimationBase); break; 6014case KnownElements.PointAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.PointAnimationUsingKeyFrames); break; 6015case KnownElements.PointAnimationUsingPath: t = typeof(System.Windows.Media.Animation.PointAnimationUsingPath); break; 6016case KnownElements.PointCollection: t = typeof(System.Windows.Media.PointCollection); break; 6017case KnownElements.PointCollectionConverter: t = typeof(System.Windows.Media.PointCollectionConverter); break; 6018case KnownElements.PointConverter: t = typeof(System.Windows.PointConverter); break; 6019case KnownElements.PointIListConverter: t = typeof(System.Windows.Media.Converters.PointIListConverter); break; 6020case KnownElements.PointKeyFrame: t = typeof(System.Windows.Media.Animation.PointKeyFrame); break; 6021case KnownElements.PointKeyFrameCollection: t = typeof(System.Windows.Media.Animation.PointKeyFrameCollection); break; 6022case KnownElements.PointLight: t = typeof(System.Windows.Media.Media3D.PointLight); break; 6023case KnownElements.PointLightBase: t = typeof(System.Windows.Media.Media3D.PointLightBase); break; 6024case KnownElements.PolyBezierSegment: t = typeof(System.Windows.Media.PolyBezierSegment); break; 6025case KnownElements.PolyLineSegment: t = typeof(System.Windows.Media.PolyLineSegment); break; 6026case KnownElements.PolyQuadraticBezierSegment: t = typeof(System.Windows.Media.PolyQuadraticBezierSegment); break; 6027case KnownElements.Polygon: t = typeof(System.Windows.Shapes.Polygon); break; 6028case KnownElements.Polyline: t = typeof(System.Windows.Shapes.Polyline); break; 6029case KnownElements.Popup: t = typeof(System.Windows.Controls.Primitives.Popup); break; 6030case KnownElements.PresentationSource: t = typeof(System.Windows.PresentationSource); break; 6031case KnownElements.PriorityBinding: t = typeof(System.Windows.Data.PriorityBinding); break; 6032case KnownElements.PriorityBindingExpression: t = typeof(System.Windows.Data.PriorityBindingExpression); break; 6033case KnownElements.ProgressBar: t = typeof(System.Windows.Controls.ProgressBar); break; 6034case KnownElements.ProjectionCamera: t = typeof(System.Windows.Media.Media3D.ProjectionCamera); break; 6035case KnownElements.PropertyPath: t = typeof(System.Windows.PropertyPath); break; 6036case KnownElements.PropertyPathConverter: t = typeof(System.Windows.PropertyPathConverter); break; 6037case KnownElements.QuadraticBezierSegment: t = typeof(System.Windows.Media.QuadraticBezierSegment); break; 6038case KnownElements.Quaternion: t = typeof(System.Windows.Media.Media3D.Quaternion); break; 6039case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break; 6040case KnownElements.QuaternionAnimationBase: t = typeof(System.Windows.Media.Animation.QuaternionAnimationBase); break; 6041case KnownElements.QuaternionAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames); break; 6042case KnownElements.QuaternionConverter: t = typeof(System.Windows.Media.Media3D.QuaternionConverter); break; 6043case KnownElements.QuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.QuaternionKeyFrame); break; 6044case KnownElements.QuaternionKeyFrameCollection: t = typeof(System.Windows.Media.Animation.QuaternionKeyFrameCollection); break; 6045case KnownElements.QuaternionRotation3D: t = typeof(System.Windows.Media.Media3D.QuaternionRotation3D); break; 6046case KnownElements.RadialGradientBrush: t = typeof(System.Windows.Media.RadialGradientBrush); break; 6047case KnownElements.RadioButton: t = typeof(System.Windows.Controls.RadioButton); break; 6048case KnownElements.RangeBase: t = typeof(System.Windows.Controls.Primitives.RangeBase); break; 6049case KnownElements.Rect: t = typeof(System.Windows.Rect); break; 6050case KnownElements.Rect3D: t = typeof(System.Windows.Media.Media3D.Rect3D); break; 6051case KnownElements.Rect3DConverter: t = typeof(System.Windows.Media.Media3D.Rect3DConverter); break; 6052case KnownElements.RectAnimation: t = typeof(System.Windows.Media.Animation.RectAnimation); break; 6053case KnownElements.RectAnimationBase: t = typeof(System.Windows.Media.Animation.RectAnimationBase); break; 6054case KnownElements.RectAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.RectAnimationUsingKeyFrames); break; 6055case KnownElements.RectConverter: t = typeof(System.Windows.RectConverter); break; 6056case KnownElements.RectKeyFrame: t = typeof(System.Windows.Media.Animation.RectKeyFrame); break; 6057case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.RectKeyFrameCollection); break; 6058case KnownElements.Rectangle: t = typeof(System.Windows.Shapes.Rectangle); break; 6059case KnownElements.RectangleGeometry: t = typeof(System.Windows.Media.RectangleGeometry); break; 6060case KnownElements.RelativeSource: t = typeof(System.Windows.Data.RelativeSource); break; 6061case KnownElements.RemoveStoryboard: t = typeof(System.Windows.Media.Animation.RemoveStoryboard); break; 6062case KnownElements.RenderOptions: t = typeof(System.Windows.Media.RenderOptions); break; 6063case KnownElements.RenderTargetBitmap: t = typeof(System.Windows.Media.Imaging.RenderTargetBitmap); break; 6064case KnownElements.RepeatBehavior: t = typeof(System.Windows.Media.Animation.RepeatBehavior); break; 6065case KnownElements.RepeatBehaviorConverter: t = typeof(System.Windows.Media.Animation.RepeatBehaviorConverter); break; 6066case KnownElements.RepeatButton: t = typeof(System.Windows.Controls.Primitives.RepeatButton); break; 6067case KnownElements.ResizeGrip: t = typeof(System.Windows.Controls.Primitives.ResizeGrip); break; 6068case KnownElements.ResourceDictionary: t = typeof(System.Windows.ResourceDictionary); break; 6069case KnownElements.ResourceKey: t = typeof(System.Windows.ResourceKey); break; 6070case KnownElements.ResumeStoryboard: t = typeof(System.Windows.Media.Animation.ResumeStoryboard); break; 6071case KnownElements.RichTextBox: t = typeof(System.Windows.Controls.RichTextBox); break; 6072case KnownElements.RotateTransform: t = typeof(System.Windows.Media.RotateTransform); break; 6073case KnownElements.RotateTransform3D: t = typeof(System.Windows.Media.Media3D.RotateTransform3D); break; 6074case KnownElements.Rotation3D: t = typeof(System.Windows.Media.Media3D.Rotation3D); break; 6075case KnownElements.Rotation3DAnimation: t = typeof(System.Windows.Media.Animation.Rotation3DAnimation); break; 6076case KnownElements.Rotation3DAnimationBase: t = typeof(System.Windows.Media.Animation.Rotation3DAnimationBase); break; 6077case KnownElements.Rotation3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Rotation3DAnimationUsingKeyFrames); break; 6078case KnownElements.Rotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.Rotation3DKeyFrame); break; 6079case KnownElements.Rotation3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Rotation3DKeyFrameCollection); break; 6080case KnownElements.RoutedCommand: t = typeof(System.Windows.Input.RoutedCommand); break; 6081case KnownElements.RoutedEvent: t = typeof(System.Windows.RoutedEvent); break; 6082case KnownElements.RoutedEventConverter: t = typeof(System.Windows.Markup.RoutedEventConverter); break; 6083case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.RoutedUICommand); break; 6084case KnownElements.RoutingStrategy: t = typeof(System.Windows.RoutingStrategy); break; 6085case KnownElements.RowDefinition: t = typeof(System.Windows.Controls.RowDefinition); break; 6086case KnownElements.Run: t = typeof(System.Windows.Documents.Run); break; 6087case KnownElements.RuntimeNamePropertyAttribute: t = typeof(System.Windows.Markup.RuntimeNamePropertyAttribute); break; 6088case KnownElements.SByte: t = typeof(System.SByte); break; 6089case KnownElements.SByteConverter: t = typeof(System.ComponentModel.SByteConverter); break; 6090case KnownElements.ScaleTransform: t = typeof(System.Windows.Media.ScaleTransform); break; 6091case KnownElements.ScaleTransform3D: t = typeof(System.Windows.Media.Media3D.ScaleTransform3D); break; 6092case KnownElements.ScrollBar: t = typeof(System.Windows.Controls.Primitives.ScrollBar); break; 6093case KnownElements.ScrollContentPresenter: t = typeof(System.Windows.Controls.ScrollContentPresenter); break; 6094case KnownElements.ScrollViewer: t = typeof(System.Windows.Controls.ScrollViewer); break; 6095case KnownElements.Section: t = typeof(System.Windows.Documents.Section); break; 6096case KnownElements.SeekStoryboard: t = typeof(System.Windows.Media.Animation.SeekStoryboard); break; 6097case KnownElements.Selector: t = typeof(System.Windows.Controls.Primitives.Selector); break; 6098case KnownElements.Separator: t = typeof(System.Windows.Controls.Separator); break; 6099case KnownElements.SetStoryboardSpeedRatio: t = typeof(System.Windows.Media.Animation.SetStoryboardSpeedRatio); break; 6100case KnownElements.Setter: t = typeof(System.Windows.Setter); break; 6101case KnownElements.SetterBase: t = typeof(System.Windows.SetterBase); break; 6102case KnownElements.Shape: t = typeof(System.Windows.Shapes.Shape); break; 6103case KnownElements.Single: t = typeof(System.Single); break; 6104case KnownElements.SingleAnimation: t = typeof(System.Windows.Media.Animation.SingleAnimation); break; 6105case KnownElements.SingleAnimationBase: t = typeof(System.Windows.Media.Animation.SingleAnimationBase); break; 6106case KnownElements.SingleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.SingleAnimationUsingKeyFrames); break; 6107case KnownElements.SingleConverter: t = typeof(System.ComponentModel.SingleConverter); break; 6108case KnownElements.SingleKeyFrame: t = typeof(System.Windows.Media.Animation.SingleKeyFrame); break; 6109case KnownElements.SingleKeyFrameCollection: t = typeof(System.Windows.Media.Animation.SingleKeyFrameCollection); break; 6110case KnownElements.Size: t = typeof(System.Windows.Size); break; 6111case KnownElements.Size3D: t = typeof(System.Windows.Media.Media3D.Size3D); break; 6112case KnownElements.Size3DConverter: t = typeof(System.Windows.Media.Media3D.Size3DConverter); break; 6113case KnownElements.SizeAnimation: t = typeof(System.Windows.Media.Animation.SizeAnimation); break; 6114case KnownElements.SizeAnimationBase: t = typeof(System.Windows.Media.Animation.SizeAnimationBase); break; 6115case KnownElements.SizeAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.SizeAnimationUsingKeyFrames); break; 6116case KnownElements.SizeConverter: t = typeof(System.Windows.SizeConverter); break; 6117case KnownElements.SizeKeyFrame: t = typeof(System.Windows.Media.Animation.SizeKeyFrame); break; 6118case KnownElements.SizeKeyFrameCollection: t = typeof(System.Windows.Media.Animation.SizeKeyFrameCollection); break; 6119case KnownElements.SkewTransform: t = typeof(System.Windows.Media.SkewTransform); break; 6120case KnownElements.SkipStoryboardToFill: t = typeof(System.Windows.Media.Animation.SkipStoryboardToFill); break; 6121case KnownElements.Slider: t = typeof(System.Windows.Controls.Slider); break; 6122case KnownElements.SolidColorBrush: t = typeof(System.Windows.Media.SolidColorBrush); break; 6123case KnownElements.SoundPlayerAction: t = typeof(System.Windows.Controls.SoundPlayerAction); break; 6124case KnownElements.Span: t = typeof(System.Windows.Documents.Span); break; 6125case KnownElements.SpecularMaterial: t = typeof(System.Windows.Media.Media3D.SpecularMaterial); break; 6126case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.SpellCheck); break; 6127case KnownElements.SplineByteKeyFrame: t = typeof(System.Windows.Media.Animation.SplineByteKeyFrame); break; 6128case KnownElements.SplineColorKeyFrame: t = typeof(System.Windows.Media.Animation.SplineColorKeyFrame); break; 6129case KnownElements.SplineDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame); break; 6130case KnownElements.SplineDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDoubleKeyFrame); break; 6131case KnownElements.SplineInt16KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt16KeyFrame); break; 6132case KnownElements.SplineInt32KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt32KeyFrame); break; 6133case KnownElements.SplineInt64KeyFrame: t = typeof(System.Windows.Media.Animation.SplineInt64KeyFrame); break; 6134case KnownElements.SplinePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePoint3DKeyFrame); break; 6135case KnownElements.SplinePointKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePointKeyFrame); break; 6136case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame); break; 6137case KnownElements.SplineRectKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRectKeyFrame); break; 6138case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame); break; 6139case KnownElements.SplineSingleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSingleKeyFrame); break; 6140case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSizeKeyFrame); break; 6141case KnownElements.SplineThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.SplineThicknessKeyFrame); break; 6142case KnownElements.SplineVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineVector3DKeyFrame); break; 6143case KnownElements.SplineVectorKeyFrame: t = typeof(System.Windows.Media.Animation.SplineVectorKeyFrame); break; 6144case KnownElements.SpotLight: t = typeof(System.Windows.Media.Media3D.SpotLight); break; 6145case KnownElements.StackPanel: t = typeof(System.Windows.Controls.StackPanel); break; 6146case KnownElements.StaticExtension: t = typeof(System.Windows.Markup.StaticExtension); break; 6147case KnownElements.StaticResourceExtension: t = typeof(System.Windows.StaticResourceExtension); break; 6148case KnownElements.StatusBar: t = typeof(System.Windows.Controls.Primitives.StatusBar); break; 6149case KnownElements.StatusBarItem: t = typeof(System.Windows.Controls.Primitives.StatusBarItem); break; 6150case KnownElements.StickyNoteControl: t = typeof(System.Windows.Controls.StickyNoteControl); break; 6151case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.StopStoryboard); break; 6152case KnownElements.Storyboard: t = typeof(System.Windows.Media.Animation.Storyboard); break; 6153case KnownElements.StreamGeometry: t = typeof(System.Windows.Media.StreamGeometry); break; 6154case KnownElements.StreamGeometryContext: t = typeof(System.Windows.Media.StreamGeometryContext); break; 6155case KnownElements.StreamResourceInfo: t = typeof(System.Windows.Resources.StreamResourceInfo); break; 6156case KnownElements.String: t = typeof(System.String); break; 6157case KnownElements.StringAnimationBase: t = typeof(System.Windows.Media.Animation.StringAnimationBase); break; 6158case KnownElements.StringAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.StringAnimationUsingKeyFrames); break; 6159case KnownElements.StringConverter: t = typeof(System.ComponentModel.StringConverter); break; 6160case KnownElements.StringKeyFrame: t = typeof(System.Windows.Media.Animation.StringKeyFrame); break; 6161case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.StringKeyFrameCollection); break; 6162case KnownElements.StrokeCollection: t = typeof(System.Windows.Ink.StrokeCollection); break; 6163case KnownElements.StrokeCollectionConverter: t = typeof(System.Windows.StrokeCollectionConverter); break; 6164case KnownElements.Style: t = typeof(System.Windows.Style); break; 6165case KnownElements.Stylus: t = typeof(System.Windows.Input.Stylus); break; 6166case KnownElements.StylusDevice: t = typeof(System.Windows.Input.StylusDevice); break; 6167case KnownElements.TabControl: t = typeof(System.Windows.Controls.TabControl); break; 6168case KnownElements.TabItem: t = typeof(System.Windows.Controls.TabItem); break; 6169case KnownElements.TabPanel: t = typeof(System.Windows.Controls.Primitives.TabPanel); break; 6170case KnownElements.Table: t = typeof(System.Windows.Documents.Table); break; 6171case KnownElements.TableCell: t = typeof(System.Windows.Documents.TableCell); break; 6172case KnownElements.TableColumn: t = typeof(System.Windows.Documents.TableColumn); break; 6173case KnownElements.TableRow: t = typeof(System.Windows.Documents.TableRow); break; 6174case KnownElements.TableRowGroup: t = typeof(System.Windows.Documents.TableRowGroup); break; 6175case KnownElements.TabletDevice: t = typeof(System.Windows.Input.TabletDevice); break; 6176case KnownElements.TemplateBindingExpression: t = typeof(System.Windows.TemplateBindingExpression); break; 6177case KnownElements.TemplateBindingExpressionConverter: t = typeof(System.Windows.TemplateBindingExpressionConverter); break; 6178case KnownElements.TemplateBindingExtension: t = typeof(System.Windows.TemplateBindingExtension); break; 6179case KnownElements.TemplateBindingExtensionConverter: t = typeof(System.Windows.TemplateBindingExtensionConverter); break; 6180case KnownElements.TemplateKey: t = typeof(System.Windows.TemplateKey); break; 6181case KnownElements.TemplateKeyConverter: t = typeof(System.Windows.Markup.TemplateKeyConverter); break; 6182case KnownElements.TextBlock: t = typeof(System.Windows.Controls.TextBlock); break; 6183case KnownElements.TextBox: t = typeof(System.Windows.Controls.TextBox); break; 6184case KnownElements.TextBoxBase: t = typeof(System.Windows.Controls.Primitives.TextBoxBase); break; 6185case KnownElements.TextComposition: t = typeof(System.Windows.Input.TextComposition); break; 6186case KnownElements.TextCompositionManager: t = typeof(System.Windows.Input.TextCompositionManager); break; 6187case KnownElements.TextDecoration: t = typeof(System.Windows.TextDecoration); break; 6188case KnownElements.TextDecorationCollection: t = typeof(System.Windows.TextDecorationCollection); break; 6189case KnownElements.TextDecorationCollectionConverter: t = typeof(System.Windows.TextDecorationCollectionConverter); break; 6190case KnownElements.TextEffect: t = typeof(System.Windows.Media.TextEffect); break; 6191case KnownElements.TextEffectCollection: t = typeof(System.Windows.Media.TextEffectCollection); break; 6192case KnownElements.TextElement: t = typeof(System.Windows.Documents.TextElement); break; 6193case KnownElements.TextSearch: t = typeof(System.Windows.Controls.TextSearch); break; 6194case KnownElements.ThemeDictionaryExtension: t = typeof(System.Windows.ThemeDictionaryExtension); break; 6195case KnownElements.Thickness: t = typeof(System.Windows.Thickness); break; 6196case KnownElements.ThicknessAnimation: t = typeof(System.Windows.Media.Animation.ThicknessAnimation); break; 6197case KnownElements.ThicknessAnimationBase: t = typeof(System.Windows.Media.Animation.ThicknessAnimationBase); break; 6198case KnownElements.ThicknessAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames); break; 6199case KnownElements.ThicknessConverter: t = typeof(System.Windows.ThicknessConverter); break; 6200case KnownElements.ThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrame); break; 6201case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection); break; 6202case KnownElements.Thumb: t = typeof(System.Windows.Controls.Primitives.Thumb); break; 6203case KnownElements.TickBar: t = typeof(System.Windows.Controls.Primitives.TickBar); break; 6204case KnownElements.TiffBitmapDecoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapDecoder); break; 6205case KnownElements.TiffBitmapEncoder: t = typeof(System.Windows.Media.Imaging.TiffBitmapEncoder); break; 6206case KnownElements.TileBrush: t = typeof(System.Windows.Media.TileBrush); break; 6207case KnownElements.TimeSpan: t = typeof(System.TimeSpan); break; 6208case KnownElements.TimeSpanConverter: t = typeof(System.ComponentModel.TimeSpanConverter); break; 6209case KnownElements.Timeline: t = typeof(System.Windows.Media.Animation.Timeline); break; 6210case KnownElements.TimelineCollection: t = typeof(System.Windows.Media.Animation.TimelineCollection); break; 6211case KnownElements.TimelineGroup: t = typeof(System.Windows.Media.Animation.TimelineGroup); break; 6212case KnownElements.ToggleButton: t = typeof(System.Windows.Controls.Primitives.ToggleButton); break; 6213case KnownElements.ToolBar: t = typeof(System.Windows.Controls.ToolBar); break; 6214case KnownElements.ToolBarOverflowPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarOverflowPanel); break; 6215case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarPanel); break; 6216case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.ToolBarTray); break; 6217case KnownElements.ToolTip: t = typeof(System.Windows.Controls.ToolTip); break; 6218case KnownElements.ToolTipService: t = typeof(System.Windows.Controls.ToolTipService); break; 6219case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break; 6220case KnownElements.Transform: t = typeof(System.Windows.Media.Transform); break; 6221case KnownElements.Transform3D: t = typeof(System.Windows.Media.Media3D.Transform3D); break; 6222case KnownElements.Transform3DCollection: t = typeof(System.Windows.Media.Media3D.Transform3DCollection); break; 6223case KnownElements.Transform3DGroup: t = typeof(System.Windows.Media.Media3D.Transform3DGroup); break; 6224case KnownElements.TransformCollection: t = typeof(System.Windows.Media.TransformCollection); break; 6225case KnownElements.TransformConverter: t = typeof(System.Windows.Media.TransformConverter); break; 6226case KnownElements.TransformGroup: t = typeof(System.Windows.Media.TransformGroup); break; 6227case KnownElements.TransformedBitmap: t = typeof(System.Windows.Media.Imaging.TransformedBitmap); break; 6228case KnownElements.TranslateTransform: t = typeof(System.Windows.Media.TranslateTransform); break; 6229case KnownElements.TranslateTransform3D: t = typeof(System.Windows.Media.Media3D.TranslateTransform3D); break; 6230case KnownElements.TreeView: t = typeof(System.Windows.Controls.TreeView); break; 6231case KnownElements.TreeViewItem: t = typeof(System.Windows.Controls.TreeViewItem); break; 6232case KnownElements.Trigger: t = typeof(System.Windows.Trigger); break; 6233case KnownElements.TriggerAction: t = typeof(System.Windows.TriggerAction); break; 6234case KnownElements.TriggerBase: t = typeof(System.Windows.TriggerBase); break; 6235case KnownElements.TypeExtension: t = typeof(System.Windows.Markup.TypeExtension); break; 6236case KnownElements.TypeTypeConverter: t = typeof(System.Windows.Markup.TypeTypeConverter); break; 6237case KnownElements.Typography: t = typeof(System.Windows.Documents.Typography); break; 6238case KnownElements.UIElement: t = typeof(System.Windows.UIElement); break; 6239case KnownElements.UInt16: t = typeof(System.UInt16); break; 6240case KnownElements.UInt16Converter: t = typeof(System.ComponentModel.UInt16Converter); break; 6241case KnownElements.UInt32: t = typeof(System.UInt32); break; 6242case KnownElements.UInt32Converter: t = typeof(System.ComponentModel.UInt32Converter); break; 6243case KnownElements.UInt64: t = typeof(System.UInt64); break; 6244case KnownElements.UInt64Converter: t = typeof(System.ComponentModel.UInt64Converter); break; 6245case KnownElements.UShortIListConverter: t = typeof(System.Windows.Media.Converters.UShortIListConverter); break; 6246case KnownElements.Underline: t = typeof(System.Windows.Documents.Underline); break; 6247case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.UniformGrid); break; 6248case KnownElements.Uri: t = typeof(System.Uri); break; 6249case KnownElements.UriTypeConverter: t = typeof(System.UriTypeConverter); break; 6250case KnownElements.UserControl: t = typeof(System.Windows.Controls.UserControl); break; 6251case KnownElements.Validation: t = typeof(System.Windows.Controls.Validation); break; 6252case KnownElements.Vector: t = typeof(System.Windows.Vector); break; 6253case KnownElements.Vector3D: t = typeof(System.Windows.Media.Media3D.Vector3D); break; 6254case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.Vector3DAnimation); break; 6255case KnownElements.Vector3DAnimationBase: t = typeof(System.Windows.Media.Animation.Vector3DAnimationBase); break; 6256case KnownElements.Vector3DAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.Vector3DAnimationUsingKeyFrames); break; 6257case KnownElements.Vector3DCollection: t = typeof(System.Windows.Media.Media3D.Vector3DCollection); break; 6258case KnownElements.Vector3DCollectionConverter: t = typeof(System.Windows.Media.Media3D.Vector3DCollectionConverter); break; 6259case KnownElements.Vector3DConverter: t = typeof(System.Windows.Media.Media3D.Vector3DConverter); break; 6260case KnownElements.Vector3DKeyFrame: t = typeof(System.Windows.Media.Animation.Vector3DKeyFrame); break; 6261case KnownElements.Vector3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.Vector3DKeyFrameCollection); break; 6262case KnownElements.VectorAnimation: t = typeof(System.Windows.Media.Animation.VectorAnimation); break; 6263case KnownElements.VectorAnimationBase: t = typeof(System.Windows.Media.Animation.VectorAnimationBase); break; 6264case KnownElements.VectorAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.VectorAnimationUsingKeyFrames); break; 6265case KnownElements.VectorCollection: t = typeof(System.Windows.Media.VectorCollection); break; 6266case KnownElements.VectorCollectionConverter: t = typeof(System.Windows.Media.VectorCollectionConverter); break; 6267case KnownElements.VectorConverter: t = typeof(System.Windows.VectorConverter); break; 6268case KnownElements.VectorKeyFrame: t = typeof(System.Windows.Media.Animation.VectorKeyFrame); break; 6269case KnownElements.VectorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.VectorKeyFrameCollection); break; 6270case KnownElements.VideoDrawing: t = typeof(System.Windows.Media.VideoDrawing); break; 6271case KnownElements.ViewBase: t = typeof(System.Windows.Controls.ViewBase); break; 6272case KnownElements.Viewbox: t = typeof(System.Windows.Controls.Viewbox); break; 6273case KnownElements.Viewport3D: t = typeof(System.Windows.Controls.Viewport3D); break; 6274case KnownElements.Viewport3DVisual: t = typeof(System.Windows.Media.Media3D.Viewport3DVisual); break; 6275case KnownElements.VirtualizingPanel: t = typeof(System.Windows.Controls.VirtualizingPanel); break; 6276case KnownElements.VirtualizingStackPanel: t = typeof(System.Windows.Controls.VirtualizingStackPanel); break; 6277case KnownElements.Visual: t = typeof(System.Windows.Media.Visual); break; 6278case KnownElements.Visual3D: t = typeof(System.Windows.Media.Media3D.Visual3D); break; 6279case KnownElements.VisualBrush: t = typeof(System.Windows.Media.VisualBrush); break; 6280case KnownElements.VisualTarget: t = typeof(System.Windows.Media.VisualTarget); break; 6281case KnownElements.WeakEventManager: t = typeof(System.Windows.WeakEventManager); break; 6282case KnownElements.WhitespaceSignificantCollectionAttribute: t = typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute); break; 6283case KnownElements.Window: t = typeof(System.Windows.Window); break; 6284case KnownElements.WmpBitmapDecoder: t = typeof(System.Windows.Media.Imaging.WmpBitmapDecoder); break; 6285case KnownElements.WmpBitmapEncoder: t = typeof(System.Windows.Media.Imaging.WmpBitmapEncoder); break; 6286case KnownElements.WrapPanel: t = typeof(System.Windows.Controls.WrapPanel); break; 6287case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.WriteableBitmap); break; 6288case KnownElements.XamlBrushSerializer: t = typeof(System.Windows.Markup.XamlBrushSerializer); break; 6289case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.XamlInt32CollectionSerializer); break; 6290case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break; 6291case KnownElements.XamlPoint3DCollectionSerializer: t = typeof(System.Windows.Markup.XamlPoint3DCollectionSerializer); break; 6292case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.XamlPointCollectionSerializer); break; 6293case KnownElements.XamlReader: t = typeof(System.Windows.Markup.XamlReader); break; 6294case KnownElements.XamlStyleSerializer: t = typeof(System.Windows.Markup.XamlStyleSerializer); break; 6295case KnownElements.XamlTemplateSerializer: t = typeof(System.Windows.Markup.XamlTemplateSerializer); break; 6296case KnownElements.XamlVector3DCollectionSerializer: t = typeof(System.Windows.Markup.XamlVector3DCollectionSerializer); break; 6297case KnownElements.XamlWriter: t = typeof(System.Windows.Markup.XamlWriter); break; 6298case KnownElements.XmlDataProvider: t = typeof(System.Windows.Data.XmlDataProvider); break; 6299case KnownElements.XmlLangPropertyAttribute: t = typeof(System.Windows.Markup.XmlLangPropertyAttribute); break; 6300case KnownElements.XmlLanguage: t = typeof(System.Windows.Markup.XmlLanguage); break; 6301case KnownElements.XmlLanguageConverter: t = typeof(System.Windows.Markup.XmlLanguageConverter); break; 6302case KnownElements.XmlNamespaceMapping: t = typeof(System.Windows.Data.XmlNamespaceMapping); break; 6303case KnownElements.ZoomPercentageConverter: t = typeof(System.Windows.Documents.ZoomPercentageConverter); break;
src\Framework\System\Windows\Markup\KnownTypesHelper.cs (2)
26private static TypeIndexer _typeIndexer = new TypeIndexer((int)KnownElements.MaxElement); 59t = InitializeOneType((KnownElements)index);
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (21)
169private KnownElements GetKnownExtensionFromType(Type extensionType, out string propName) 171if (KnownTypes.Types[(int)KnownElements.TypeExtension] == extensionType) 174return KnownElements.TypeExtension; 176else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == extensionType) 179return KnownElements.StaticExtension; 181else if (KnownTypes.Types[(int)KnownElements.TemplateBindingExtension] == extensionType) 184return KnownElements.TemplateBindingExtension; 186else if (KnownTypes.Types[(int)KnownElements.DynamicResourceExtension] == extensionType) 189return KnownElements.DynamicResourceExtension; 191else if (KnownTypes.Types[(int)KnownElements.StaticResourceExtension] == extensionType) 194return KnownElements.StaticResourceExtension; 214if (KnownTypes.Types[(int)KnownElements.TypeExtension] == extensionType) 263KnownElements knownExtensionTypeId = GetKnownExtensionFromType(extensionType, out propName); 265if (knownExtensionTypeId != KnownElements.UnknownElement) 274case KnownElements.DynamicResourceExtension: 275case KnownElements.StaticResourceExtension: 529if (KnownTypes.Types[(int)KnownElements.TypeExtension] == targetType) 534extensionId = (short)KnownElements.TypeExtension; 536else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == targetType) 540extensionId = (short)KnownElements.StaticExtension; 613else if (!KnownTypes.Types[(int)KnownElements.MarkupExtension].IsAssignableFrom(targetType))
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (21)
601if (converterTypeId < 0 && ((short)-converterTypeId == (short)KnownElements.StringConverter)) 1380Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 1543Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 1911if (KnownTypes.Types[(int)KnownElements.FrameworkElement].IsAssignableFrom(typeAndSerializer.ObjectType) || 1912KnownTypes.Types[(int)KnownElements.FrameworkContentElement].IsAssignableFrom(typeAndSerializer.ObjectType)) 1914typeAndSerializer.XmlLangProperty = (KnownTypes.Types[(int)KnownElements.FrameworkElement]).GetProperty("Language", 2764if (objectType == KnownTypes.Types[(int)KnownElements.Brush]) 2766return (int)KnownElements.XamlBrushSerializer; 2768else if (objectType == KnownTypes.Types[(int)KnownElements.Geometry] || 2769objectType == KnownTypes.Types[(int)KnownElements.StreamGeometry]) 2776return (int)KnownElements.XamlPathDataSerializer; 2778else if (objectType == KnownTypes.Types[(int)KnownElements.Point3DCollection]) 2780return (int)KnownElements.XamlPoint3DCollectionSerializer; 2782else if (objectType == KnownTypes.Types[(int)KnownElements.Vector3DCollection]) 2784return (int)KnownElements.XamlVector3DCollectionSerializer; 2786else if (objectType == KnownTypes.Types[(int)KnownElements.PointCollection]) 2788return (int)KnownElements.XamlPointCollectionSerializer; 2790else if (objectType == KnownTypes.Types[(int)KnownElements.Int32Collection]) 2792return (int)KnownElements.XamlInt32CollectionSerializer; 2805if (objectType == KnownTypes.Types[(int)KnownElements.Style]) 2809else if (KnownTypes.Types[(int)KnownElements.FrameworkTemplate].IsAssignableFrom(objectType))
src\Framework\System\Windows\SystemResourceKey.cs (3)
378if ((KnownTypes.Types[(int)KnownElements.MenuItem] == targetType) || 379(KnownTypes.Types[(int)KnownElements.ToolBar] == targetType) || 380(KnownTypes.Types[(int)KnownElements.StatusBar] == targetType))