4 references to CollectionView
PresentationFramework (4)
src\Framework\MS\Internal\Helper.cs (1)
512ICollectionView icv = (ic != null) ? ic.CollectionView : null;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1970CollectionView cv = Host.View.CollectionView;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
305!CollectionViewSource.IsDefaultView(Items.CollectionView); 2005_selectedItems.UsesItemHashCodes = Items.CollectionView.HasReliableHashCodes();