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