1 write to _children
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
363_children = ArrayList.ReadOnly(_children);
7 references to _children
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\PathNode.cs (7)
118return _children; 314while (fp.Node.Equals(sp.Node) && sp._children.Count > 0) 320PathNode branchNode = (PathNode)sp._children[0]; 322foreach (PathNode fpn in fp._children) 349_children.Add(child); 359foreach (PathNode node in _children) 363_children = ArrayList.ReadOnly(_children);