1 write to _leftChildNode
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
167_leftChildNode = (TextTreeNode)value;
2 references to _leftChildNode
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (2)
162return _leftChildNode; 342return (_leftChildNode == null);