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