1 instantiation of BamlType
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
385BamlType type = new BamlType(assemblyId, typeName);
7 references to BamlType
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
154BamlType bamlType; 171BamlType bamlType; 385BamlType type = new BamlType(assemblyId, typeName); 546private Type ResolveBamlTypeToType(BamlType bamlType) 561private XamlType ResolveBamlType(BamlType bamlType, Int16 typeId) 603private bool TryGetBamlType(Int16 typeId, out BamlType bamlType, out XamlType xamlType) 612bamlType = type as BamlType;