2 writes to paperSource
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
224set { paperSource = value;} 571paperSource = PaperSourceFromMode(mode);
4 references to paperSource
System.Drawing (4)
commonui\System\Drawing\Printing\PageSettings.cs (4)
207if (paperSource == null) { 222return paperSource; 388if (paperSource != null && ((mode.dmFields & SafeNativeMethods.DM_DEFAULTSOURCE) == SafeNativeMethods.DM_DEFAULTSOURCE)) { 389mode.dmDefaultSource = unchecked((short) paperSource.RawKind);