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)
162
return
_leftChildNode
;
342
return (
_leftChildNode
== null);