3 writes to _manufacturerName
PresentationFramework (3)
System\Windows\Documents\Serialization\SerializerDescriptor.cs (3)
85
sd.
_manufacturerName
= factoryInstance.ManufacturerName;
161
sd.
_manufacturerName
= GetNonEmptyRegistryString(key, "manufacturerName");
181
sd.
_manufacturerName
= factory.ManufacturerName;
1 reference to _manufacturerName
PresentationFramework (1)
System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
236
return
_manufacturerName
;