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