2 writes to _content
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
484node._content = _content; 537set { _content = value; }
2 references to _content
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
484node._content = _content; 536get { return _content; }