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