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