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