3 references to LeafAt
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
340return subgroup.LeafAt(index);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1774return _group.LeafAt(index);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2238return _group.LeafAt(index);