3 writes to ClrNamespace
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
139ClrNamespace = mapEntry.ClrNamespace, 154ClrNamespace = mapping.ClrNamespace, 176ClrNamespace = clrNamespace,
7 references to ClrNamespace
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (5)
1716if (namespaceMap.ClrNamespace == GetCachedNamespace(baseType)) 2237string fullTypeName = $"{namespaces[i].ClrNamespace}.{typeName}"; 2603Debug.Assert(namespaceMap.ClrNamespace != null,"Null CLR Namespace"); 2612short typeID = BamlMapTable.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName); 2641string fullTypeName = $"{namespaceMap.ClrNamespace}.{localName}";
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
51string clrNs = GetClrNsUri(mapEntry.ClrNamespace, mapEntry.AssemblyName); 139ClrNamespace = mapEntry.ClrNamespace,