5 references to AssemblyPathFor
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (1)
999string path = XamlTypeMapper.AssemblyPathFor(assemblyInfoRecord.AssemblyFullName);
System\Windows\Markup\XamlTypeMapper.cs (1)
3271string path = AssemblyPathFor(mapping.AssemblyName);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
153AssemblyPath = _typeMapper.AssemblyPathFor(mapping.AssemblyName) 167string assemblyPath = _typeMapper.AssemblyPathFor(assembly); 238string assemblyPath = _typeMapper.AssemblyPathFor(assemblyName);