4 references to CollectionView
PresentationFramework (4)
MS\Internal\Helper.cs (1)
503ICollectionView icv = (ic != null) ? ic.CollectionView : null;
System\Windows\Controls\ItemContainerGenerator.cs (1)
1962CollectionView cv = Host.View.CollectionView;
System\Windows\Controls\Primitives\Selector.cs (2)
295!CollectionViewSource.IsDefaultView(Items.CollectionView); 1960_selectedItems.UsesItemHashCodes = Items.CollectionView.HasReliableHashCodes();