4 references to HMENU
System.Windows.Forms.Primitives (4)
Windows.Win32.HMENU.g.cs (4)
31 internal HMENU(IntPtr value):this((void*)value) 41 public static explicit operator HMENU(void* value) => new HMENU(value); 57 public static explicit operator HMENU(IntPtr value) => new HMENU((void*)value.ToPointer()); 59 public static explicit operator HMENU(UIntPtr value) => new HMENU((void*)value.ToPointer());