1 override of HasReliableHashCodes
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
806internal override bool HasReliableHashCodes()
2 references to HasReliableHashCodes
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (1)
816if (cv != null && !cv.HasReliableHashCodes())
System\Windows\Controls\Primitives\Selector.cs (1)
1960_selectedItems.UsesItemHashCodes = Items.CollectionView.HasReliableHashCodes();