4 references to HashHelper
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
817if (!HashHelper.HasReliableHashCode(_collection[k]))
MS\Internal\Helper.cs (1)
855if (itemValues == null && HashHelper.HasReliableHashCode(item))
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
620_usesHashCode = item != null && HashHelper.HasReliableHashCode(item);
System\Windows\Data\CollectionView.cs (1)
1411return (IsEmpty || HashHelper.HasReliableHashCode(GetItemAt(0)));