1 instantiation of MONITORINFO
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2728var mi = new MONITORINFO();
5 references to MONITORINFO
PresentationFramework (5)
System\Windows\Shell\WindowChromeWorker.cs (1)
772MONITORINFO mi = NativeMethods.GetMonitorInfo(hMon);
System\Windows\Standard\NativeMethods.cs (4)
1939public int cbSize = Marshal.SizeOf(typeof(MONITORINFO)); 2724private static extern bool _GetMonitorInfo(IntPtr hMonitor, [In, Out] MONITORINFO lpmi); 2726public static MONITORINFO GetMonitorInfo(IntPtr hMonitor) 2728var mi = new MONITORINFO();