3 writes to Type
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (3)
497info.Type = KnownTypes.Types[-id]; 769typeInfo.Type = cachedTypeInfo.Type; 777typeInfo.Type = type;
8 references to Type
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (6)
384if (info.Type != null) 498info.TypeFullName = info.Type.FullName; 758if (null == typeInfo.Type) 767if (cachedTypeInfo != null && cachedTypeInfo.Type != null) 769typeInfo.Type = cachedTypeInfo.Type; 784return typeInfo.Type;
System\Windows\Markup\BamlReader.cs (2)
2615if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2623Assembly typeAssembly = typeInfo.Type.Assembly;