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