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