2 writes to _extraInfo
System.Drawing.Common (2)
System\Drawing\Printing\PrinterSettings.cs (2)
316
_extraInfo
= null;
1003
_extraInfo
= new byte[_extraBytes];
3 references to _extraInfo
System.Drawing.Common (3)
System\Drawing\Printing\PrinterSettings.cs (3)
658
if (
_extraInfo
is not null)
664
Marshal.Copy(
_extraInfo
, 0, (nint)((byte*)devmode + devmode->dmSize), _extraBytes);
1004
Marshal.Copy((nint)((byte*)devmode + devmode->dmSize),
_extraInfo
, 0, _extraBytes);