2 writes to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4264_assemblyPath = assemblyPath; 4371set { _assemblyPath = value; }
2 references to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4358_assembly = ReflectionHelper.LoadAssembly(_assemblyName, _assemblyPath); 4370get { return _assemblyPath; }