33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
994Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1528case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1531case Baml2006SchemaContext.KnownTypes.EnumConverter: 1535case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1539case Baml2006SchemaContext.KnownTypes.StringConverter: 1542case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1555case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1557case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1558case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1559case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1585-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1588if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1605converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2238if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2510case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2513case Baml2006SchemaContext.KnownTypes.EnumConverter: 2516case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2526case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2538case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2550case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2562case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2574case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2587case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter:
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
321result = KnownTypes.GetKnownString(stringId); 573Assembly assembly = KnownTypes.GetKnownAssembly(assemblyId); 606xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 638KnownTypes.GetKnownProperty(propertyId, out typeId, out propertyName);
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
37case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 40case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 42case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 44case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 46case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: