3 writes to FirstChild
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
328{ Group = parentGroup, FirstChild = node }; 377{ Group = parentGroup, FirstChild = node }; 384parentNode.FirstChild = node;
3 references to FirstChild
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupRoot.cs (3)
254for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 303for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 383node.Sibling = parentNode.FirstChild;