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