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