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)
860
writer.WriteText(
_content
, _typeConverterAssemblyName, _typeConverterName);
865
return new BamlTextNode(
_content
, _typeConverterAssemblyName, _typeConverterName);
870
get { return
_content
; }