33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
990Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1524case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1527case Baml2006SchemaContext.KnownTypes.EnumConverter: 1531case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1535case Baml2006SchemaContext.KnownTypes.StringConverter: 1538case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1551case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1552case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1553case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1554case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1581-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1584if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1601converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2234if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2506case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2509case Baml2006SchemaContext.KnownTypes.EnumConverter: 2512case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2522case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2534case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2546case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2558case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2570case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2583case 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: