8 references to Custom
System.Drawing (8)
commonui\System\Drawing\Printing\PageSettings.cs (2)
371if (paperSize.Kind == PaperKind.Custom) 498return new PaperSize(PaperKind.Custom, "custom",
commonui\System\Drawing\Printing\PaperSize.cs (6)
43this.kind = PaperKind.Custom; 62this.kind = PaperKind.Custom; 79if (kind != PaperKind.Custom && !this.createdByDefaultConstructor) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom)); 97return PaperKind.Custom; 110if (kind != PaperKind.Custom && !this.createdByDefaultConstructor) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom)); 139if (kind != PaperKind.Custom && !createdByDefaultConstructor) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom));