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