2 writes to _factoryInterfaceName
PresentationFramework (2)
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (2)
119
sd.
_factoryInterfaceName
= factoryType.FullName;
206
sd.
_factoryInterfaceName
= GetNonEmptyRegistryString(key, "factoryInterfaceName");
4 references to _factoryInterfaceName
PresentationFramework (4)
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (4)
326
return
_factoryInterfaceName
;
375
&& sd.
_factoryInterfaceName
==
_factoryInterfaceName
388
string id = _displayName + "/" + _assemblyName + "/" + _assemblyPath + "/" +
_factoryInterfaceName
+ "/" + _assemblyVersion + "/" + _winFXVersion;