2 instantiations of MONITORINFOEX
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
90NativeMethods.MONITORINFOEX info = new NativeMethods.MONITORINFOEX(); 247NativeMethods.MONITORINFOEX info = new NativeMethods.MONITORINFOEX();
4 references to MONITORINFOEX
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2825internal int cbSize = Marshal.SizeOf(typeof(MONITORINFOEX));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
333public static extern bool GetMonitorInfo(HandleRef hmonitor, [In, Out]NativeMethods.MONITORINFOEX info);
winforms\Managed\System\WinForms\Screen.cs (2)
90NativeMethods.MONITORINFOEX info = new NativeMethods.MONITORINFOEX(); 247NativeMethods.MONITORINFOEX info = new NativeMethods.MONITORINFOEX();