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