4 writes to _kind
System.Drawing.Common (4)
System\Drawing\Printing\PaperSize.cs (4)
26
_kind
= PaperKind.Custom;
33
_kind
= kind;
44
_kind
= PaperKind.Custom;
99
set =>
_kind
= (PaperKind)value;
6 references to _kind
System.Drawing.Common (6)
System\Drawing\Printing\PaperSize.cs (6)
58
if (
_kind
!= PaperKind.Custom && !_createdByDefaultConstructor)
71
=>
_kind
is <= ((PaperKind)PInvoke.DMPAPER_LAST)
73
?
_kind
84
if (
_kind
!= PaperKind.Custom && !_createdByDefaultConstructor)
98
get => (int)
_kind
;
110
if (
_kind
!= PaperKind.Custom && !_createdByDefaultConstructor)