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