5 references to AssemblyPathFor
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1017string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3495string path = AssemblyPathFor(mapping.AssemblyName);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
152AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 166string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 237string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName);