3 writes to ClrNamespace
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
136ClrNamespace = mapEntry.ClrNamespace, 151ClrNamespace = mapping.ClrNamespace, 173ClrNamespace = clrNamespace,
7 references to ClrNamespace
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (5)
1701if (namespaceMap.ClrNamespace == GetCachedNamespace(baseType)) 2222string fullTypeName = $"{namespaces[i].ClrNamespace}.{typeName}"; 2590Debug.Assert(namespaceMap.ClrNamespace != null,"Null CLR Namespace"); 2599short typeID = BamlMapTable.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName); 2628string fullTypeName = $"{namespaceMap.ClrNamespace}.{localName}";
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
48string clrNs = GetClrNsUri(mapEntry.ClrNamespace, mapEntry.AssemblyName); 136ClrNamespace = mapEntry.ClrNamespace,