Base:
method
GetHashCode
System.ValueType.GetHashCode()
1 reference to GetHashCode
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\HierarchicalVirtualizationConstraints.cs (1)
131return (_cacheLength.GetHashCode() ^ _cacheLengthUnit.GetHashCode() ^ _viewport.GetHashCode());