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