4 references to GetColumn
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
295return _tableLayoutSettings.GetColumn(control);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (3)
342return new TableLayoutPanelCellPosition(GetColumn(control), GetRow(control)); 414Debug.Assert(!colSpecified || GetColumn(element) == column, "column position shoule equal to what we set"); 466controlInfo.Column = GetColumn(c);