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