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