3 references to GetRowSpan
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
240
return _tableLayoutSettings.
GetRowSpan
(control);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
297
Debug.Assert(
GetRowSpan
(element) == value, "row span should equal to the value we set");
465
controlInfo.RowSpan =
GetRowSpan
(c);