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