1 instantiation of BamlType
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
369BamlType type = new BamlType(assemblyId, typeName)
7 references to BamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
144BamlType bamlType; 161BamlType bamlType; 369BamlType type = new BamlType(assemblyId, typeName) 526private Type ResolveBamlTypeToType(BamlType bamlType) 541private XamlType ResolveBamlType(BamlType bamlType, Int16 typeId) 583private bool TryGetBamlType(Int16 typeId, out BamlType bamlType, out XamlType xamlType) 592bamlType = type as BamlType;