2 writes to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4256_assemblyPath = assemblyPath; 4363set { _assemblyPath = value; }
2 references to _assemblyPath
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
4350_assembly = ReflectionHelper.LoadAssembly(_assemblyName, _assemblyPath); 4362get { return _assemblyPath; }