1 write to Value
System.Drawing.Common (1)
_generated\22\Windows.Win32.PRINTER_HANDLE.g.cs (1)
29
internal PRINTER_HANDLE(void* value) => this.
Value
= value;
9 references to Value
System.Drawing.Common (9)
_generated\22\Windows.Win32.PRINTER_HANDLE.g.cs (9)
37
internal bool IsNull =>
Value
== default;
39
public static implicit operator void*(PRINTER_HANDLE value) => value.
Value
;
43
public static bool operator ==(PRINTER_HANDLE left, PRINTER_HANDLE right) => left.
Value
== right.
Value
;
47
public bool Equals(PRINTER_HANDLE other) => this.
Value
== other.
Value
;
51
public override int GetHashCode() => unchecked((int)this.
Value
);
53
public override string ToString() => $"0x{(nuint)this.
Value
:x}";
55
public static implicit operator IntPtr(PRINTER_HANDLE value) => new IntPtr(value.
Value
);