5 references to AssemblyPathFor
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (1)
1007string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName);
System\Windows\Markup\XamlTypeMapper.cs (1)
3282string path = AssemblyPathFor(mapping.AssemblyName);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
156AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 170string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 241string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName);