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