1 instantiation of BamlType
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
383BamlType type = new BamlType(assemblyId, typeName);
7 references to BamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
158BamlType bamlType; 175BamlType bamlType; 383BamlType type = new BamlType(assemblyId, typeName); 538private Type ResolveBamlTypeToType(BamlType bamlType) 553private XamlType ResolveBamlType(BamlType bamlType, Int16 typeId) 595private bool TryGetBamlType(Int16 typeId, out BamlType bamlType, out XamlType xamlType) 604bamlType = type as BamlType;