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