1 write to createdByDefaultConstructor
System.Drawing (1)
commonui\System\Drawing\Printing\PaperSize.cs (1)
45
this.
createdByDefaultConstructor
= true;
3 references to createdByDefaultConstructor
System.Drawing (3)
commonui\System\Drawing\Printing\PaperSize.cs (3)
79
if (kind != PaperKind.Custom && !this.
createdByDefaultConstructor
) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom));
110
if (kind != PaperKind.Custom && !this.
createdByDefaultConstructor
) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom));
139
if (kind != PaperKind.Custom && !
createdByDefaultConstructor
) throw new ArgumentException(SR.GetString(SR.PSizeNotCustom));