1 reference to IsOverlappingWithReservationGrid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
433
if (flowElement != null && (fixedElement == null || (!IsCursorPastInsertionPoint(fixedElement, flowElement.RowStart, colStop) && !
IsOverlappingWithReservationGrid
(fixedElement, reservationGrid, currentRow)))) {