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