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