3 references to GetColumnSpan
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
224return _tableLayoutSettings.GetColumnSpan(control);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
262Debug.Assert(GetColumnSpan(element) == value, "column span should equal to the value we set"); 467controlInfo.ColumnSpan = GetColumnSpan(c);