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