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