1 instantiation of DEVMODE
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
1793NativeMethods.DEVMODE dm = new NativeMethods.DEVMODE();
3 references to DEVMODE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
329public static extern bool EnumDisplaySettings(string lpszDeviceName, int iModeNum, ref NativeMethods.DEVMODE lpDevMode);
winforms\Managed\System\WinForms\SystemInformation.cs (2)
1793NativeMethods.DEVMODE dm = new NativeMethods.DEVMODE(); 1794dm.dmSize = (short) Marshal.SizeOf(typeof(NativeMethods.DEVMODE));