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