2 references to ListItemCollection
PresentationFramework (2)
System\Windows\Documents\List.cs (1)
80
return new
ListItemCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\ListItem.cs (1)
105
return new
ListItemCollection
(this, /*isOwnerParent*/false);