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)
1702if (namespaceMap.ClrNamespace == GetCachedNamespace(baseType)) 2223string fullTypeName = $"{namespaces[i].ClrNamespace}.{typeName}"; 2591Debug.Assert(namespaceMap.ClrNamespace != null,"Null CLR Namespace"); 2600short typeID = BamlMapTable.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName); 2629string fullTypeName = $"{namespaceMap.ClrNamespace}.{localName}";
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
48string clrNs = GetClrNsUri(mapEntry.ClrNamespace, mapEntry.AssemblyName); 136ClrNamespace = mapEntry.ClrNamespace,