Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
mscorlib (2)
system\enum.cs (1)
785
return (*(IntPtr*)pValue).
GetHashCode
();
system\runtime\interopservices\gchandle.cs (1)
243
return m_handle.
GetHashCode
();
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
681
return this.Hdc.
GetHashCode
();
System.Windows.Forms (2)
misc\GDI\DeviceContext.cs (1)
681
return this.Hdc.
GetHashCode
();
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1037
uint hashcode = ((uint)handle.
GetHashCode
()) & 0x7FFFFFFF;