3 references to GetColumnSpan
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
184_tableLayoutSettings.GetColumnSpan(control);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
268Debug.Assert(GetColumnSpan(element) == value, "column span should equal to the value we set"); 531controlInfo.ColumnSpan = GetColumnSpan(c);