2 writes to extrainfo
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
500
extrainfo
= null;
1331
extrainfo
= new byte[extrabytes];
3 references to extrainfo
System.Drawing (3)
commonui\System\Drawing\Printing\PrinterSettings.cs (3)
1027
if (
extrainfo
!= null) {
1032
Marshal.Copy(
extrainfo
, 0, pointeroffset, extrabytes);
1332
Marshal.Copy((IntPtr)(checked((long)pointer + (long)mode.dmSize)),
extrainfo
, 0, extrabytes);