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