3 writes to Type
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (3)
491info.Type = KnownTypes.Types[-id]; 761typeInfo.Type = cachedTypeInfo.Type; 769typeInfo.Type = type;
8 references to Type
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (6)
383if (info.Type != null) 492info.TypeFullName = info.Type.FullName; 750if (null == typeInfo.Type) 759if (cachedTypeInfo != null && cachedTypeInfo.Type != null) 761typeInfo.Type = cachedTypeInfo.Type; 776return typeInfo.Type;
System\Windows\Markup\BamlReader.cs (2)
2637if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2645Assembly typeAssembly = typeInfo.Type.Assembly;