4 references to dmSize
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4641+ ", dmSize=" + dmSize
commonui\System\Drawing\Printing\PrinterSettings.cs (3)
1031IntPtr pointeroffset = (IntPtr)(checked((long)pointer + (long)mode.dmSize)); 1322devmodebytes = mode.dmSize; 1332Marshal.Copy((IntPtr)(checked((long)pointer + (long)mode.dmSize)), extrainfo, 0, extrabytes);