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