33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
993Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1527case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1530case Baml2006SchemaContext.KnownTypes.EnumConverter: 1534case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1538case Baml2006SchemaContext.KnownTypes.StringConverter: 1541case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1554case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1557case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1558case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1584-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1587if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1604converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2237if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2509case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2512case Baml2006SchemaContext.KnownTypes.EnumConverter: 2515case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2525case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2537case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2549case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2561case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2573case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2586case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter:
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
320result = KnownTypes.GetKnownString(stringId); 572Assembly assembly = KnownTypes.GetKnownAssembly(assemblyId); 605xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 637KnownTypes.GetKnownProperty(propertyId, out typeId, out propertyName);
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
36case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 39case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 41case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 43case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 45case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: