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; 99set => _kind = (PaperKind)value;
6 references to _kind
System.Drawing.Common (6)
System\Drawing\Printing\PaperSize.cs (6)
58if (_kind != PaperKind.Custom && !_createdByDefaultConstructor) 71=> _kind is <= ((PaperKind)PInvoke.DMPAPER_LAST) 73? _kind 84if (_kind != PaperKind.Custom && !_createdByDefaultConstructor) 98get => (int)_kind; 110if (_kind != PaperKind.Custom && !_createdByDefaultConstructor)