3 writes to FirstChild
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
325{ Group = parentGroup, FirstChild = node }; 374{ Group = parentGroup, FirstChild = node }; 381parentNode.FirstChild = node;
3 references to FirstChild
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
251for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 300for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 380node.Sibling = parentNode.FirstChild;