1 write to extrabytes
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
1329extrabytes = mode.dmDriverExtra;
5 references to extrabytes
System.Drawing (5)
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
1030if (extrabytes <= mode.dmDriverExtra) { 1032Marshal.Copy(extrainfo, 0, pointeroffset, extrabytes); 1330if (extrabytes > 0) { 1331extrainfo = new byte[extrabytes]; 1332Marshal.Copy((IntPtr)(checked((long)pointer + (long)mode.dmSize)), extrainfo, 0, extrabytes);