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