4 references to HashHelper
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
817
if (!
HashHelper
.HasReliableHashCode(_collection[k]))
MS\Internal\Helper.cs (1)
855
if (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)
1411
return (IsEmpty ||
HashHelper
.HasReliableHashCode(GetItemAt(0)));