33 references to KnownTypes
PresentationFramework (33)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
993Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1525case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1528case Baml2006SchemaContext.KnownTypes.EnumConverter: 1532case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1536case Baml2006SchemaContext.KnownTypes.StringConverter: 1539case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1552case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1553case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1554case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1582-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1585if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1602converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2241if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2516case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2519case Baml2006SchemaContext.KnownTypes.EnumConverter: 2522case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2532case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2544case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2556case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2568case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2580case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2593case 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: