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