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