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