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