1 write to _typeConverterAssemblyName
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeNode.cs (1)
849
_typeConverterAssemblyName
= typeConverterAssemblyName;
2 references to _typeConverterAssemblyName
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
855
writer.WriteText(_content,
_typeConverterAssemblyName
, _typeConverterName);
860
return new BamlTextNode(_content,
_typeConverterAssemblyName
, _typeConverterName);