3 writes to Type
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (3)
505info.Type = KnownTypes.Types[-id]; 777typeInfo.Type = cachedTypeInfo.Type; 785typeInfo.Type = type;
8 references to Type
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (6)
392if (info.Type != null) 506info.TypeFullName = info.Type.FullName; 766if (null == typeInfo.Type) 775if (cachedTypeInfo != null && cachedTypeInfo.Type != null) 777typeInfo.Type = cachedTypeInfo.Type; 792return typeInfo.Type;
System\Windows\Markup\BamlReader.cs (2)
2625if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2633Assembly typeAssembly = typeInfo.Type.Assembly;