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