1 write to _children
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
389_children = ArrayList.ReadOnly(_children);
7 references to _children
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (7)
140return _children; 340while (fp.Node.Equals(sp.Node) && sp._children.Count > 0) 346PathNode branchNode = (PathNode)sp._children[0]; 348foreach (PathNode fpn in fp._children) 375_children.Add(child); 385foreach (PathNode node in _children) 389_children = ArrayList.ReadOnly(_children);