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