2 writes to _paperSource
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
142set => _paperSource = value; 492_paperSource = PaperSourceFromMode(devmode);
4 references to _paperSource
System.Drawing.Common (4)
System\Drawing\Printing\PageSettings.cs (4)
127if (_paperSource is not null) 129return _paperSource; 288if (_paperSource is not null && devmode->dmFields.HasFlag(DEVMODE_FIELD_FLAGS.DM_DEFAULTSOURCE)) 290devmode->dmDefaultSource = (short)_paperSource.RawKind;