2 writes to _factoryInterfaceName
PresentationFramework (2)
System\Windows\Documents\Serialization\SerializerDescriptor.cs (2)
96
sd.
_factoryInterfaceName
= factoryType.FullName;
167
sd.
_factoryInterfaceName
= GetNonEmptyRegistryString(key, "factoryInterfaceName");
4 references to _factoryInterfaceName
PresentationFramework (4)
System\Windows\Documents\Serialization\SerializerDescriptor.cs (4)
291
return
_factoryInterfaceName
;
340
&& sd.
_factoryInterfaceName
==
_factoryInterfaceName
353
string id = $"{_displayName}/{_assemblyName}/{_assemblyPath}/{
_factoryInterfaceName
}/{_assemblyVersion}/{_winFXVersion}";