2 writes to _assemblyPath
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
4485_assemblyPath = assemblyPath; 4592set { _assemblyPath = value; }
2 references to _assemblyPath
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
4579_assembly = ReflectionHelper.LoadAssembly(_assemblyName, _assemblyPath); 4591get { return _assemblyPath; }