2 instantiations of HitTestInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
1590return new HitTestInfo(new Point(mchi.pt_x, mchi.pt_y), hitArea, DateTimePicker.SysTimeToDateTime(sys)); 1593return new HitTestInfo(new Point(mchi.pt_x, mchi.pt_y), hitArea);
3 references to HitTestInfo
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1570public HitTestInfo HitTest(int x, int y) { 1580if (HitTestInfo.HitAreaHasValidDateTime(hitArea)) { 1602public HitTestInfo HitTest(Point point) {