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