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