33 references to KnownTypes
PresentationFramework (33)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (24)
1015Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1541case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1544case Baml2006SchemaContext.KnownTypes.EnumConverter: 1548case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1552case Baml2006SchemaContext.KnownTypes.StringConverter: 1555case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1568case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1569case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1570case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1571case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1572case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1598-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1601if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1618converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 2265if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2541case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2544case Baml2006SchemaContext.KnownTypes.EnumConverter: 2547case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2557case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2569case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2581case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2593case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2605case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2618case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter:
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
330result = KnownTypes.GetKnownString(stringId); 592Assembly assembly = KnownTypes.GetKnownAssembly(assemblyId); 625xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId)); 657KnownTypes.GetKnownProperty(propertyId, out typeId, out propertyName);
src\Framework\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: