3 writes to _manufacturerName
PresentationFramework (3)
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (3)
108sd._manufacturerName = factoryInstance.ManufacturerName; 200sd._manufacturerName = GetNonEmptyRegistryString(key, "manufacturerName"); 220sd._manufacturerName = factory.ManufacturerName;
1 reference to _manufacturerName
PresentationFramework (1)
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
271return _manufacturerName;