1 instantiation of BamlType
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
370
BamlType type = new
BamlType
(assemblyId, typeName)
7 references to BamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
145
BamlType
bamlType;
162
BamlType
bamlType;
370
BamlType
type = new BamlType(assemblyId, typeName)
527
private Type ResolveBamlTypeToType(
BamlType
bamlType)
542
private XamlType ResolveBamlType(
BamlType
bamlType, Int16 typeId)
584
private bool TryGetBamlType(Int16 typeId, out
BamlType
bamlType, out XamlType xamlType)
593
bamlType = type as
BamlType
;