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)
268
Debug.Assert(
GetColumnSpan
(element) == value, "column span should equal to the value we set");
531
controlInfo.ColumnSpan =
GetColumnSpan
(c);