2 instantiations of MONITORINFOEX
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1613NativeMethods.MONITORINFOEX monitorInfo = new NativeMethods.MONITORINFOEX();
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
177NativeMethods.MONITORINFOEX monitorInfo = new NativeMethods.MONITORINFOEX();
5 references to MONITORINFOEX
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (2)
290internal int cbSize = Marshal.SizeOf(typeof(MONITORINFOEX)); 327public static extern bool GetMonitorInfo(HandleRef hmonitor, [In, Out] MONITORINFOEX info);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1613NativeMethods.MONITORINFOEX monitorInfo = new NativeMethods.MONITORINFOEX();
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (2)
177NativeMethods.MONITORINFOEX monitorInfo = new NativeMethods.MONITORINFOEX(); 179monitorInfo.cbSize = Marshal.SizeOf(typeof(NativeMethods.MONITORINFOEX));