1 instantiation of MCHITTESTINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1571NativeMethods.MCHITTESTINFO mchi = new NativeMethods.MCHITTESTINFO();
4 references to MCHITTESTINFO
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
1571NativeMethods.MCHITTESTINFO mchi = new NativeMethods.MCHITTESTINFO(); 1574mchi.cbSize = Marshal.SizeOf(typeof(NativeMethods.MCHITTESTINFO));
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5244public int cbSize = Marshal.SizeOf(typeof(MCHITTESTINFO));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1029public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.MCHITTESTINFO lParam);