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)
658if (_extraInfo is not null) 664Marshal.Copy(_extraInfo, 0, (nint)((byte*)devmode + devmode->dmSize), _extraBytes); 1004Marshal.Copy((nint)((byte*)devmode + devmode->dmSize), _extraInfo, 0, _extraBytes);