6 references to Custom
System.Drawing (6)
commonui\System\Drawing\Printing\PageSettings.cs (2)
393
if (printerResolution.Kind == PrinterResolutionKind.
Custom
) {
538
return new PrinterResolution(PrinterResolutionKind.
Custom
,
commonui\System\Drawing\Printing\PrinterResolution.cs (3)
38
this.kind = PrinterResolutionKind.
Custom
;
59
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), unchecked((int)PrinterResolutionKind.High), unchecked((int)PrinterResolutionKind.
Custom
)))
110
if (kind != PrinterResolutionKind.
Custom
)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
1289
result[i + 4] = new PrinterResolution(PrinterResolutionKind.
Custom
, x, y);