1 write to _createdByDefaultConstructor
System.Drawing.Common (1)
System\Drawing\Printing\PaperSize.cs (1)
28
_createdByDefaultConstructor
= true;
3 references to _createdByDefaultConstructor
System.Drawing.Common (3)
System\Drawing\Printing\PaperSize.cs (3)
58
if (_kind != PaperKind.Custom && !
_createdByDefaultConstructor
)
84
if (_kind != PaperKind.Custom && !
_createdByDefaultConstructor
)
110
if (_kind != PaperKind.Custom && !
_createdByDefaultConstructor
)