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