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