3 writes to FirstChild
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (3)
333{ Group = parentGroup, FirstChild = node }; 382{ Group = parentGroup, FirstChild = node }; 389parentNode.FirstChild = node;
3 references to FirstChild
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (3)
259for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 308for (GroupTreeNode child = node.FirstChild; child != null; child = child.Sibling) 388node.Sibling = parentNode.FirstChild;