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