8 references to Custom
System.Drawing.Common (8)
System\Drawing\Printing\PageSettings.cs (2)
270
if (_paperSize.Kind == PaperKind.
Custom
)
414
PaperKind.
Custom
,
System\Drawing\Printing\PaperSize.cs (6)
26
_kind = PaperKind.
Custom
;
44
_kind = PaperKind.
Custom
;
58
if (_kind != PaperKind.
Custom
&& !_createdByDefaultConstructor)
74
: PaperKind.
Custom
;
84
if (_kind != PaperKind.
Custom
&& !_createdByDefaultConstructor)
110
if (_kind != PaperKind.
Custom
&& !_createdByDefaultConstructor)