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