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