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