1 instantiation of MONITORINFO
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3109
var mi = new
MONITORINFO
();
5 references to MONITORINFO
PresentationFramework (5)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1183
MONITORINFO
mi = NativeMethods.GetMonitorInfo(hMon);
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
2052
public int cbSize = Marshal.SizeOf(typeof(
MONITORINFO
));
3100
private static extern bool _GetMonitorInfo(IntPtr hMonitor, [In, Out]
MONITORINFO
lpmi);
3107
public static
MONITORINFO
GetMonitorInfo(IntPtr hMonitor)
3109
var
mi = new MONITORINFO();