Base:
2 references to GetHashCode
PresentationFramework (2)
System\Windows\Controls\DataGridCellInfo.cs (1)
184return ((_info == null) ? 0 : _info.GetHashCode()) ^
System\Windows\Controls\Primitives\Selector.cs (1)
2969return x.GetHashCode();