33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
989Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1521case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1524case Baml2006SchemaContext.KnownTypes.EnumConverter: 1528case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1532case Baml2006SchemaContext.KnownTypes.StringConverter: 1535case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1548case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1549case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1550case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1551case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1552case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1578-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1581if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1598converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2237if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2512case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2515case Baml2006SchemaContext.KnownTypes.EnumConverter: 2518case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2528case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2540case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2552case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2564case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2576case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2589case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter:
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
321result = KnownTypes.GetKnownString(stringId); 571Assembly assembly = KnownTypes.GetKnownAssembly(assemblyId); 604xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 636KnownTypes.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: