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