1 instantiation of BamlType
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
385
BamlType type = new
BamlType
(assemblyId, typeName);
7 references to BamlType
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
154
BamlType
bamlType;
171
BamlType
bamlType;
385
BamlType
type = new BamlType(assemblyId, typeName);
546
private Type ResolveBamlTypeToType(
BamlType
bamlType)
561
private XamlType ResolveBamlType(
BamlType
bamlType, Int16 typeId)
603
private bool TryGetBamlType(Int16 typeId, out
BamlType
bamlType, out XamlType xamlType)
612
bamlType = type as
BamlType
;