3 references to MONITORINFOEX
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
2805return Marshal.SizeOf(typeof(MONITORINFOEX));
Shared\MS\Win32\SafeNativeMethodsCLR.cs (2)
104internal static void GetMonitorInfo(HandleRef hmonitor, [In, Out]NativeMethods.MONITORINFOEX info) 933public static extern bool IntGetMonitorInfo(HandleRef hmonitor, [In, Out]NativeMethods.MONITORINFOEX info);