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