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