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