3 references to GetRowSpan
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
197
public int GetRowSpan(Control control) => _tableLayoutSettings.
GetRowSpan
(control);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
306
Debug.Assert(
GetRowSpan
(element) == value, "row span should equal to the value we set");
529
controlInfo.RowSpan =
GetRowSpan
(c);