2 writes to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4272_assemblyPath = assemblyPath; 4379set { _assemblyPath = value; }
2 references to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4366_assembly = ReflectionHelper.LoadAssembly(_assemblyName, _assemblyPath); 4378get { return _assemblyPath; }