1 write to _leftChildNode
PresentationFramework (1)
System\Windows\Documents\TextTreeTextElementNode.cs (1)
161
_leftChildNode
= (TextTreeNode)value;
2 references to _leftChildNode
PresentationFramework (2)
System\Windows\Documents\TextTreeTextElementNode.cs (2)
156
return
_leftChildNode
;
336
return (
_leftChildNode
== null);