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