1 write to _content
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
853_content = text;
3 references to _content
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
860writer.WriteText(_content, _typeConverterAssemblyName, _typeConverterName); 865return new BamlTextNode(_content, _typeConverterAssemblyName, _typeConverterName); 870get { return _content; }