2 references to DMBIN_USER
System.Drawing.Common (2)
System\Drawing\Printing\PaperSource.cs (1)
32
public PaperSourceKind Kind => (int)_kind >= PInvoke.
DMBIN_USER
? PaperSourceKind.Custom : _kind;
System\Drawing\Printing\PaperSourceKind.cs (1)
76
Custom = (int)PInvoke.
DMBIN_USER
+ 1,