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