33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
994Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1526case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1529case Baml2006SchemaContext.KnownTypes.EnumConverter: 1533case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1537case Baml2006SchemaContext.KnownTypes.StringConverter: 1540case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1553case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1554case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1557case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1583-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1586if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1603converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2242if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2517case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2520case Baml2006SchemaContext.KnownTypes.EnumConverter: 2523case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2533case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2545case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2557case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2569case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2581case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2594case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter:
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
334result = KnownTypes.GetKnownString(stringId); 584Assembly assembly = KnownTypes.GetKnownAssembly(assemblyId); 617xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 649KnownTypes.GetKnownProperty(propertyId, out typeId, out propertyName);
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
40case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 43case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 45case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 47case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 49case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: